summary refs log tree commit diff stats
path: root/go.mod
blob: 6b33577cfc294d9558ff52867bd105ef04e64deb (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-20190610052041-4fb7785e4552
	github.com/go-logfmt/logfmt v0.4.0 // indirect
)