diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-29 04:48:04 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-29 04:48:04 -0400 |
commit | 64a08997b2f37d96eaaea19d0faca2c10aef3b2c (patch) | |
tree | ee2c7821c2ade534c15938562cc0f590d8400995 /go.mod | |
parent | dad6421be0b649e0d920c654bb46dcebf080c6e0 (diff) | |
download | getwtxt-64a08997b2f37d96eaaea19d0faca2c10aef3b2c.tar.gz |
updated deps v0.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 28ad4ec..e4c6bfb 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-20190527072649-b45333a37e5e + github.com/getwtxt/registry v0.0.0-20190529084355-a3ab1d3a6167 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |