about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-05 15:36:23 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-05 15:36:23 -0400
commitfd43c61bd128ad77b22db0537a9a4eb58490b0b5 (patch)
tree4c5fa7b33fadbf7c3e14e69b7d68ce280bc3810a /go.mod
parent4658fe82be3e9d95e93fa5c7c7ca64a15cf2f1a1 (diff)
downloadgetwtxt-fd43c61bd128ad77b22db0537a9a4eb58490b0b5.tar.gz
moved bulk of code to its own package to clean up source tree
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 0 insertions, 11 deletions
diff --git a/go.mod b/go.mod
index 5ab4196..0b1ba35 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,3 @@
 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.2.3
-	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
-)