aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 4d70926c6ef69cc0bf2798e2ab97062bbc61e31e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/mpolden/zdns

go 1.13

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/cenkalti/backoff/v4 v4.0.0
	github.com/jmoiron/sqlx v1.2.0
	github.com/mattn/go-sqlite3 v1.10.0
	github.com/miekg/dns v1.1.26
	golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
	golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
	golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
	google.golang.org/appengine v1.6.1 // indirect
)