Skip to content

Commit b4c47e7

Browse files
Update module golang.org/x/net to v0.38.0 [SECURITY]
1 parent c68d3bd commit b4c47e7

File tree

48 files changed

+376
-357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+376
-357
lines changed

aws-apigateway-go-routes/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ require (
7878
github.com/xanzy/ssh-agent v0.3.3 // indirect
7979
github.com/zclconf/go-cty v1.13.2 // indirect
8080
go.uber.org/atomic v1.9.0 // indirect
81-
golang.org/x/crypto v0.35.0 // indirect
81+
golang.org/x/crypto v0.36.0 // indirect
8282
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8383
golang.org/x/mod v0.19.0 // indirect
84-
golang.org/x/net v0.36.0 // indirect
85-
golang.org/x/sync v0.11.0 // indirect
86-
golang.org/x/sys v0.30.0 // indirect
87-
golang.org/x/term v0.29.0 // indirect
88-
golang.org/x/text v0.22.0 // indirect
84+
golang.org/x/net v0.38.0 // indirect
85+
golang.org/x/sync v0.12.0 // indirect
86+
golang.org/x/sys v0.31.0 // indirect
87+
golang.org/x/term v0.30.0 // indirect
88+
golang.org/x/text v0.23.0 // indirect
8989
golang.org/x/tools v0.23.0 // indirect
9090
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
9191
google.golang.org/grpc v1.63.2 // indirect

aws-apigateway-go-routes/go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
206206
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
207207
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
208208
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
209-
golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
210-
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
209+
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
210+
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
211211
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
212212
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
213213
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
@@ -222,13 +222,13 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
222222
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
223223
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
224224
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
225-
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
226-
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
225+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
226+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
227227
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
228228
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
229229
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
230-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
231-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
230+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
231+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
232232
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
233233
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
234234
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -244,16 +244,16 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc
244244
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
245245
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
246246
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
247-
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
248-
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
247+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
248+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
249249
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
250-
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
251-
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
250+
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
251+
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
252252
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
253253
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
254254
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
255-
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
256-
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
255+
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
256+
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
257257
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
258258
golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
259259
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=

azure-go-aci/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require (
8181
golang.org/x/crypto v0.35.0 // indirect
8282
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8383
golang.org/x/mod v0.19.0 // indirect
84-
golang.org/x/net v0.36.0 // indirect
84+
golang.org/x/net v0.38.0 // indirect
8585
golang.org/x/sync v0.11.0 // indirect
8686
golang.org/x/sys v0.30.0 // indirect
8787
golang.org/x/term v0.29.0 // indirect

azure-go-aks-helm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require (
8888
golang.org/x/crypto v0.35.0 // indirect
8989
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
9090
golang.org/x/mod v0.19.0 // indirect
91-
golang.org/x/net v0.36.0 // indirect
91+
golang.org/x/net v0.38.0 // indirect
9292
golang.org/x/sync v0.11.0 // indirect
9393
golang.org/x/sys v0.30.0 // indirect
9494
golang.org/x/term v0.29.0 // indirect

azure-go-aks-managed-identity/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
golang.org/x/crypto v0.35.0 // indirect
8484
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8585
golang.org/x/mod v0.19.0 // indirect
86-
golang.org/x/net v0.36.0 // indirect
86+
golang.org/x/net v0.38.0 // indirect
8787
golang.org/x/sync v0.11.0 // indirect
8888
golang.org/x/sys v0.30.0 // indirect
8989
golang.org/x/term v0.29.0 // indirect

azure-go-aks-multicluster/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
golang.org/x/crypto v0.35.0 // indirect
8585
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8686
golang.org/x/mod v0.19.0 // indirect
87-
golang.org/x/net v0.36.0 // indirect
87+
golang.org/x/net v0.38.0 // indirect
8888
golang.org/x/sync v0.11.0 // indirect
8989
golang.org/x/sys v0.30.0 // indirect
9090
golang.org/x/term v0.29.0 // indirect

azure-go-aks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
golang.org/x/crypto v0.35.0 // indirect
8686
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8787
golang.org/x/mod v0.19.0 // indirect
88-
golang.org/x/net v0.36.0 // indirect
88+
golang.org/x/net v0.38.0 // indirect
8989
golang.org/x/sync v0.11.0 // indirect
9090
golang.org/x/sys v0.30.0 // indirect
9191
golang.org/x/term v0.29.0 // indirect

azure-go-appservice-docker/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
golang.org/x/crypto v0.35.0 // indirect
8484
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8585
golang.org/x/mod v0.19.0 // indirect
86-
golang.org/x/net v0.36.0 // indirect
86+
golang.org/x/net v0.38.0 // indirect
8787
golang.org/x/sync v0.11.0 // indirect
8888
golang.org/x/sys v0.30.0 // indirect
8989
golang.org/x/term v0.29.0 // indirect

azure-go-call-azure-sdk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ require (
9393
golang.org/x/crypto v0.35.0 // indirect
9494
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
9595
golang.org/x/mod v0.19.0 // indirect
96-
golang.org/x/net v0.36.0 // indirect
96+
golang.org/x/net v0.38.0 // indirect
9797
golang.org/x/sync v0.11.0 // indirect
9898
golang.org/x/sys v0.30.0 // indirect
9999
golang.org/x/term v0.29.0 // indirect

azure-go-containerapps/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
golang.org/x/crypto v0.35.0 // indirect
8585
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8686
golang.org/x/mod v0.19.0 // indirect
87-
golang.org/x/net v0.36.0 // indirect
87+
golang.org/x/net v0.38.0 // indirect
8888
golang.org/x/sync v0.11.0 // indirect
8989
golang.org/x/sys v0.30.0 // indirect
9090
golang.org/x/term v0.29.0 // indirect

0 commit comments

Comments
 (0)