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

go 1.11

require (
	github.com/BurntSushi/toml v0.3.1 // indirect
	github.com/fsnotify/fsnotify v1.4.7
	github.com/getwtxt/registry v0.0.0-20190529084355-a3ab1d3a6167
	github.com/gorilla/handlers v1.4.0
	github.com/gorilla/mux v1.7.1
	github.com/spf13/pflag v1.0.3
	github.com/spf13/viper v1.3.2
	github.com/syndtr/goleveldb v1.0.0
)