forked from containers/virtcontainers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
56 lines (42 loc) · 1.14 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
[[dependencies]]
branch = "master"
name = "github.com/01org/ciao"
[[dependencies]]
branch = "master"
name = "github.com/Sirupsen/logrus"
[[dependencies]]
name = "github.com/clearcontainers/proxy"
revision = "398fd8b9d8d1e223fc7034ff4d7ab6db131fff30"
[[dependencies]]
branch = "master"
name = "github.com/containernetworking/cni"
[[dependencies]]
branch = "master"
name = "github.com/kubernetes-incubator/cri-o"
[[dependencies]]
branch = "master"
name = "github.com/mitchellh/mapstructure"
[[dependencies]]
name = "github.com/opencontainers/runc"
revision = "dcbcdf2470421e911211604c61ea3e8ca740d346"
[[dependencies]]
name = "github.com/opencontainers/runtime-spec"
version = "v1.0.0-rc5"
[[dependencies]]
branch = "master"
name = "github.com/stretchr/testify"
[[dependencies]]
branch = "master"
name = "github.com/urfave/cli"
[[dependencies]]
branch = "master"
name = "github.com/vishvananda/netlink"
[[dependencies]]
branch = "master"
name = "github.com/vishvananda/netns"
[[dependencies]]
branch = "master"
name = "golang.org/x/crypto"
[[dependencies]]
branch = "master"
name = "golang.org/x/sys"