mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
16 lines
361 B
TOML
16 lines
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
|