Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit eb0b699

Browse files
External build dependencies
1 parent d589175 commit eb0b699

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

external-build-dependencies.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## CNI-Genie External Build Dependencies
2+
3+
| Software | License | Repo Link
4+
|---|---|---|
5+
|k8s.io/api | Apache License 2.0 |https://github.com/kubernetes/api
6+
|k8s.io/apimachinery | Apache License 2.0 |https://github.com/kubernetes/apimachinery
7+
|k8s.io/client-go | Apache License 2.0 |https://github.com/kubernetes/client-go
8+
|k8s.io/kube-openapi | Apache License 2.0 |https://github.com/kubernetes/kube-openapi
9+
|fsnotify |BSD-3-Clause | https://github.com/fsnotify/fsnotify
10+
|inf | BSD-3-Clause |https://github.com/go-inf/inf
11+
|tomb.v1 | BSD-3-Clause |https://github.com/go-tomb/tomb/tree/v1
12+
|yaml.v2 | Apache License 2.0 |https://github.com/go-yaml/yaml/tree/v2
13+
|crypto | BSD-3-Clause | https://github.com/golang/crypto
14+
|exp | BSD-3-Clause | https://github.com/golang/exp
15+
|net | BSD-3-Clause | https://github.com/golang/net
16+
|sys | BSD-3-Clause | https://github.com/golang/sys
17+
|text | BSD-3-Clause | https://github.com/golang/text
18+
|time | BSD-3-Clause | https://github.com/golang/time
19+
|cni | Apache License 2.0 | https://github.com/containernetworking/cni
20+
|go-iptables| Apache License 2.0 | https://github.com/coreos/go-iptables
21+
|go-spew |ISC | https://github.com/davecgh/go-spew
22+
|yaml |MIT | https://github.com/ghodss/yaml
23+
|protobuf |BSD-3-Clause | https://github.com/gogo/protobuf
24+
golang/glog |Apache License 2.0 | https://github.com/golang/glog
25+
|golang/groupcache |Apache License 2.0 | https://github.com/golang/groupcache
26+
|golang/protobuf |Apache License 2.0 | https://github.com/golang/protobuf
27+
|cadvisor |Apache License 2.0 | https://github.com/google/cadvisor
28+
|gofuzz |Apache License 2.0 | https://github.com/google/gofuzz
29+
|btree |Apache License 2.0 | https://github.com/google/btree
30+
|gnostic |Apache License 2.0 | https://github.com/googleapis/gnostic
31+
|httpcache | MIT| https://github.com/gregjones/httpcache
32+
|golang-lru |MLP-2.0 | https://github.com/hashicorp/golang-lru
33+
|tail |MIT | https://github.com/hpcloud/tail
34+
|mergo |BSD-3-Clause | https://github.com/imdario/mergo
35+
|json-iterator/go |MIT | https://github.com/json-iterator/go
36+
|concurrent |Apache License 2.0 | https://github.com/modern-go/concurrent
37+
|reflect2 |Apache License 2.0 | https://github.com/modern-go/reflect2
38+
|ginkgo |MIT | https://github.com/onsi/ginkgo
39+
|gomega |MIT | https://github.com/onsi/gomega
40+
|GoLLRB |BSD-3-Clause | https://github.com/petar/GoLLRB
41+
|diskv | MIT| https://github.com/peterbourgon/diskv
42+
|spf13/pflag |MIT | https://github.com/spf13/pflag

0 commit comments

Comments
 (0)