mirror of
https://github.com/folbricht/routedns.git
synced 2025-12-30 14:10:03 -06:00
20 lines
598 B
Modula-2
20 lines
598 B
Modula-2
module github.com/folbricht/routedns
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/jtacoma/uritemplates v1.0.0
|
|
github.com/lucas-clemente/quic-go v0.15.7
|
|
github.com/miekg/dns v1.1.22
|
|
github.com/oschwald/maxminddb-golang v1.6.0
|
|
github.com/pion/dtls/v2 v2.0.1-0.20200602140430-8ad6de55a389
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.19.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
|
|
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
|
|
)
|