Skip to content

Commit ae2d7d2

Browse files
committed
Update x/net
1 parent 8a4a479 commit ae2d7d2

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/powerman/check v1.8.0
2424
github.com/quic-go/quic-go v0.50.1
2525
golang.org/x/crypto v0.36.0
26-
golang.org/x/net v0.37.0
26+
golang.org/x/net v0.38.0
2727
golang.org/x/sys v0.31.0
2828
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2929
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJ
9393
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
9494
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
9595
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
96-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
97-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
96+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
97+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
9898
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
9999
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
100100
golang.org/x/sys v0.0.0-20190529164535-6a60838ec259/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

vendor/golang.org/x/net/http2/frame.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/http2/server.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ golang.org/x/mod/internal/lazyregexp
154154
golang.org/x/mod/modfile
155155
golang.org/x/mod/module
156156
golang.org/x/mod/semver
157-
# golang.org/x/net v0.37.0
157+
# golang.org/x/net v0.38.0
158158
## explicit; go 1.23.0
159159
golang.org/x/net/bpf
160160
golang.org/x/net/http/httpguts

0 commit comments

Comments
 (0)