go.mod: go mod tidy (#22814)

This updates go.mod for the addition of golang.org/x/sync.
This commit is contained in:
Felix Lange
2021-05-04 21:45:21 +02:00
committed by GitHub
parent effaf18523
commit d107f90d1c
2 changed files with 1 additions and 2 deletions

2
go.mod
View File

@ -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