mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 18:35:38 +00:00
20 lines
473 B
Modula-2
20 lines
473 B
Modula-2
module github.com/m13253/dns-over-https/v2
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
|
|
github.com/miekg/dns v1.1.52
|
|
golang.org/x/net v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
)
|