Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba70b49

Browse files
authoredMar 28, 2025··
Bump golang.org/x/net from 0.37.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. - [Commits](golang/net@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67c1213 commit ba70b49

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed
 

‎go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/dnscrypt/dnscrypt-proxy
22

33
go 1.24.1
4-
54
require (
65
github.com/BurntSushi/toml v1.5.0
76
github.com/VividCortex/ewma v1.2.0
@@ -23,7 +22,7 @@ require (
2322
github.com/powerman/check v1.8.0
2423
github.com/quic-go/quic-go v0.50.1
2524
golang.org/x/crypto v0.36.0
26-
golang.org/x/net v0.37.0
25+
golang.org/x/net v0.38.0
2726
golang.org/x/sys v0.31.0
2827
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2928
)

‎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)
Please sign in to comment.