Skip to content

Commit 18613f6

Browse files
authored
Merge pull request #189 from shurco/dependabot/go_modules/golang.org/x/net-0.36.0
🔧 build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
2 parents 779c16c + 87ee574 commit 18613f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
go.uber.org/multierr v1.11.0 // indirect
5151
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
5252
golang.org/x/image v0.21.0 // indirect
53-
golang.org/x/net v0.33.0 // indirect
53+
golang.org/x/net v0.36.0 // indirect
5454
golang.org/x/sync v0.12.0 // indirect
5555
golang.org/x/sys v0.31.0 // indirect
5656
golang.org/x/text v0.23.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ golang.org/x/image v0.21.0 h1:c5qV36ajHpdj4Qi0GnE0jUc/yuo33OLFaa0d+crTD5s=
102102
golang.org/x/image v0.21.0/go.mod h1:vUbsLavqK/W303ZroQQVKQ+Af3Yl6Uz1Ppu5J/cLz78=
103103
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0=
104104
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
105-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
106-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
105+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
106+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
107107
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
108108
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
109109
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)