mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
migrate from glide to dep
This commit is contained in:
parent
f956d2dd44
commit
1b749def8f
4 changed files with 543 additions and 226 deletions
16
Gopkg.toml
Normal file
16
Gopkg.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue