aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 361b8626f58eb3adea0f6f3aaeec53c3818ad0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
	google.golang.org/appengine v1.6.1 // indirect
)