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
go install sigs.k8s.io/kustomize/kustomize/v4@v4.0.1
Expected output
Installation succeeds.
Actual output
Installation fails:
sigs.k8s.io/kustomize/kustomize/v4@v4.0.1
The go.mod file for the module providing named packages contains one or
more exclude directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
The text was updated successfully, but these errors were encountered:
Experienced with:
go version go1.16 linux/amd64
Describe the bug
go install sigs.k8s.io/kustomize/kustomize/v4@v4.0.1
Expected output
Installation succeeds.
Actual output
Installation fails:
The text was updated successfully, but these errors were encountered: