Skip to content
New issue

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

Packaging for openSUSE: missing go.sum entries for google.golang.org/appengine/urlfetch and google.golang.org/appengine #24

Open
johanneskastl opened this issue Dec 10, 2023 · 1 comment

Comments

@johanneskastl
Copy link

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/oauth2@v0.0.0-20170412232759-a6bd8cefa181
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/google@v0.0.0-20170412232759-a6bd8cefa181
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

@johanneskastl
Copy link
Author

Any update on this? It is ok if the project is no longer maintained, then I will not package this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant