summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-09 23:33:51 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-09 23:34:16 -0400
commitbedd5d588f4375b486734026c5eda861ab2bf485 (patch)
treed8d9beba09e76f90c9cb2d16667a7dd5aaaa8d27 /go.mod
parente539d23e6499b0505f8217a875cc3c94c6e01566 (diff)
downloadgetwtxt-0.3.1.tar.gz
updated deps v0.3.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 92c4139..61bab5a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/getwtxt/getwtxt
 go 1.11
 
 require (
-	github.com/getwtxt/getwtxt/svc v0.0.0-20190608070947-1db08c4790e3
+	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-20190608050228-5b15430b70e3 // indirect
+	golang.org/x/sys v0.0.0-20190609082536-301114b31cce // indirect
 )