diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-25 03:31:52 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-25 03:31:52 -0400 |
commit | b8a47bb5d8e4e7213dac2f857908126106b3ad3a (patch) | |
tree | 6247da722a446fe60d7588b7bfb56f443e927b96 /go.mod | |
parent | b46c9d3de5fa047dab68dba4e6a5f8e28ef52e06 (diff) | |
download | getwtxt-b8a47bb5d8e4e7213dac2f857908126106b3ad3a.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 9997459..2c10982 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-20190524065835-df751d9de96d + github.com/getwtxt/registry v0.0.0-20190525072841-714c732c6534 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |