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

go 1.14

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/cenkalti/backoff/v4 v4.0.2
	github.com/jmoiron/sqlx v1.3.4
	github.com/mattn/go-sqlite3 v1.14.6
	github.com/miekg/dns v1.1.31
	github.com/prometheus/client_golang v1.7.1
	honnef.co/go/tools v0.2.0
)