mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-05-27 03:04:23 +00:00
upgrade dependencies
This commit is contained in:
@@ -6,14 +6,14 @@ require (
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/gorilla/handlers v1.5.1
|
||||
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
|
||||
github.com/miekg/dns v1.1.55
|
||||
golang.org/x/net v0.12.0
|
||||
github.com/miekg/dns v1.1.56
|
||||
golang.org/x/net v0.15.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/felixge/httpsnoop v1.0.3 // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/sys v0.10.0 // indirect
|
||||
golang.org/x/text v0.11.0 // indirect
|
||||
golang.org/x/tools v0.11.0 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
golang.org/x/text v0.13.0 // indirect
|
||||
golang.org/x/tools v0.13.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user