-
- Downloads
Merge branch 'bump-golang-crypto' into 'master'
bump golang.org/x/crypto version See merge request !183
... | ... | @@ -15,7 +15,7 @@ require ( |
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.6.1 | ||
go.mongodb.org/mongo-driver v1.5.2 | ||
golang.org/x/crypto v0.13.0 | ||
golang.org/x/crypto v0.18.0 | ||
) | ||
require ( | ||
... | ... | @@ -56,8 +56,8 @@ require ( |
go.uber.org/zap v1.10.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
... | ... |
Please register or sign in to comment