Created
September 21, 2018 16:36
-
-
Save ChimeraCoder/94ce2c18558862bdfc66f1702f8acf4f to your computer and use it in GitHub Desktop.
Go modules error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ GO111MODULE=on go get -u github.com/stripe/veneur@master | |
go: finding github.com/stripe/veneur master | |
go: downloading github.com/stripe/veneur v6.0.1-0.20180919203155-b313e01f1871+incompatible | |
go: finding github.com/satori/go.uuid v1.2.0 | |
go: downloading github.com/satori/go.uuid v1.2.0 | |
go: downloading gopkg.in/stack.v1 v1.8.0 | |
go build gopkg.in/stack.v1: no Go files in | |
# k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 | |
../../../../pkg/mod/k8s.io/[email protected]+incompatible/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go:39:15: scheme.AddGeneratedConversionFuncs undefined (type *runtime.Scheme has no field or method AddGeneratedConversionFuncs) | |
# k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 | |
../../../../pkg/mod/k8s.io/[email protected]+incompatible/pkg/apis/clientauthentication/v1alpha1/zz_generated.conversion.go:39:15: scheme.AddGeneratedConversionFuncs undefined (type *runtime.Scheme has no field or method AddGeneratedConversionFuncs) | |
# github.com/stripe/veneur/sinks/splunk | |
../../../../pkg/mod/github.com/stripe/[email protected]+incompatible/sinks/splunk/protocol.go:23:10: assignment mismatch: 2 variables but 1 values |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment