We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a0698 commit 89bb7e9Copy full SHA for 89bb7e9
1 file changed
go.mod
@@ -1,20 +1,20 @@
1
module github.com/m13253/dns-over-https/v2
2
3
-go 1.23.3
+go 1.23.5
4
5
require (
6
github.com/BurntSushi/toml v1.4.0
7
github.com/gorilla/handlers v1.5.2
8
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
9
- github.com/miekg/dns v1.1.62
10
- golang.org/x/net v0.33.0
+ github.com/miekg/dns v1.1.63
+ golang.org/x/net v0.34.0
11
)
12
13
14
github.com/felixge/httpsnoop v1.0.4 // indirect
15
golang.org/x/mod v0.22.0 // indirect
16
golang.org/x/sync v0.10.0 // indirect
17
- golang.org/x/sys v0.28.0 // indirect
+ golang.org/x/sys v0.29.0 // indirect
18
golang.org/x/text v0.21.0 // indirect
19
- golang.org/x/tools v0.28.0 // indirect
+ golang.org/x/tools v0.29.0 // indirect
20
0 commit comments