mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-05 08:08:03 +08:00
21 lines
519 B
Modula-2
21 lines
519 B
Modula-2
module github.com/m13253/dns-over-https/v2
|
|
|
|
go 1.23.5
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
|
|
github.com/miekg/dns v1.1.64
|
|
golang.org/x/net v0.38.0
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/tools v0.31.0 // indirect
|
|
)
|