From 4c0dadb7c6c71fa9c9df758fda4bc277cb04e1be Mon Sep 17 00:00:00 2001 From: Keith Pitt Date: Thu, 4 Jun 2015 10:12:21 +0200 Subject: [PATCH] Include the testify/assert package in Godep. --- Godeps/Godeps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f4580d1cbc..445bc01111 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,9 @@ { "ImportPath": "github.com/buildkite/agent", "GoVersion": "go1.4.2", + "Packages": [ + "./..." + ], "Deps": [ { "ImportPath": "github.com/AdRoll/goamz/aws", @@ -29,6 +32,11 @@ "Comment": "0.1.2-2-g632977f", "Rev": "632977f98cd34d217c4b57d0840ec188b3d3dcaf" }, + { + "ImportPath": "github.com/stretchr/testify/assert", + "Comment": "v1.0-5-g3c81d9b", + "Rev": "3c81d9b268122b3a8fa245f907518d716f503d2c" + }, { "ImportPath": "golang.org/x/crypto/ssh/terminal", "Rev": "f7445b17d61953e333441674c2d11e91ae4559d3"