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 4405f18 commit 6a49d13Copy full SHA for 6a49d13
go.mod
@@ -68,6 +68,7 @@ require (
68
github.com/urfave/cli/v2 v2.25.7
69
go.uber.org/automaxprocs v1.5.2
70
golang.org/x/crypto v0.22.0
71
+ golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
72
golang.org/x/sync v0.7.0
73
golang.org/x/sys v0.20.0
74
golang.org/x/text v0.14.0
@@ -139,7 +140,6 @@ require (
139
140
github.com/tklauser/go-sysconf v0.3.12 // indirect
141
github.com/tklauser/numcpus v0.6.1 // indirect
142
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
143
golang.org/x/mod v0.17.0 // indirect
144
golang.org/x/net v0.24.0 // indirect
145
google.golang.org/protobuf v1.33.0 // indirect
0 commit comments