summary refs log blame commit diff stats
path: root/go.mod
blob: 92c413902e240354a7c649dde3a9e45dbb64590e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                 

       
 




                                                                         
module github.com/getwtxt/getwtxt

go 1.11

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
)