Commit Graph

16 Commits

Author SHA1 Message Date
David Ashpole
f4a66f7375
Merge pull request #2407 from dims/update-opencontainers-runc-to-rc10
Bump dependency opencontainers/runc@v1.0.0-rc10
2020-02-28 09:00:52 -08:00
Davanum Srinivas
e5b773ef50
Bump github.com/opencontainers/selinux to v1.3.3
To pick up a fix for a regression:
4e413ab114

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-02-28 11:40:45 -05:00
Davanum Srinivas
8e1802154d
Bump dependency opencontainers/runc@v1.0.0-rc10
Need to match what we did already in kubernetes:
088ee920e0

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-02-28 09:38:47 -05:00
Davanum Srinivas
043bcb03a4
update opencontainers/selinux to 1.3.2 2020-02-26 09:52:57 -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
Giuseppe Scrivano
4f0396f1cc
deps: update github.com/opencontainers/runc
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-09-06 16:40:50 +02:00
vikaschoudhary16
13d955d6a9 Bump runc to d5b4a3eddbe4c890843da971b64f45a0f023f4db
Signed-off-by: vikaschoudhary16 <vichoudh@redhat.com>
2018-01-12 13:56:11 -05:00
abhi
3495851c7a Updating godeps
Signed-off-by: abhi <abhi@docker.com>
2017-11-14 17:37:50 -08: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
8ba18456d5 update runc godep 2017-08-25 13:42:26 -07:00
Seth Jennings
749f73148b bump(github.com/opencontainers/runc/libcontainer): 4d6225ae 2017-08-22 16:38:37 -05:00
derekwaynecarr
1c63c39c6e Update runc libcontainer dependency 2016-09-22 15:34:59 -04:00
Vishnu kannan
4c0d60d9de update libcontainer deps
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 12:35:14 -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