Skip to content

Commit 3b157d9

Browse files
dependabot[bot]lgarber-akamaijriddle-linode
authored
build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group (#92)
* build(deps): bump golang.org/x/net in the go_modules group Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.33.0 to 0.36.0 - [Commits](golang/net@v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> * Bump go.mod to 1.23.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lena Garber <[email protected]> Co-authored-by: Jacob Riddle <[email protected]>
1 parent 5c555ed commit 3b157d9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/linode/go-metadata
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.23.7
46

57
require (
68
github.com/go-resty/resty/v2 v2.16.5
@@ -11,6 +13,6 @@ require (
1113
require (
1214
github.com/davecgh/go-spew v1.1.1 // indirect
1315
github.com/pmezard/go-difflib v1.0.0 // indirect
14-
golang.org/x/net v0.33.0 // indirect
16+
golang.org/x/net v0.36.0 // indirect
1517
gopkg.in/yaml.v3 v3.0.1 // indirect
1618
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1010
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1111
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
1212
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
13-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
14-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
13+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
14+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
1515
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
1616
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
1717
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

test/integration/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
module github.com/linode/go-metadata/test/integration
55

6-
go 1.21
6+
go 1.23.0
7+
78
toolchain go1.23.7
89

910
require (

0 commit comments

Comments
 (0)