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
Greetings,
if i bump to version v0.0.0-20240522174801-1ad3d4c87f21 ( https://github.com/crossplane-contrib/provider-keycloak/pull/81/files) i'll get the following message:
v0.0.0-20240522174801-1ad3d4c87f21
$ make generate 18:01:55 [ .. ] verify go modules dependencies have expected content all modules verified 18:01:56 [ OK ] go modules dependencies verified 18:01:56 [ .. ] generating provider schema for mrparkers/keycloak 4.4.0 18:01:56 [ OK ] generating provider schema for mrparkers/keycloak 4.4.0 18:01:56 [ .. ] go generate linux_amd64 /home/bree/go/pkg/mod/github.com/crossplane/[email protected]/cmd/scraper/main.go:11:2: missing go.sum entry for module providing package gopkg.in/alecthomas/kingpin.v2 (imported by github.com/crossplane/upjet/cmd/scraper); to add: go get github.com/crossplane/upjet/cmd/[email protected] apis/generate.go:22: running "go": exit status 1 18:01:56 [FAIL] make[1]: *** [build/makelib/golang.mk:246: go.generate] Error 1 make: *** [build/makelib/common.mk:434: generate] Error 2
which makes no sense to me because we require github.com/crossplane/upjet v1.4.0
github.com/crossplane/upjet v1.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings,
if i bump to version
v0.0.0-20240522174801-1ad3d4c87f21
( https://github.com/crossplane-contrib/provider-keycloak/pull/81/files) i'll get the following message:which makes no sense to me because we require
github.com/crossplane/upjet v1.4.0
The text was updated successfully, but these errors were encountered: