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