forked from k8snetworkplumbingwg/sriov-cni
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathGopkg.lock
125 lines (114 loc) · 3.44 KB
/
Gopkg.lock
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:bef5c22e6c45917d94e7919f5a9fe368f5b932cd8702ffb0a6a01f0195aa71dc"
name = "github.com/Mellanox/sriovnet"
packages = ["."]
pruneopts = "UT"
revision = "5a536a1c501ea3f8e6d1854284e78c0175c93ba7"
version = "0.4"
[[projects]]
digest = "1:344aa05e62694fa67b788976ca5abd4d70e8df9a6ca759b2709ca4bad3c5aaea"
name = "github.com/containernetworking/cni"
packages = [
"pkg/invoke",
"pkg/ip",
"pkg/ipam",
"pkg/ns",
"pkg/skel",
"pkg/testutils",
"pkg/types",
]
pruneopts = "UT"
revision = "5c3c17164270150467498a32c71436c7cd5501be"
version = "v0.3.0"
[[projects]]
digest = "1:d73580d9e2903ecc2bd2e353b7542831838a3182dfc5a22efd8232f38b8b2567"
name = "github.com/coreos/go-iptables"
packages = ["iptables"]
pruneopts = "UT"
revision = "90456be57fcb8185b264b77ce42a9539df42df25"
[[projects]]
digest = "1:b35e41db6b560340b42f27ef1a40739ab24e787795e4af1c8872c5d9756186f7"
name = "github.com/onsi/ginkgo"
packages = [
".",
"config",
"internal/codelocation",
"internal/containernode",
"internal/failer",
"internal/leafnodes",
"internal/remote",
"internal/spec",
"internal/specrunner",
"internal/suite",
"internal/testingtproxy",
"internal/writer",
"reporters",
"reporters/stenographer",
"types",
]
pruneopts = "UT"
revision = "7f8ab55aaf3b86885aa55b762e803744d1674700"
[[projects]]
digest = "1:1b7c3520cd04f244fc7da15f7e5db159e3426428fe458120fb1dc9cbdc047616"
name = "github.com/onsi/gomega"
packages = [
".",
"format",
"internal/assertion",
"internal/asyncassertion",
"internal/oraclematcher",
"internal/testingtsupport",
"matchers",
"matchers/support/goraph/bipartitegraph",
"matchers/support/goraph/edge",
"matchers/support/goraph/node",
"matchers/support/goraph/util",
"types",
]
pruneopts = "UT"
revision = "2152b45fa28a361beba9aab0885972323a444e28"
[[projects]]
branch = "master"
digest = "1:ff6b0586c0621a76832cf783eee58cbb9d9795d2ce8acbc199a4131db11c42a9"
name = "github.com/satori/go.uuid"
packages = ["."]
pruneopts = "UT"
revision = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e"
[[projects]]
digest = "1:55a82e7ed89488484beea2e39e559293689fbe86bddbb3fa7d34d2f2f9c6c94f"
name = "github.com/vishvananda/netlink"
packages = [
".",
"nl",
]
pruneopts = "UT"
revision = "85aa3b74a43a9fa174a588ce9a042c9b71b0842c"
[[projects]]
digest = "1:c6aeb5a72f8149627b053cd06caf90876d647bc19f9e9ef5d5cc06ef3d25cce2"
name = "github.com/vishvananda/netns"
packages = ["."]
pruneopts = "UT"
revision = "8ba1072b58e0c2a240eb5f6120165c7776c3e7b8"
[[projects]]
digest = "1:c6198b3fa0b4077e50563294cd42f51180380d31bf9c951023a181ad81e2685b"
name = "golang.org/x/sys"
packages = ["unix"]
pruneopts = "UT"
revision = "3b87a42e500a6dc65dae1a55d0b641295971163e"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/Mellanox/sriovnet",
"github.com/containernetworking/cni/pkg/ipam",
"github.com/containernetworking/cni/pkg/ns",
"github.com/containernetworking/cni/pkg/skel",
"github.com/containernetworking/cni/pkg/testutils",
"github.com/containernetworking/cni/pkg/types",
"github.com/onsi/ginkgo",
"github.com/onsi/gomega",
"github.com/vishvananda/netlink",
]
solver-name = "gps-cdcl"
solver-version = 1