about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-10 01:24:43 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-10 01:24:43 -0400
commit6721b2767d9a59eec079340d28b9e3f6f3d88478 (patch)
treeb9c6dbd182f0b82db0387a673636c5d38716c78e /go.mod
parent4fb7785e45528a69dffb94d4c164efeab3a645d1 (diff)
downloadgetwtxt-6721b2767d9a59eec079340d28b9e3f6f3d88478.tar.gz
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 61bab5a..6b33577 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module github.com/getwtxt/getwtxt
 go 1.11
 
 require (
-	github.com/getwtxt/getwtxt/svc v0.0.0-20190610033007-e539d23e6499
-	golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
-	golang.org/x/sys v0.0.0-20190609082536-301114b31cce // indirect
+	github.com/getwtxt/getwtxt/svc v0.0.0-20190610052041-4fb7785e4552
+	github.com/go-logfmt/logfmt v0.4.0 // indirect
 )