Commit Graph

17 Commits

Author SHA1 Message Date
Davanum Srinivas
1ec189c286
cleanup vendor/
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-15 11:44:29 -04:00
Davanum Srinivas
e483fa9658
update containerd, docker/distribution and mindprince/gonvml 2020-02-26 09:52:49 -05:00
Davanum Srinivas
774561cf1a
Switch from using docker/docker to k8s.io/utils for mount 2020-01-22 14:11:28 -05:00
Davanum Srinivas
07225f7977
Move to newer docker/docker already used in kubernetes
- `go get github.com/docker/docker@v0.7.3-0.20190327010347-be7ac8be2ae0`
- `go mod vendor`
2020-01-08 16:45:35 -05:00
Davanum Srinivas
f1fa3d4631
Update to containerd 1.3.2
- `go get -u github.com/containerd/containerd`
- `go mod vendor`
2020-01-08 11:57:59 -05:00
Daniel, Dao Quang Minh
236f41d419 Add support for go module (#2338)
* add go module support, update go-bindata ref, bump runc dep

```
go mod init github.com/google/cadvisor
go mod tidy

go get github.com/matttproud/golang_protobuf_extensions@c182affec369e30f25d3eb8cd8a478dee585ae7d
go get github.com/containerd/typeurl@5eb25027c9fdd675e1db2bd25af02f5db75027ab
```

Somehow the dependencies retrieved by `go mod init` was mismatched (maybe because
runc itself does not support go module yet ?). This fixes the dependencies retrieved
in go module, the packages bump itself seems sane.

The original go-bindata is unmaintained and is on an old revision, so our usage
of it is outdated. Changed to https://github.com/kevinburke/go-bindata which
seems to be a more official and well maintained fork, and bump to latest version.
2019-12-03 10:41:37 -08:00
Jess Frazelle
d7df66e4eb
vendor: update docker import
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-06-14 17:54:41 -04:00
Seth Jennings
8c28d09dbf deps: add docker operatingsystems package 2018-04-20 12:22:44 -05:00
Lantao Liu
cdb1f2ac71 Update containerd to v1.0.2.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-29 23:50:34 +00:00
David Ashpole
888a529088 fix #1743; move off of docker/engine-api 2017-09-28 11:05:13 -07:00
David Ashpole
35de579b37 update distribution 2017-09-01 13:28:43 -07:00
David Ashpole
20bd275f77 update docker/docker, and docker/distribution 2017-09-01 11:17:14 -07:00
Euan Kemp
cfb16f102b godeps: vendor in kmsgparser 2017-08-30 15:35:40 -07:00
David Ashpole
92cca44f5d update docker godeps 2017-08-29 13:19:44 -07:00
David Ashpole
8ba18456d5 update runc godep 2017-08-25 13:42:26 -07:00
Vishnu kannan
d4ce3dccdd update docker to v1.11.2
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 16:55:05 -07:00
Vishnu kannan
de4af1288b moving deps to vendor subdirectory
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:19:43 -07:00