-
- Downloads
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#593)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by:dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | @@ -26,7 +26,7 @@ require ( | ... | @@ -26,7 +26,7 @@ require ( |
github.com/tg123/go-htpasswd v1.2.1 | github.com/tg123/go-htpasswd v1.2.1 | ||
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce | github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce | ||
github.com/urfave/cli/v2 v2.25.3 | github.com/urfave/cli/v2 v2.25.3 | ||
golang.org/x/crypto v0.14.0 | golang.org/x/crypto v0.17.0 | ||
golang.org/x/net v0.17.0 | golang.org/x/net v0.17.0 | ||
golang.org/x/oauth2 v0.7.0 | golang.org/x/oauth2 v0.7.0 | ||
google.golang.org/api v0.114.0 | google.golang.org/api v0.114.0 | ||
... | @@ -85,8 +85,8 @@ require ( | ... | @@ -85,8 +85,8 @@ require ( |
github.com/zeebo/errs v1.3.0 // indirect | github.com/zeebo/errs v1.3.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/grpc v1.56.3 // indirect | google.golang.org/grpc v1.56.3 // indirect | ||
... | ... |
Please register or sign in to comment