Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #98

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.17.0
nicoalee authored Jun 17, 2024
commit 0a4449800e709f1935d17f70e3638f43d3cf0882
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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.14.0
golang.org/x/crypto v0.17.0
)

require (
@@ -25,7 +25,7 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.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
)
You are viewing a condensed version of this merge commit. You can view the full changes here.