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 github.com/kubernetes/kompose@latest should work with the latest go cli
Actual Behavior
$ go install github.com/kubernetes/kompose@latest
go: github.com/kubernetes/kompose@latest (in github.com/kubernetes/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
Steps To Reproduce
No response
Kompose Version
v1.35.0
Docker-Compose file
No response
Anything else?
the go mod replace directive is added in v1.35.0, so installing github.com/kubernetes/[email protected] works.
No response
The text was updated successfully, but these errors were encountered:
We should consider removing the replace directives from their go.mod file or restructuring the project so that these directives do not affect. The common approach is to include such directives only in a development-specific go.mod file, outside of the main module.
Expected Behavior
go install github.com/kubernetes/kompose@latest
should work with the latest go cliActual Behavior
Steps To Reproduce
No response
Kompose Version
Docker-Compose file
No response
Anything else?
the go mod replace directive is added in v1.35.0, so installing github.com/kubernetes/[email protected] works.
No response
The text was updated successfully, but these errors were encountered: