mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-15 15:35:52 +00:00
This change fixes glide.yaml: track on cni's subpackage change and some error about bytes package. With this change, verified that 'glide up' works without any error.
37 lines
950 B
YAML
37 lines
950 B
YAML
package: github.com/intel/multus-cni
|
|
ignore:
|
|
- bytes
|
|
import:
|
|
- package: github.com/containernetworking/cni
|
|
version: 07c1a6da47b7fbf8b357f4949ecce2113e598491
|
|
subpackages:
|
|
- pkg/skel
|
|
- pkg/types
|
|
- pkg/version
|
|
- package: github.com/containernetworking/plugins
|
|
version: 2b8b1ac0af4568e928d96ccc5f47b075416eeabd
|
|
subpackages:
|
|
- pkg/ip
|
|
- pkg/ipam
|
|
- pkg/ns
|
|
- package: github.com/onsi/ginkgo
|
|
version: 7f8ab55aaf3b86885aa55b762e803744d1674700
|
|
- package: github.com/onsi/gomega
|
|
version: 2152b45fa28a361beba9aab0885972323a444e28
|
|
- package: github.com/golang/glog
|
|
- package: github.com/vishvananda/netlink
|
|
- package: k8s.io/apimachinery
|
|
version: kubernetes-1.11.1
|
|
- package: k8s.io/api
|
|
version: kubernetes-1.11.1
|
|
subpackages:
|
|
- core/v1
|
|
- package: k8s.io/client-go
|
|
version: kubernetes-1.11.1
|
|
subpackages:
|
|
- kubernetes
|
|
- tools/clientcmd
|
|
- util/retry
|
|
- package: github.com/vishvananda/netns
|
|
- package: github.com/pkg/errors
|