forked from kata-containers/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
100 lines (76 loc) · 2.57 KB
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[[constraint]]
name = "github.com/containernetworking/plugins"
revision = "485be65581341430f9106a194a98f0f2412245fb"
[[constraint]]
name = "github.com/go-ini/ini"
revision = "20b96f641a5ea98f2f8619ff4f3e061cff4833bd"
[[constraint]]
name = "github.com/cri-o/cri-o"
revision = "3394b3b2d6af0e41d185bb695c6378be5dd4d61d"
[[constraint]]
name = "github.com/mitchellh/mapstructure"
revision = "d0303fe809921458f417bcf828397a65db30a7e4"
[[constraint]]
name = "github.com/opencontainers/runc"
revision = "0351df1c5a66838d0c392b4ac4cf9450de844e2d"
[[constraint]]
name = "github.com/opencontainers/runtime-spec"
revision = "a1b50f621a48ad13f8f696a162f684a241307db0"
[[constraint]]
name = "github.com/stretchr/testify"
revision = "890a5c3458b43e6104ff5da8dfa139d013d77544"
[[constraint]]
name = "github.com/urfave/cli"
revision = "ac249472b7de27a9e8990819566d9be95ab5b816"
[[constraint]]
name = "github.com/vishvananda/netlink"
revision = "c8c507c80ea28385caac72b682dd066e44943913"
[[constraint]]
name = "github.com/vishvananda/netns"
revision = "86bef332bfc3b59b7624a600bd53009ce91a9829"
[[constraint]]
name = "golang.org/x/sys"
revision = "88d2dcc510266da9f7f8c7f34e1940716cab5f5c"
[[constraint]]
name = "github.com/sirupsen/logrus"
revision = "89742aefa4b206dcf400792f3bd35b542998eb3b"
[[constraint]]
name = "github.com/intel/govmm"
revision = "8cba5a8e5f2816f26f9dc34b8ea968279a5a76eb"
[[constraint]]
name = "github.com/kata-containers/agent"
revision = "32c87e75c2e4c014961f104c3c59b87f2aee3384"
[[constraint]]
name = "github.com/containerd/cri-containerd"
revision = "4dd6735020f5596dd41738f8c4f5cb07fa804c5e"
[[constraint]]
name = "github.com/safchain/ethtool"
revision = "79559b488d8848b53a8e34c330140c3fc37ee246"
[[constraint]]
name = "github.com/containerd/containerd"
revision = "f05672357f56f26751a521175c5a96fc21fa8603"
[[constraint]]
name = "github.com/gogo/protobuf"
revision = "4cbf7e384e768b4e01799441fdf2a706a5635ae7"
[[override]]
name = "github.com/containerd/ttrpc"
revision = "92c8520ef9f86600c650dd540266a007bf03670f"
[[override]]
branch = "master"
name = "github.com/hashicorp/yamux"
[[constraint]]
revision = "0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f"
name = "github.com/containerd/console"
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
revision = "c4b9ac5c7601384c965b9646fc515884e091ebb9"
name = "github.com/containerd/cgroups"
[[constraint]]
branch = "master"
name = "github.com/prometheus/procfs"
[[constraint]]
name = "github.com/blang/semver"
version = "3.6.1"