summary refs log tree commit diff stats
path: root/go.mod
blob: ceb30afe22eb883b7dfec943b52cba5555a9e850 (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/gbmor/getwtxt

go 1.11

require (
	github.com/gorilla/handlers v1.4.0
	github.com/gorilla/mux v1.7.1
)