diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 6585f13..c1f9d81 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.11 require ( github.com/fsnotify/fsnotify v1.4.7 - github.com/getwtxt/registry v0.4.0 + github.com/getwtxt/registry v0.4.1 github.com/golang/snappy v0.0.1 // indirect github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.2 |