The new cosmossdk.io/client/v2 v2.11.0 imports "github.com/cosmos/cosmos-sdk/x/tx/signing/aminojson" in client/v2/autocli/query.go. However, it should be using a cosmossdk.io/x/tx based import.
In our dependabot PR to bump this library, it fails to build with this error:
go: github.com/provenance-io/provenance/app imports
cosmossdk.io/client/v2/autocli imports
github.com/cosmos/cosmos-sdk/x/tx/signing/aminojson: github.com/cosmos/cosmos-sdk/x/tx@v1.1.0: parsing go.mod:
module declares its path as: cosmossdk.io/x/tx
but was required as: github.com/cosmos/cosmos-sdk/x/tx
Full build action.
The new
cosmossdk.io/client/v2v2.11.0imports"github.com/cosmos/cosmos-sdk/x/tx/signing/aminojson"inclient/v2/autocli/query.go. However, it should be using acosmossdk.io/x/txbased import.In our dependabot PR to bump this library, it fails to build with this error:
Full build action.