aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 1d48e3d..29090ab 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,13 @@ module github.com/mpolden/zdns
go 1.14
require (
- github.com/BurntSushi/toml v0.3.1
+ 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.31
- github.com/prometheus/client_golang v1.7.1
- honnef.co/go/tools v0.2.0
+ 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
)