Skip to content

Commit 6a49d13

Browse files
ucwongfjl
authored andcommitted
go.mod : tidy
1 parent 4405f18 commit 6a49d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ require (
6868
github.com/urfave/cli/v2 v2.25.7
6969
go.uber.org/automaxprocs v1.5.2
7070
golang.org/x/crypto v0.22.0
71+
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
7172
golang.org/x/sync v0.7.0
7273
golang.org/x/sys v0.20.0
7374
golang.org/x/text v0.14.0
@@ -139,7 +140,6 @@ require (
139140
github.com/tklauser/go-sysconf v0.3.12 // indirect
140141
github.com/tklauser/numcpus v0.6.1 // indirect
141142
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
142-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
143143
golang.org/x/mod v0.17.0 // indirect
144144
golang.org/x/net v0.24.0 // indirect
145145
google.golang.org/protobuf v1.33.0 // indirect

0 commit comments

Comments
 (0)