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

Renaming Introduced a Typo Causing Import Failures #10340

Closed
danehans opened this issue Nov 14, 2024 · 0 comments · Fixed by #10341
Closed

Renaming Introduced a Typo Causing Import Failures #10340

danehans opened this issue Nov 14, 2024 · 0 comments · Fixed by #10341
Labels
Type: Bug Something isn't working

Comments

@danehans
Copy link
Contributor

Gloo Edge Product

Open Source

Gloo Edge Version

main

Kubernetes Version

1.31

Describe the bug

Import failures are observed when cloning the repo. This can also be observed when running TEST_PKG=./projects/gateway2/... make go-test.

Expected Behavior

	go get github.com/solo-io/gloo/projects/gloo/pkg/api/grpc/validation
projects/gateway2/krtcollections/uniqueclients.go:15:2: no required module provides package github.com/solo-io/gloo/projects/gloo/pkg/xds; to add it:
	go get github.com/solo-io/gloo/projects/gloo/pkg/xds
projects/gateway2/query/utils.go:6:2: no required module provides package github.com/solo-io/gloo/projects/gloo/pkg/api/v1/kube/apis/gloo.solo.io/v1; to add it:
	go get github.com/solo-io/gloo/projects/gloo/pkg/api/v1/kube/apis/gloo.solo.io/v1
projects/gateway2/extensions/extensions.go:11:2: no required module provides package github.com/solo-io/gloo/projects/gloo/pkg/api/v1/enterprise/options/extauth/v1/kube/apis/enterprise.gloo.solo.io/v1; to add it:
	go get github.com/solo-io/gloo/projects/gloo/pkg/api/v1/enterprise/options/extauth/v1/kube/apis/enterprise.gloo.solo.io/v1
make: *** [go-test] Error 1

Steps to reproduce the bug

See above.

Additional Environment Detail

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants