diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-21 17:42:30 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-21 18:59:54 -0400 |
commit | 61e81ea7acfc01e8b7ea33156a36c15b0674c79f (patch) | |
tree | 3de2b437c16d25900ff61c2a0f0e40646a337578 /go.mod | |
parent | d27a5c470eb994ea7e67abd5f478f40b53fbe370 (diff) | |
download | getwtxt-61e81ea7acfc01e8b7ea33156a36c15b0674c79f.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 90d83ba..51db9ad 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-20190521192417-8441bb59751c + github.com/getwtxt/registry v0.0.0-20190521225739-b578f6a875b3 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |