-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
21 lines (21 loc) · 940 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "vendor/github.com/containernetworking/cni"]
path = vendor/github.com/containernetworking/cni
url = git://github.com/containernetworking/cni
[submodule "vendor/github.com/coreos/go-iptables"]
path = vendor/github.com/coreos/go-iptables
url = git://github.com/coreos/go-iptables
[submodule "vendor/github.com/safchain/ethtool"]
path = vendor/github.com/safchain/ethtool
url = git://github.com/safchain/ethtool
[submodule "vendor/github.com/vishvananda/netlink"]
path = vendor/github.com/vishvananda/netlink
url = git://github.com/vishvananda/netlink
[submodule "vendor/github.com/vishvananda/netns"]
path = vendor/github.com/vishvananda/netns
url = git://github.com/vishvananda/netns
[submodule "vendor/github.com/onsi/ginkgo"]
path = vendor/github.com/onsi/ginkgo
url = git://github.com/onsi/ginkgo
[submodule "vendor/github.com/onsi/gomgea"]
path = vendor/github.com/onsi/gomgea
url = git://github.com/onsi/gomega