Skip to content

Commit 5116197

Browse files
chore(deps): bump golang.org/x/net from 0.23.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.38.0. - [Commits](golang/net@v0.23.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f028ea commit 5116197

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/labstack/echo/v4 v4.9.1
1212
github.com/labstack/gommon v0.4.0
1313
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
14-
golang.org/x/crypto v0.21.0
14+
golang.org/x/crypto v0.36.0
1515
)
1616

1717
require (
@@ -24,8 +24,8 @@ require (
2424
github.com/sendgrid/rest v2.6.9+incompatible // indirect
2525
github.com/valyala/bytebufferpool v1.0.0 // indirect
2626
github.com/valyala/fasttemplate v1.2.1 // indirect
27-
golang.org/x/net v0.23.0 // indirect
28-
golang.org/x/sys v0.18.0 // indirect
29-
golang.org/x/text v0.14.0 // indirect
27+
golang.org/x/net v0.38.0 // indirect
28+
golang.org/x/sys v0.31.0 // indirect
29+
golang.org/x/text v0.23.0 // indirect
3030
golang.org/x/time v0.2.0 // indirect
3131
)

0 commit comments

Comments
 (0)