diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-23 03:02:32 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-23 03:02:32 -0400 |
commit | 9a6d180518b203b166ed4f8bc09fb493affd3533 (patch) | |
tree | 4be935bf3afb7fab70af0f96a27722a6cd2562e8 /go.mod | |
parent | 8b6ab9931229947bba43eb8fe580637c11e8d591 (diff) | |
download | getwtxt-9a6d180518b203b166ed4f8bc09fb493affd3533.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 ac24743..a09ba89 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-20190522061646-f6f39419c495 + github.com/getwtxt/registry v0.0.0-20190523065925-1e3ac0e1a622 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |