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