We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27d120 commit ec050fbCopy full SHA for ec050fb
go.mod
@@ -36,6 +36,7 @@ require (
36
github.com/urfave/cli v1.22.9
37
go.etcd.io/bbolt v1.3.11
38
golang.org/x/crypto v0.25.0
39
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
40
golang.org/x/net v0.27.0
41
golang.org/x/sync v0.8.0
42
google.golang.org/grpc v1.65.0
@@ -201,7 +202,6 @@ require (
201
202
go.uber.org/mock v0.4.0 // indirect
203
go.uber.org/multierr v1.6.0 // indirect
204
go.uber.org/zap v1.23.0 // indirect
- golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
205
golang.org/x/mod v0.17.0 // indirect
206
golang.org/x/sys v0.22.0 // indirect
207
golang.org/x/term v0.22.0 // indirect
0 commit comments