go.mod: go mod tidy (#22814)
This updates go.mod for the addition of golang.org/x/sync.
This commit is contained in:
2
go.mod
2
go.mod
@ -60,7 +60,7 @@ require (
|
||||
github.com/tklauser/go-sysconf v0.3.5 // indirect
|
||||
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
|
||||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988
|
||||
golang.org/x/text v0.3.4
|
||||
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
||||
|
Reference in New Issue
Block a user