diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-21 16:03:35 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-21 16:03:35 -0400 |
commit | 137e237b17b770e9697e7367c1ee01f4f3bb5717 (patch) | |
tree | f9267c09335dd32e407c7630c24f8e78773e1b47 /go.mod | |
parent | c896e6b85ff32c3c0c45336de8b75752a31574ca (diff) | |
download | getwtxt-137e237b17b770e9697e7367c1ee01f4f3bb5717.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 3566107..90d83ba 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-20190521074114-49b064b5d65f + github.com/getwtxt/registry v0.0.0-20190521192417-8441bb59751c github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |