summary refs log tree commit diff stats
path: root/go.mod
blob: 23b230cc5c9bebc37a3a7d3b542d2045d2d8ad77 (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/getwtxt/getwtxt

go 1.11

require (
	github.com/getwtxt/getwtxt/svc v0.0.0-20190611092730-64d24f3f43f7
	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
)