Skip to content

Commit 2da54f3

Browse files
committed
Fix QPS endpoint on CLI
1 parent 6ab1859 commit 2da54f3

File tree

4 files changed

+27
-239
lines changed

4 files changed

+27
-239
lines changed

clients/cli/go.mod

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,27 @@ require (
1919

2020
require (
2121
github.com/fsnotify/fsnotify v1.8.0 // indirect
22-
github.com/golang/protobuf v1.5.4 // indirect
2322
github.com/hashicorp/hcl v1.0.0 // indirect
2423
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2524
github.com/magiconair/properties v1.8.9 // indirect
26-
github.com/pelletier/go-toml v1.9.5 // indirect
2725
github.com/spf13/afero v1.11.0 // indirect
2826
github.com/spf13/cast v1.7.1 // indirect
29-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3027
github.com/spf13/pflag v1.0.5 // indirect
3128
github.com/subosito/gotenv v1.6.0 // indirect
3229
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
33-
golang.org/x/net v0.33.0 // indirect
3430
golang.org/x/oauth2 v0.24.0 // indirect
3531
golang.org/x/sys v0.28.0 // indirect
3632
golang.org/x/text v0.21.0 // indirect
37-
google.golang.org/appengine v1.6.8 // indirect
38-
google.golang.org/protobuf v1.36.0 // indirect
3933
gopkg.in/ini.v1 v1.67.0 // indirect
4034
)
4135

36+
require github.com/phrase/phrase-go/v3 v3.7.1
37+
4238
require (
4339
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
4440
github.com/sagikazarmark/locafero v0.6.0 // indirect
4541
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
4642
github.com/sourcegraph/conc v0.3.0 // indirect
47-
go.uber.org/atomic v1.11.0 // indirect
4843
go.uber.org/multierr v1.11.0 // indirect
4944
gopkg.in/yaml.v3 v3.0.1 // indirect
5045
)

0 commit comments

Comments
 (0)