summary refs log tree commit diff stats
path: root/go.mod
blob: ef34bfd48b5a8bbf51333b07c732794152551bc6 (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-20190611231214-377709d3cc81
	golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
)