aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-19 18:10:45 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-19 18:10:45 +0200
commit0a7814f33a44a57924ac4c6dfeca20cf741dc1f3 (patch)
tree7e0afa88cf16dbaaab14e97dca8a6365a0300b67 /Gopkg.toml
parentd7313068fbb95829175fe108352b7b1e99e6fe9d (diff)
downloadgit-bug-0a7814f33a44a57924ac4c6dfeca20cf741dc1f3.tar.gz
humanize time
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"