summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index ccee475..5e96411 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,9 @@
1module code.crute.me/mcrute/go_ddns_manager 1module code.crute.me/mcrute/go_ddns_manager
2 2
3go 1.13 3go 1.15
4 4
5require ( 5require (
6 github.com/gin-gonic/gin v1.5.0 6 code.crute.me/mcrute/frame v0.0.0
7 github.com/gin-gonic/gin v1.6.3
7 github.com/miekg/dns v1.1.26 8 github.com/miekg/dns v1.1.26
8 github.com/spf13/cobra v0.0.5
9 github.com/spf13/viper v1.3.2
10 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
11) 9)