about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 19:37:42 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 19:37:42 -0400
commita4a8edf8b5006f79b86d4a1547fd47db4e430f6f (patch)
tree5a13bb8204545396ea88f19de24eb1b1c18056e6 /go.mod
parent377709d3cc81645c56036ed7a3d314a571f05614 (diff)
downloadgetwtxt-a4a8edf8b5006f79b86d4a1547fd47db4e430f6f.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 c297c03..ef34bfd 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-20190611092730-64d24f3f43f7
-	github.com/go-logfmt/logfmt v0.4.0 // indirect
-	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
+	github.com/getwtxt/getwtxt/svc v0.0.0-20190611231214-377709d3cc81
+	golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
 )