about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-08 03:14:58 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-08 03:14:58 -0400
commit35f9a625151c359eda564cce07bd0507ab8be5f0 (patch)
tree98576ebcb7356e0edb62823d13f34fd234692213 /go.mod
parent18fc34c704203f8bffa6ecc35330cebc6c1c10ce (diff)
downloadgetwtxt-35f9a625151c359eda564cce07bd0507ab8be5f0.tar.gz
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 26f62de..92c4139 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,8 @@ module github.com/getwtxt/getwtxt
 
 go 1.11
 
-require github.com/getwtxt/getwtxt/svc v0.0.0-20190606062712-32c75a53babc
+require (
+	github.com/getwtxt/getwtxt/svc v0.0.0-20190608070947-1db08c4790e3
+	golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
+	golang.org/x/sys v0.0.0-20190608050228-5b15430b70e3 // indirect
+)