summary refs log blame commit diff stats
path: root/svc/go.mod
blob: b6ac3e34062f23eecd1fd7a83065ffbbcbcc9f8a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                           
module github.com/getwtxt/getwtxt/svc

go 1.12

require (
	github.com/fsnotify/fsnotify v1.4.7
	github.com/getwtxt/registry v0.2.3
	github.com/gorilla/handlers v1.4.0
	github.com/gorilla/mux v1.7.2
	github.com/spf13/pflag v1.0.3
	github.com/spf13/viper v1.4.0
	github.com/syndtr/goleveldb v1.0.0
)