diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-26 01:43:31 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-26 01:43:31 -0400 |
commit | e1e68aa2ba2992543603cfd5a4e1fa2e4eaeeb72 (patch) | |
tree | 6833a15802fb8a22fcccf66de593dc787df47772 /go.mod | |
parent | 07872ef4cafab8b7c975936057c779799bb655ff (diff) | |
download | getwtxt-e1e68aa2ba2992543603cfd5a4e1fa2e4eaeeb72.tar.gz |
updated deps
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 2c10982..5c3a2a4 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.11 require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/fsnotify/fsnotify v1.4.7 - github.com/getwtxt/registry v0.0.0-20190525072841-714c732c6534 + github.com/getwtxt/registry v0.0.0-20190526054100-f4b54c145beb github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |