mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 14:15:40 +00:00
14 lines
414 B
Modula-2
14 lines
414 B
Modula-2
module github.com/m13253/dns-over-https
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gorilla/handlers v1.4.0
|
|
github.com/miekg/dns v1.1.6
|
|
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
|
|
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
|
|
)
|