watchtower/Gopkg.toml
2019-04-04 19:59:52 +02:00

16 lines
No EOL
361 B
TOML

# 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