summary refs log tree commit diff stats
path: root/go.mod
blob: 61bab5ad011d53d6ee698977beaeec8d4092c7fe (plain) (blame)
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-20190610033007-e539d23e6499
	golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
	golang.org/x/sys v0.0.0-20190609082536-301114b31cce // indirect
)