aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-28 20:39:39 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-29 00:51:54 +0200
commit1bf268cebc84a9de1e538cbb54bcc0f434022192 (patch)
treedaeb92cd6b15d56a7a7102f95b73756e5b9597d0 /Gopkg.lock
parent8af6f7d98f2fd98f85d6a17bcda49983c272cf48 (diff)
downloadgit-bug-1bf268cebc84a9de1e538cbb54bcc0f434022192.tar.gz
merge package operations into bug, they are tightly coupled anyway
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index a7771c28..3ee54342 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -66,6 +66,14 @@
version = "v1.7.0"
[[projects]]
+ digest = "1:7f89e0c888fb99c61055c646f5678aae645b0b0a1443d9b2dcd9964d850827ce"
+ name = "github.com/go-test/deep"
+ packages = ["."]
+ pruneopts = "UT"
+ revision = "6592d9cc0a499ad2d5f574fde80a2b5c5cc3b4f5"
+ version = "v1.0.1"
+
+[[projects]]
digest = "1:97df918963298c287643883209a2c3f642e6593379f97ab400c2a2e219ab647d"
name = "github.com/golang/protobuf"
packages = ["proto"]
@@ -385,6 +393,7 @@
"github.com/cheekybits/genny/generic",
"github.com/dustin/go-humanize",
"github.com/fatih/color",
+ "github.com/go-test/deep",
"github.com/gorilla/mux",
"github.com/icrowley/fake",
"github.com/jroimartin/gocui",