Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.14.0.
- [Commits](golang/crypto@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jeroiraz committed Oct 6, 2023
1 parent 0cdf8e4 commit 0895d1e
Show file tree
Hide file tree
Showing 2 changed files with 1,439 additions and 6 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ require (
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
github.com/takama/daemon v0.12.0
golang.org/x/crypto v0.13.0
golang.org/x/crypto v0.14.0
golang.org/x/net v0.15.0
golang.org/x/sys v0.12.0
golang.org/x/sys v0.13.0
golang.org/x/tools/cmd/cover v0.1.0-deprecated
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
google.golang.org/grpc v1.57.0
Expand Down Expand Up @@ -100,7 +100,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
Expand Down
Loading

0 comments on commit 0895d1e

Please sign in to comment.