Bump golang.org/x/crypto from 0.5.0 to 0.6.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.5.0...v0.6.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com>
... | ... | @@ -27,10 +27,10 @@ require ( |
github.com/sirupsen/logrus v1.9.0 | ||
github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c | ||
github.com/valyala/fasthttp v1.44.0 | ||
golang.org/x/crypto v0.5.0 | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/mod v0.7.0 | ||
golang.org/x/oauth2 v0.4.0 | ||
golang.org/x/term v0.4.0 | ||
golang.org/x/term v0.5.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -57,8 +57,8 @@ require ( |
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/net v0.6.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) | ||
... | ... |
Please register or sign in to comment