migrate from glide to dep

This commit is contained in:
Simon Aronsson 2019-04-04 19:59:52 +02:00
parent f956d2dd44
commit 1b749def8f
4 changed files with 543 additions and 226 deletions

16
Gopkg.toml Normal file
View file

@ -0,0 +1,16 @@
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
ignored = ["github.com/Sirupsen/logrus"]
[[override]]
name = "github.com/Sirupsen/logrus"
source = "github.com/sirupsen/logrus"
[[override]]
name = "github.com/docker/docker"
branch = "master"
[prune]
go-tests = true
[[prune.project]]
name = "github.com/docker/docker"
non-go = false