aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 78a557f2..9af5a30b 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -24,6 +24,9 @@
# go-tests = true
# unused-packages = true
+[prune]
+ go-tests = true
+ unused-packages = true
[[constraint]]
name = "github.com/gorilla/mux"
@@ -57,6 +60,6 @@
name = "github.com/graphql-go/handler"
version = "v0.2.1"
-[prune]
- go-tests = true
- unused-packages = true
+[[constraint]]
+ branch = "master"
+ name = "github.com/dustin/go-humanize"