Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created September 21, 2018 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChimeraCoder/94ce2c18558862bdfc66f1702f8acf4f to your computer and use it in GitHub Desktop.
Save ChimeraCoder/94ce2c18558862bdfc66f1702f8acf4f to your computer and use it in GitHub Desktop.
Go modules error
$ 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/client-go@v8.0.0+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/client-go@v8.0.0+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/veneur@v6.0.1-0.20180919203155-b313e01f1871+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