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

go 1.14

require (
	github.com/BurntSushi/toml v1.2.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.51
	github.com/prometheus/client_golang v1.14.0
	golang.org/x/net v0.7.0 // indirect
	golang.org/x/tools v0.6.0 // indirect
	honnef.co/go/tools v0.4.2
)