-
- Downloads
build(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#2818)
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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | @@ -30,9 +30,9 @@ require ( | ... | @@ -30,9 +30,9 @@ require ( |
github.com/stretchr/testify v1.8.1 | github.com/stretchr/testify v1.8.1 | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.7 | go.etcd.io/etcd/client/pkg/v3 v3.5.7 | ||
go.etcd.io/etcd/client/v3 v3.5.7 | go.etcd.io/etcd/client/v3 v3.5.7 | ||
golang.org/x/crypto v0.5.0 | golang.org/x/crypto v0.6.0 | ||
golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741 | golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741 | ||
golang.org/x/net v0.5.0 | golang.org/x/net v0.6.0 | ||
golang.org/x/oauth2 v0.4.0 | golang.org/x/oauth2 v0.4.0 | ||
google.golang.org/api v0.108.0 | google.golang.org/api v0.108.0 | ||
google.golang.org/grpc v1.52.0 | google.golang.org/grpc v1.52.0 | ||
... | @@ -87,8 +87,8 @@ require ( | ... | @@ -87,8 +87,8 @@ require ( |
go.uber.org/multierr v1.6.0 // indirect | go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/mod v0.7.0 // indirect | golang.org/x/mod v0.7.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | golang.org/x/text v0.7.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-20221227171554-f9683d7f8bef // indirect | google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
... | ... |
Please register or sign in to comment