Files
routedns/go.mod
T

19 lines
501 B
Modula-2

module github.com/folbricht/routedns
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/heimdalr/dag v1.0.1
github.com/jtacoma/uritemplates v1.0.0
github.com/lucas-clemente/quic-go v0.25.0
github.com/miekg/dns v1.1.47
github.com/oschwald/maxminddb-golang v1.8.0
github.com/pion/dtls/v2 v2.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)