diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-03 20:35:55 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-03 20:35:55 -0400 |
commit | 7e32a115e68c9ba68b487db91fefb9c3162cd614 (patch) | |
tree | cfc33cc47f90aa7e2ab1535d8418a6d07696463d /go.mod | |
parent | aa9b70f3d68d5553be4188055ce3a59b7b3f37e8 (diff) | |
parent | 06bc55d91e24e70f3169ab28ce5872cf2e516220 (diff) | |
download | getwtxt-7e32a115e68c9ba68b487db91fefb9c3162cd614.tar.gz |
Merge branch 'dev' into 'master' for v0.2.0
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 ec32001..4bb494a 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-20190531085138-9a0f6b50332c + github.com/getwtxt/registry v0.2.2 github.com/gorilla/handlers v1.4.0 github.com/gorilla/mux v1.7.1 github.com/spf13/pflag v1.0.3 |