Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

Project build fails #1069

Open bigmyx opened 4 years ago

bigmyx commented 4 years ago

Trying to build the project, but getting errors:

...
gce/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1".AdmissionregistrationV1beta1Interface
app/kubemci/pkg/gcp/sslcert/sslcertsyncer.go:189:29: cannot use ing (type *"github.com/GoogleCloudPlatform/k8s-multicluster-ingress/vendor/k8s.io/api/extensions/v1beta1".Ingress) as type *"github.com/GoogleCloudPlatform/k8s-multicluster-ingress/vendor/k8s.io/ingress-gce/vendor/k8s.io/api/extensions/v1beta1".Ingress in argument to tlsLoader.Load
make: *** [Makefile:59: build] Error 2

Full build log here