summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 53f7ef2..ccee475 100644
--- a/go.mod
+++ b/go.mod
@@ -6,5 +6,6 @@ require (
6 github.com/gin-gonic/gin v1.5.0 6 github.com/gin-gonic/gin v1.5.0
7 github.com/miekg/dns v1.1.26 7 github.com/miekg/dns v1.1.26
8 github.com/spf13/cobra v0.0.5 8 github.com/spf13/cobra v0.0.5
9 github.com/spf13/viper v1.3.2
9 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect 10 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
10) 11)