diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-22 03:24:58 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-22 03:24:58 -0400 |
commit | 8e3bef29c6127b9ff33bb8d6f0481780f8a3568f (patch) | |
tree | 19807c02c9c5863c52cb29f6093c27765006b245 /go.mod | |
parent | 37bf8b04e76ea1cce678238af48ac8097348e655 (diff) | |
download | getwtxt-8e3bef29c6127b9ff33bb8d6f0481780f8a3568f.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 51db9ad..ac24743 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-20190521225739-b578f6a875b3 + github.com/getwtxt/registry v0.0.0-20190522061646-f6f39419c495 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |