summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-03-16 14:48:28 -0400
committerBen Morrison <ben@gbmor.dev>2020-03-16 14:48:28 -0400
commit23d4356931c90d83913ca483cb0ec42bcc357f58 (patch)
treebde0501ec8972ae73a2cd7e8208dbfce736a5238 /go.mod
parent2f3390b8150325d36f97c07112a0df75a1b42340 (diff)
downloadgetwtxt-23d4356931c90d83913ca483cb0ec42bcc357f58.tar.gz
updated deps:
fsnotify 1.4.7 -> 1.4.9
getwtxt/registry 0.4.1 -> 0.4.2
gorilla/mux 1.7.3 -> 1.7.4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d8caecf..1d60931 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,10 @@ 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/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.3
+	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