summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-01-04 00:28:25 +0000
committerMike Crute <mike@crute.us>2020-01-04 00:28:25 +0000
commitb4214b63d7c73cb0fec55b4e678a98327a159d48 (patch)
treebb5b160d62b25f483151958f498aac81f51898db /go.mod
parent1a33a24e60ef985db446deb46b193ab57781ea0e (diff)
downloadgo_ddns_manager-b4214b63d7c73cb0fec55b4e678a98327a159d48.tar.bz2
go_ddns_manager-b4214b63d7c73cb0fec55b4e678a98327a159d48.tar.xz
go_ddns_manager-b4214b63d7c73cb0fec55b4e678a98327a159d48.zip
Refactor out of main a bit
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 1fd977c..b8f5134 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ go 1.13
5require ( 5require (
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 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
8) 9)