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/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.1.0
or go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest
output
go install: github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.1.0 (in github.com/cosmos/cosmos-sdk/cosmovisor@v1.1.0):", "\tThe go.mod file for the module providing named packages contains one or", "\tmore replace directives. It must not contain directives that would cause", "\tit to be interpreted differently than if it were the main module.
Summary of Bug
Golang cannot install
cosmovisor
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.1.0
or
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest
output
See details golang/go#44840
Version
Steps to Reproduce
Workaround
Install previous version
For Admin Use
The text was updated successfully, but these errors were encountered: