giantswarm / aws-operator

Manages Kubernetes clusters running on AWS (before Cluster API)

Home Page:https://www.giantswarm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client-go and apimachinery need to be pinned

nhlfr opened this issue · comments

When you do make update-vendor with the current glide.yaml file, the following error occurs:

[ERROR]	Error scanning k8s.io/apimachinery/pkg/util/cache: open /home/vador/.glide/cache/src/https-k8s.io-apimachinery/pkg/util/cache: no such file or directory
[ERROR]	This error means the referenced package was not found.
[ERROR]	Missing file or directory errors usually occur when multiple packages
[ERROR]	share a common dependency and the first reference encountered by the scanner
[ERROR]	sets the version to one that does not contain a subpackage needed required
[ERROR]	by another package that uses the shared dependency. Try setting a
[ERROR]	version in your glide.yaml that works for all packages that share this
[ERROR]	dependency.
[ERROR]	Error scanning k8s.io/apimachinery/pkg/util/clock: open /home/vador/.glide/cache/src/https-k8s.io-apimachinery/pkg/util/clock: no such file or directory
[ERROR]	This error means the referenced package was not found.
[ERROR]	Missing file or directory errors usually occur when multiple packages
[ERROR]	share a common dependency and the first reference encountered by the scanner
[ERROR]	sets the version to one that does not contain a subpackage needed required
[ERROR]	by another package that uses the shared dependency. Try setting a
[ERROR]	version in your glide.yaml that works for all packages that share this
[ERROR]	dependency.
[INFO]	--> Fetching github.com/davecgh/go-spew.
[INFO]	--> Setting version for github.com/davecgh/go-spew to 782f4967f2dc4564575ca782fe2d04090b5faca8.
[INFO]	--> Fetching github.com/go-openapi/jsonpointer.
[INFO]	--> Setting version for github.com/go-openapi/jsonpointer to 46af16f9f7b149af66e5d1bd010e3574dc06de98.
[INFO]	--> Fetching github.com/go-openapi/jsonreference.
[INFO]	--> Setting version for github.com/go-openapi/jsonreference to 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272.
[INFO]	--> Fetching github.com/go-openapi/swag.
[INFO]	--> Setting version for github.com/go-openapi/swag to 1d0bd113de87027671077d3c71eb3ac5d7dbba72.
[INFO]	--> Fetching gopkg.in/inf.v0.
[INFO]	--> Setting version for gopkg.in/inf.v0 to 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4.
[INFO]	--> Fetching github.com/emicklei/go-restful.
[INFO]	--> Setting version for github.com/emicklei/go-restful to 09691a3b6378b740595c1002f40c34dd5f218a22.
[INFO]	--> Fetching github.com/kr/logfmt.
[INFO]	--> Fetching github.com/coreos/etcd.
[INFO]	--> Detected semantic version. Setting version for github.com/coreos/etcd to v3.2.1.
[INFO]	--> Fetching github.com/matttproud/golang_protobuf_extensions.
[ERROR]	Error scanning k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1: open /home/vador/.glide/cache/src/https-k8s.io-client-go/kubernetes/typed/admissionregistration/v1alpha1: no such file or directory
[ERROR]	This error means the referenced package was not found.
[ERROR]	Missing file or directory errors usually occur when multiple packages
[ERROR]	share a common dependency and the first reference encountered by the scanner
[ERROR]	sets the version to one that does not contain a subpackage needed required
[ERROR]	by another package that uses the shared dependency. Try setting a
[ERROR]	version in your glide.yaml that works for all packages that share this
[ERROR]	dependency.
[ERROR]	Error scanning k8s.io/client-go/kubernetes/typed/networking/v1: open /home/vador/.glide/cache/src/https-k8s.io-client-go/kubernetes/typed/networking/v1: no such file or directory
[ERROR]	This error means the referenced package was not found.
[ERROR]	Missing file or directory errors usually occur when multiple packages
[ERROR]	share a common dependency and the first reference encountered by the scanner
[ERROR]	sets the version to one that does not contain a subpackage needed required
[ERROR]	by another package that uses the shared dependency. Try setting a
[ERROR]	version in your glide.yaml that works for all packages that share this
[ERROR]	dependency.

Closing. Out of date.