about summary refs log blame commit diff stats
path: root/go.mod
blob: d8caecf9559ccf6b1d684ea741dde093ad9066a1 (plain) (tree)
1
2
3
4
5
6
7
                                 

       
 

                                           
                                          




                                                       
                                          
                                                           
 
module github.com/getwtxt/getwtxt

go 1.11

require (
	github.com/fsnotify/fsnotify v1.4.7
	github.com/getwtxt/registry v0.4.1
	github.com/gorilla/handlers v1.4.2
	github.com/gorilla/mux v1.7.3
	github.com/mattn/go-sqlite3 v2.0.3+incompatible
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.6.2
	github.com/syndtr/goleveldb v1.0.0
	golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
)