diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-27 03:29:56 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-27 03:29:56 -0400 |
commit | dfa03b5f32e1e7e3ffeb8992d9d393c9c03b6ce0 (patch) | |
tree | 45c17f6039badb60ec788f6d888b04970f509d88 /go.mod | |
parent | c5cf0e19e83029e70a9d294b6a7d9ee973cc0000 (diff) | |
download | getwtxt-dfa03b5f32e1e7e3ffeb8992d9d393c9c03b6ce0.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 5c3a2a4..28ad4ec 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-20190526054100-f4b54c145beb + github.com/getwtxt/registry v0.0.0-20190527072649-b45333a37e5e github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |