You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Steps to reproduce the bug
See above.
Additional Environment Detail
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: