We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to package this for openSUSE, which means I need to vendor it beforehand (as the build environment has no network connectivity).
Unfortunately it breaks:
ERROR:obs-service-go_modules:go: github.com/emirozer/kubectl-doctor/cmd imports k8s.io/client-go/plugin/pkg/client/auth imports k8s.io/client-go/plugin/pkg/client/auth/gcp imports golang.org/x/oauth2 imports google.golang.org/appengine/urlfetch: missing go.sum entry for module providing package google.golang.org/appengine/urlfetch (imported by golang.org/x/oauth2); to add: go get golang.org/x/[email protected] go: github.com/emirozer/kubectl-doctor/cmd imports k8s.io/client-go/plugin/pkg/client/auth imports k8s.io/client-go/plugin/pkg/client/auth/gcp imports golang.org/x/oauth2/google imports google.golang.org/appengine: missing go.sum entry for module providing package google.golang.org/appengine (imported by golang.org/x/oauth2/google); to add: go get golang.org/x/oauth2/[email protected] ERROR:obs-service-go_modules:go mod vendor failed Aborting: service call failed: /usr/lib/obs/service/go_modules --outdir /home/Buildservice/Branches/Branch_devel_kubic/kubectl-doctor/tmpx8bnt07m.go_modules.service
According to the output two things are missing in the go.sum file. Could this please be fixed?
Thanks in advance, Johannes
The text was updated successfully, but these errors were encountered:
Any update on this? It is ok if the project is no longer maintained, then I will not package this...
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to package this for openSUSE, which means I need to vendor it beforehand (as the build environment has no network connectivity).
Unfortunately it breaks:
According to the output two things are missing in the go.sum file. Could this please be fixed?
Thanks in advance,
Johannes
The text was updated successfully, but these errors were encountered: