mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 14:15:40 +00:00
12 lines
288 B
Modula-2
12 lines
288 B
Modula-2
module github.com/m13253/dns-over-https/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gorilla/handlers v1.4.0
|
|
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
|
|
github.com/miekg/dns v1.1.41
|
|
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
|
|
)
|