Updating dependencies with

This commit is contained in:
Ross Cadogan 2016-10-13 23:15:25 +01:00
parent b13e6af70f
commit da9ba691f3
38 changed files with 6712 additions and 385 deletions

15
Godeps/Godeps.json generated
View file

@ -2,6 +2,10 @@
"ImportPath": "github.com/CenturyLinkLabs/watchtower",
"GoVersion": "go1.7",
"GodepVersion": "v74",
"Packages": [
"github.com/Sirupsen/logrus",
"github.com/urfave/cli"
],
"Deps": [
{
"ImportPath": "github.com/Sirupsen/logrus",
@ -9,9 +13,14 @@
"Rev": "3cb248e9df77413d58a6330dde84236d04c197d5"
},
{
"ImportPath": "github.com/docker/go-units",
"Comment": "v0.3.1-6-gf2145db",
"Rev": "f2145db703495b2e525c59662db69a7344b00bb8"
"ImportPath": "github.com/stretchr/testify/assert",
"Comment": "v1.0-17-g089c718",
"Rev": "089c7181b8c728499929ff09b62d3fdd8df8adff"
},
{
"ImportPath": "github.com/urfave/cli",
"Comment": "v1.18.0-69-g55f715e",
"Rev": "55f715e28c46073d0e217e2ce8eb46b0b45e3db6"
}
]
}