mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
Added glide for vendoring dependencies.
- Docker to 1.13.x
This commit is contained in:
parent
462df027f5
commit
63aa3efb11
6 changed files with 229 additions and 23 deletions
28
glide.yaml
Normal file
28
glide.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
package: github.com/stffabi/watchtower
|
||||
import:
|
||||
- package: github.com/Sirupsen/logrus
|
||||
version: ~0.11.x
|
||||
- package: github.com/docker/docker
|
||||
version: ~1.13.x
|
||||
subpackages:
|
||||
- api/types
|
||||
- api/types/container
|
||||
- api/types/network
|
||||
- api/types/reference
|
||||
- cli/command
|
||||
- cliconfig
|
||||
- cliconfig/configfile
|
||||
- cliconfig/credentials
|
||||
- client
|
||||
- package: github.com/stretchr/testify
|
||||
version: ~1.1.4
|
||||
subpackages:
|
||||
- mock
|
||||
- package: github.com/urfave/cli
|
||||
version: ~1.19.1
|
||||
- package: golang.org/x/net
|
||||
repo: https://github.com/tonistiigi/net.git
|
||||
subpackages:
|
||||
- context
|
||||
- package: github.com/robfig/cron
|
||||
version: 9585fd555638e77bba25f25db5c44b41f264aeb7
|
||||
Loading…
Add table
Add a link
Reference in a new issue