mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 20:45:38 +00:00
21 lines
628 B
Modula-2
21 lines
628 B
Modula-2
module github.com/m13253/dns-over-https/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
|
|
github.com/miekg/dns v1.1.50
|
|
golang.org/x/net v0.0.0-20220812174116-3211cb980234
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|