diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
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 ) |