aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 4c3d9888cd0416271b14c0396dfe116a4ff83f2f (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.27
	golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
	golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
	golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
	google.golang.org/appengine v1.6.1 // indirect
)