forked from k8snetworkplumbingwg/sriov-cni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
61 lines (61 loc) · 1.51 KB
/
glide.yaml
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
package: github.com/intel/sriov-cni
import:
- package: github.com/containernetworking/cni
version: dc953e2fd91f9bc624b03cf9ea3706796bfee920
subpackages:
- pkg/invoke
- pkg/skel
- pkg/testutils
- pkg/types
- pkg/version
- package: github.com/containernetworking/plugins
version: 2b6808807facbadf4f1190d7665d7e1fc19efd93
subpackages:
- pkg/ip
- pkg/ipam
- pkg/ns
- package: github.com/onsi/ginkgo
version: 7f8ab55aaf3b86885aa55b762e803744d1674700
subpackages:
- 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
- package: github.com/onsi/gomega
version: 2152b45fa28a361beba9aab0885972323a444e28
subpackages:
- 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
- package: github.com/vishvananda/netlink
version: 07ace697bea4b7641fbc6dcf7c90432c6b8bea5c
subpackages:
- nl
- package: github.com/vishvananda/netns
version: 54f0e4339ce73702a0607f49922aaa1e749b418d
- package: golang.org/x/sys
version: fae7ac547cb717d141c433a2a173315e216b64c4
subpackages:
- unix
- package: github.com/stretchr/testify
version: ^1.2.2
subpackages:
- mock