diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-31 04:52:48 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-31 04:52:48 -0400 |
commit | bb56f92a450849e0f3a52b5dd703b415de2ba999 (patch) | |
tree | 75928128162cbeb27fe3e88d3ed5ff8c14741a68 /go.mod | |
parent | 27f92d888cb9cc675ad05511287d34cce85d7650 (diff) | |
download | getwtxt-bb56f92a450849e0f3a52b5dd703b415de2ba999.tar.gz |
updated deps v0.1.1
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 e4c6bfb..ec32001 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-20190529084355-a3ab1d3a6167 + github.com/getwtxt/registry v0.0.0-20190531085138-9a0f6b50332c github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |