Michael Schurter
0ed023c61a
deps: updated libnetwork dep
...
Adding missing vendor files as well.
2020-06-18 11:05:31 -07:00
Nick Ethier
0bc0403cc3
Task DNS Options ( #7661 )
...
Co-Authored-By: Tim Gross <tgross@hashicorp.com>
Co-Authored-By: Seth Hoenig <shoenig@hashicorp.com>
2020-06-18 11:01:31 -07:00
Mahmood Ali
ee453f2932
run go mod vendor ( #8107 )
2020-06-03 15:34:39 -04:00
Seth Hoenig
435c0d9fc8
deps: Switch to Go modules for dependency management
...
This PR switches the Nomad repository from using govendor to Go modules
for managing dependencies. Aspects of the Nomad workflow remain pretty
much the same. The usual Makefile targets should continue to work as
they always did. The API submodule simply defers to the parent Nomad
version on the repository, keeping the semantics of API versioning that
currently exists.
2020-06-02 14:30:36 -05:00
Yoan Blanc
e983dc2cf5
docker pick https://github.com/moby/moby/pull/40021
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-06-01 22:43:58 +02:00
Yoan Blanc
3d60a77b3e
docker v19.03.9
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-06-01 22:43:28 +02:00
Yoan Blanc
27568d83d8
vendor: pin docker/distribution to v2.7.1
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-05-24 09:30:05 +02:00
Mahmood Ali
a6edc29b0a
Fix docker/docker compile issue
...
Use docker master branch for specific branches, so we can pick up the
fix in https://github.com/moby/moby/pull/40021 .
2020-03-30 16:27:05 -04:00
Mahmood Ali
4d90bf3699
vendoring: Update docker packages to v19.03.8
...
Also, since github.com/docker/docker is the canonical package names and
is transparently forwarded to github.com/moby/moby, I removed the
moby/moby references in origin.
2020-03-30 15:02:56 -04:00
Yoan Blanc
1d92edbbbe
docker: v19.03.8
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-28 17:29:04 +01:00
Yoan Blanc
ffe1bd9470
vendor: go-connections v0.4.0
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-28 08:09:13 +01:00
Mahmood Ali
fd5d033e32
Revert "vendor: fsouza/go-docker-client v1.6.3"
2020-03-23 10:48:47 -04:00
Yoan Blanc
1bc3a1f615
vendor: upgrade some parts of docker
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-22 10:18:06 +01:00
Yoan Blanc
392e95d496
fixup! vendor: fsouza/go-docker-client v1.6.3
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-22 09:29:49 +01:00
Yoan Blanc
8e744d1877
vendor: fsouza/go-docker-client v1.6.3
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-22 09:25:46 +01:00
Yoan Blanc
f9c7e6e12e
vendors: avoir vendors from docker's vendors
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-19 14:31:58 +01:00
Yoan Blanc
c8e69a0427
docker: v18.09.9
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-15 08:23:11 +01:00
Yoan Blanc
490369515c
fixup! vendor: vendor.json cleanup
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-14 17:58:24 +01:00
Mahmood Ali
d314db54d8
vendor docker/docker volume utils
2019-04-25 08:55:21 -04:00
oleksii.shyman
7393e91145
Update go-dockerclient and docker dependencies
...
- go-dockerclient is updated because of lack of "runtime" API field
- docker/docker is updated because go-dockerclient depends on docker
master branch
2019-01-15 11:28:57 -08:00
Nick Ethier
66ff12e5f7
Update runc/libcontainer and friends ( #4655 )
...
* vendor: bump libcontainer and docker to remove Sirupsen imports
* vendor: fix bad vendoring of archive package
* vendor: fix api changes to cgroups in executor
* vendor: fix docker api changes
* vendor: update github.com/Azure/go-ansiterm to use non capitalized logrus import
2018-10-16 16:53:30 -07:00
Michael Schurter
a3ad2771da
Update go-dockerclient to fix #3419
...
Includes this workaround:
99ba9a9ff4/container.go (L634-L637)
2017-11-14 15:57:09 -08:00
James Nugent
53cacd7c51
deps: Update github.com/docker/docker/pkg/system
...
This commit updates the `system` package of `docker/docker`.
2017-03-13 13:18:47 -05:00
Michael Schurter
11068959d6
Vendor some missing deps
2017-02-28 13:38:57 -08:00
Michael Schurter
f832b09be9
Remove unused vendored packages
2017-02-28 13:10:24 -08:00
Michael Schurter
b673b01a2d
Update lots of vendored deps
2017-02-28 12:16:52 -08:00
Alex Dadgar
c62cd5cc55
Revendor docker client
2017-02-14 17:34:05 -08:00
Alex Dadgar
08733b68d2
vendor
2017-01-23 11:32:51 -08:00
Michal Wieczorek
67b688d292
Update vendor package github.com/fsouza/go-dockerclient
...
Added dependencies of updated github.com/fsouza/go-dockerclient:
- golang.org/x/net/context/ctxhttp
- github.com/docker/engine-api/types/swarm
- github.com/Microsoft/go-winio
- github.com/docker/engine-api/types/mount
2016-09-24 21:53:49 +02:00
Daniel Kerwin
8f23de64c8
Update to latest go-dockerclient. Fix .gitignore expression to allow
...
docker/pkg packages.
2016-05-28 12:01:56 +02:00
Sean Chittenden
cd09136521
Remove unused packages
...
```
govendor remove +unused
git add vendor/
```
2016-05-04 19:49:43 -07:00
Diptanu Choudhury
9d761afbc3
Adding vendored code in pkg directories
2016-02-12 13:32:32 -08:00
Diptanu Choudhury
9897b600ca
Using godeps to build
2016-02-12 10:02:16 -08:00