Skip to content

Commit

Permalink
deps: bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2446)
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@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>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 9f82662 commit ad9c041
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 51 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.25.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/sys v0.13.0
golang.org/x/sys v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
Expand Down Expand Up @@ -110,11 +110,11 @@ require (
github.com/vishvananda/netns v0.0.4
go.opencensus.io v0.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.17.0
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
Expand All @@ -132,6 +132,7 @@ require (
)

require (
golang.org/x/sync v0.5.0
gotest.tools/v3 v3.5.0
sigs.k8s.io/yaml v1.3.0
)
Expand All @@ -141,7 +142,6 @@ require (
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/rootless-containers/rootlesskit v1.1.1 // indirect
golang.org/x/sync v0.5.0 // indirect
)

replace (
Expand Down
Loading

0 comments on commit ad9c041

Please sign in to comment.