Mahmood Ali
87d75f6adf
run go mod vendor ( #8107 )
2020-06-03 15:34:39 -04:00
Seth Hoenig
15fb4c990a
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
1b61b16c01
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
610075e748
docker v19.03.9
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch >
2020-06-01 22:43:28 +02:00
Mahmood Ali
a5e16de071
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
8a96c85a5f
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
ace5ab113e
docker: v19.03.8
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch >
2020-03-28 17:29:04 +01:00
Mahmood Ali
4822c66d2b
Revert "vendor: fsouza/go-docker-client v1.6.3"
2020-03-23 10:48:47 -04:00
Yoan Blanc
984ba4116d
vendor: upgrade some parts of docker
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch >
2020-03-22 10:18:06 +01:00
Yoan Blanc
2770a0f316
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
9032cbe304
docker: v18.09.9
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch >
2020-03-15 08:23:11 +01:00
Mahmood Ali
e8a4610017
vendor docker/docker volume utils
2019-04-25 08:55:21 -04:00
oleksii.shyman
943b375b72
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
e9f3f2cfee
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
5f0f349a11
Update go-dockerclient to fix #3419
...
Includes this workaround:
99ba9a9ff4/container.go (L634-L637)
2017-11-14 15:57:09 -08:00
James Nugent
7457a0dfd8
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
2b479554fd
Vendor some missing deps
2017-02-28 13:38:57 -08:00
Michael Schurter
29d3c8b604
Update lots of vendored deps
2017-02-28 12:16:52 -08:00
Alex Dadgar
e9d8a6aa72
Revendor docker client
2017-02-14 17:34:05 -08:00
Alex Dadgar
36725370ee
vendor
2017-01-23 11:32:51 -08:00
Daniel Kerwin
d4dca3b02d
Update to latest go-dockerclient. Fix .gitignore expression to allow
...
docker/pkg packages.
2016-05-28 12:01:56 +02:00
Sean Chittenden
3eb9664eca
Remove unused packages
...
```
govendor remove +unused
git add vendor/
```
2016-05-04 19:49:43 -07:00
Diptanu Choudhury
45d1c68095
Adding vendored code in pkg directories
2016-02-12 13:32:32 -08:00
Diptanu Choudhury
3acc5408b0
Using godeps to build
2016-02-12 10:02:16 -08:00