Skip to content

Commit 3ef337a

Browse files
committed
Update containerd vendors to tags
Signed-off-by: Derek McGowan <[email protected]>
1 parent 56512cc commit 3ef337a

55 files changed

Lines changed: 4239 additions & 1253 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ go 1.16
55
require (
66
github.com/Microsoft/go-winio v0.4.17
77
github.com/Microsoft/hcsshim v0.8.16
8-
github.com/containerd/aufs v0.0.0-20210416161429-fb0192dcb2c0
9-
github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676
10-
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68
8+
github.com/containerd/aufs v1.0.0
9+
github.com/containerd/btrfs v1.0.0
10+
github.com/containerd/cgroups v1.0.0
1111
github.com/containerd/console v1.0.2
12-
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
12+
github.com/containerd/continuity v0.1.0
1313
github.com/containerd/fifo v1.0.0
1414
github.com/containerd/go-cni v1.0.2
15-
github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0
15+
github.com/containerd/go-runc v1.0.0
1616
github.com/containerd/imgcrypt v1.1.1
17-
github.com/containerd/nri v0.0.0-20210316161719-dbaa18c31c14
17+
github.com/containerd/nri v0.1.0
1818
github.com/containerd/ttrpc v1.0.2
1919
github.com/containerd/typeurl v1.0.2
20-
github.com/containerd/zfs v0.0.0-20210416085227-4140c9077d87
20+
github.com/containerd/zfs v1.0.0
2121
github.com/containernetworking/plugins v0.9.1
2222
github.com/coreos/go-systemd/v22 v22.1.0
2323
github.com/davecgh/go-spew v1.1.1

go.sum

Lines changed: 50 additions & 11 deletions
Large diffs are not rendered by default.

integration/client/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.15
55
require (
66
github.com/Microsoft/hcsshim v0.8.16
77
github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
8-
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68
8+
github.com/containerd/cgroups v1.0.0
99
// the actual version of containerd is replaced with the code at the root of this repository
1010
github.com/containerd/containerd v1.5.0-rc.0
11-
github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0
11+
github.com/containerd/go-runc v1.0.0
1212
github.com/containerd/ttrpc v1.0.2
1313
github.com/containerd/typeurl v1.0.2
1414
github.com/gogo/protobuf v1.3.2

integration/client/go.sum

Lines changed: 43 additions & 6 deletions
Large diffs are not rendered by default.

vendor/github.com/cilium/ebpf/ARCHITECTURE.md

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/Makefile

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/ebpf/README.md

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)