diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod index 1d60931..2013e93 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,14 @@ -module github.com/getwtxt/getwtxt +module git.sr.ht/~gbmor/getwtxt go 1.11 require ( github.com/fsnotify/fsnotify v1.4.9 - github.com/getwtxt/registry v0.4.2 github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.4 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/spf13/viper v1.7.0 github.com/syndtr/goleveldb v1.0.0 - golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 + golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 ) |