Skip to content

Commit

Permalink
build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.29.0.
- [Commits](golang/crypto@v0.28.0...v0.29.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 Nov 11, 2024
1 parent e73396f commit 0a1a0d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/goexl/log v0.0.7
github.com/pangum/pangu v1.4.8
github.com/rubenv/sql-migrate v1.7.0
golang.org/x/crypto v0.28.0
golang.org/x/crypto v0.29.0
)

require (
Expand Down Expand Up @@ -45,6 +45,6 @@ require (
github.com/zs5460/art v0.3.0 // indirect
go.uber.org/dig v1.18.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
)

0 comments on commit 0a1a0d4

Please sign in to comment.