summary refs log tree commit diff stats
path: root/go.mod
blob: c297c03e5c82229d29991f999f52c281d76fc34d (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-20190611092730-64d24f3f43f7
	github.com/go-logfmt/logfmt v0.4.0 // indirect
	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
)