Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#229)
No related branches found
No related tags found
... | ... | @@ -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.46.0 | ||
golang.org/x/crypto v0.7.0 | ||
golang.org/x/crypto v0.8.0 | ||
golang.org/x/mod v0.9.0 | ||
golang.org/x/oauth2 v0.6.0 | ||
golang.org/x/term v0.6.0 | ||
golang.org/x/term v0.7.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -62,7 +62,7 @@ require ( |
github.com/tinylib/msgp v1.1.8 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/sys v0.7.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