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