Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.17.0 (#103)
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.0 to 0.17.0.
- [Commits](golang/crypto@v0.3.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent a014da1 commit eb18085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/labstack/echo/v4 v4.9.1
github.com/labstack/gommon v0.4.0
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
golang.org/x/crypto v0.3.0
golang.org/x/crypto v0.17.0
)

require (
Expand All @@ -24,8 +24,8 @@ require (
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.2.0 // indirect
)

0 comments on commit eb18085

Please sign in to comment.