summaryrefslogtreecommitdiffstats
path: root/src/dkv/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/dkv/Gopkg.toml')
-rw-r--r--src/dkv/Gopkg.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/dkv/Gopkg.toml b/src/dkv/Gopkg.toml
index 3f608e7..064b88e 100644
--- a/src/dkv/Gopkg.toml
+++ b/src/dkv/Gopkg.toml
@@ -26,16 +26,24 @@
[[constraint]]
+ name = "github.com/gorilla/handlers"
+ version = "1.3.0"
+
+[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"
[[constraint]]
name = "github.com/hashicorp/consul"
- version = "1.0.3"
+ version = "1.0.6"
[[constraint]]
name = "github.com/magiconair/properties"
- version = "1.7.4"
+ version = "1.7.6"
+
+[[constraint]]
+ name = "github.com/stretchr/testify"
+ version = "1.2.1"
[prune]
go-tests = true