Skip to content

Commit

Permalink
crazy error for go imports
Browse files Browse the repository at this point in the history
$ make build-node
--> Building celestia-app/node and outputting binary to build/node
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:4:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/std (imported by github.com/celestiaorg/celestia-app/app/encoding); to add:
	go get github.com/celestiaorg/celestia-app/app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/index_wrapper_decoder.go:4:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/tx (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/test_util.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/hd (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keyring (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/codec.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/msgservice (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/query.pb.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/query (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:11:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/tx (imported by github.com/celestiaorg/celestia-app/x/blob); to add:
	go get github.com/celestiaorg/celestia-app/x/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:12:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/tx/signing (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/payforblob.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:13:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/signing (imported by github.com/celestiaorg/celestia-app/app/ante); to add:
	go get github.com/celestiaorg/celestia-app/app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/params.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/ante/ante.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/errors (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/keeper/keeper.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/store/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/ante/ante.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/ante (imported by github.com/celestiaorg/celestia-app/app/ante); to add:
	go get github.com/celestiaorg/celestia-app/app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/ante/gov.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/ante/gov.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/types/v1 (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/types/codec.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1 (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/types/expected_keepers.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/types/client.pb.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/exported/expected_keepers.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/capability/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/keeper/msg_server.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/telemetry (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/keeper/keeper.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/capability/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/keeper/grpc_query.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/store/prefix (imported by github.com/cosmos/ibc-go/v6/modules/apps/transfer/keeper); to add:
	go get github.com/cosmos/ibc-go/v6/modules/apps/transfer/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/legacy/v100/solomachine.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/types (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/light-clients/06-solomachine/types/proof.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/types/multisig (imported by github.com/cosmos/ibc-go/v6/testing); to add:
	go get github.com/cosmos/ibc-go/v6/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/query.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/flags (imported by github.com/celestiaorg/celestia-app/node/utils); to add:
	go get github.com/celestiaorg/celestia-app/node/utils
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/tx.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/tx (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/query.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/version (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/tx.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/client/cli (imported by github.com/cosmos/ibc-go/v6/modules/core/02-client/client/cli); to add:
	go get github.com/cosmos/ibc-go/v6/modules/core/02-client/client/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/test/util/testfactory/utils.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/simapp (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/test/util/testfactory/utils.go:13:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/bank/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/client/cli/payforblob.go:17:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/input (imported by github.com/celestiaorg/celestia-app/x/blob/client/cli); to add:
	go get github.com/celestiaorg/celestia-app/x/blob/client/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/module.go:21:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/module (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/mint/simulation/decoder.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/kv (imported by github.com/celestiaorg/celestia-app/x/mint/simulation); to add:
	go get github.com/celestiaorg/celestia-app/x/mint/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/mint/module.go:21:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/simulation (imported by github.com/celestiaorg/celestia-app/x/mint); to add:
	go get github.com/celestiaorg/celestia-app/x/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/paramfilter/gov_handler.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/paramfilter/gov_handler.go:11:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/types/proposal (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/apps/transfer/types/codec.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/authz (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:12:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/baseapp (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/grpc/node (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:15:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/grpc/tmservice (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:18:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/api (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:19:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/config (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:20:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/types (imported by github.com/celestiaorg/celestia-app/node/utils); to add:
	go get github.com/celestiaorg/celestia-app/node/utils
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:25:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:26:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:27:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/posthandler (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:30:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/vesting (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:31:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/vesting/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:33:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/authz/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:34:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/authz/module (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:35:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/bank (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:36:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/bank/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:38:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/capability (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:41:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/crisis (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:42:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/crisis/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:43:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/crisis/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:44:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/default_overrides.go:20:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution/client (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:45:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:46:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:47:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/evidence (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:48:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/evidence/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:49:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/evidence/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:50:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/feegrant (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:51:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/feegrant/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:52:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/feegrant/module (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:53:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/genutil (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:54:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/genutil/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:55:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/default_overrides.go:23:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/client (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:56:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:60:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/default_overrides.go:25:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/client (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:64:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/slashing (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:65:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/slashing/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:66:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/slashing/types (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:67:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:68:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:70:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
	go get github.com/celestiaorg/celestia-app/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/apps/transfer/simulation/params.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/simulation (imported by github.com/cosmos/ibc-go/v6/modules/apps/transfer/simulation); to add:
	go get github.com/cosmos/ibc-go/v6/modules/apps/transfer/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/[email protected]/packetforward/ibc_middleware.go:16:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/address (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6/packetforward); to add:
	go get github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/app.go:13:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/codec (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/solomachine.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keys/multisig (imported by github.com/cosmos/ibc-go/v6/testing); to add:
	go get github.com/cosmos/ibc-go/v6/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/chain.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1 (imported by github.com/cosmos/ibc-go/v6/testing); to add:
	go get github.com/cosmos/ibc-go/v6/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/chain.go:18:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking/teststaking (imported by github.com/cosmos/ibc-go/v6/testing); to add:
	go get github.com/cosmos/ibc-go/v6/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/mock/privval.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keys/ed25519 (imported by github.com/cosmos/ibc-go/v6/testing/mock); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:12:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/docs/statik (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:20:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/testutil/testdata (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:27:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/simulation (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:62:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/group (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:63:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/group/keeper (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:64:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/group/module (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:65:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/mint (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:66:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/mint/keeper (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:67:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/mint/types (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:79:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
/Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:80:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade/client (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
../test/util/testnode/app_options.go:4:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/pruning/types (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
../test/util/testnode/app_options.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
../test/util/testnode/rpc_client.go:11:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/grpc (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
make: *** [build-node] Error 1
  • Loading branch information
rootulp committed Aug 10, 2024
1 parent 9917b0a commit 6c9fbcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16
github.com/cosmos/cosmos-sdk => github.com/rootulp/cosmos-sdk v1.1.0
// Pin to ledger-cosmos-go v0.12.4 to avoid a breaking change introduced in v0.13.0
// The following replace statement can be removed when we upgrade to cosmos-sdk >= v0.50.0
github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ github.com/celestiaorg/bittwister v0.0.0-20231213180407-65cdbaf5b8c7 h1:nxplQi8w
github.com/celestiaorg/bittwister v0.0.0-20231213180407-65cdbaf5b8c7/go.mod h1:1EF5MfOxVf0WC51Gb7pJ6bcZxnXKNAf9pqWtjgPBAYc=
github.com/celestiaorg/blobstream-contracts/v3 v3.1.0 h1:h1Y4V3EMQ2mFmNtWt2sIhZIuyASInj1a9ExI8xOsTOw=
github.com/celestiaorg/blobstream-contracts/v3 v3.1.0/go.mod h1:x4DKyfKOSv1ZJM9NwV+Pw01kH2CD7N5zTFclXIVJ6GQ=
github.com/celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16 h1:N2uETI13szEKnGAdKhtTR0EsrpcW0AwRKYER74WLnuw=
github.com/celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16/go.mod h1:Bpl1LSWiDpQumgOhhMTZBMopqa0j7fRasIhvTZB44P0=
github.com/celestiaorg/go-square v1.1.0 h1:K4tBL5PCJwDtpBfyDxxZ3N962aC9VYb5/bw3LjagEtY=
github.com/celestiaorg/go-square v1.1.0/go.mod h1:1EXMErhDrWJM8B8V9hN7dqJ2kUTClfwdqMOmF9yQUa0=
github.com/celestiaorg/go-square/merkle v0.0.0-20240117232118-fd78256df076 h1:PYInrsYzrDIsZW9Yb86OTi2aEKuPcpgJt6Mc0Jlc/yg=
Expand Down Expand Up @@ -1193,6 +1191,8 @@ github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjR
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/rootulp/celestia-core v1.0.0 h1:PbFY+GdOuA8daZqgv/AntA6rRuUQjdITf1FMMuJ/v4U=
github.com/rootulp/celestia-core v1.0.0/go.mod h1:5jJ5magtH7gQOwSYfS/m5fliIS7irKunLV7kLNaD8o0=
github.com/rootulp/cosmos-sdk v1.1.0 h1:WeIJtsC4o1ayZmYFwGtP6uQKkgoCpyWFh625v+xohsY=
github.com/rootulp/cosmos-sdk v1.1.0/go.mod h1:XVADIJVLDglWUvkPAI+omqA/sU1SPOmBNPJxHGv46WQ=
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=
github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
Expand Down
2 changes: 1 addition & 1 deletion node/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ replace (
github.com/celestiaorg/celestia-app => github.com/rootulp/celestia-app v1.30.0
// replace celestia-app v2 to avoid a panic when Cosmos SDK is modified in init()
github.com/celestiaorg/celestia-app/v2 => ../
github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16
github.com/cosmos/cosmos-sdk => github.com/rootulp/cosmos-sdk v1.1.0
// Pin to ledger-cosmos-go v0.12.4 to avoid a breaking change introduced in v0.13.0
// The following replace statement can be removed when we upgrade to cosmos-sdk >= v0.50.0
github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4
Expand Down
4 changes: 2 additions & 2 deletions node/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ github.com/c-bata/go-prompt v0.2.2/go.mod h1:VzqtzE2ksDBcdln8G7mk2RX9QyGjH+OVqOC
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/celestiaorg/blobstream-contracts/v3 v3.1.0 h1:h1Y4V3EMQ2mFmNtWt2sIhZIuyASInj1a9ExI8xOsTOw=
github.com/celestiaorg/blobstream-contracts/v3 v3.1.0/go.mod h1:x4DKyfKOSv1ZJM9NwV+Pw01kH2CD7N5zTFclXIVJ6GQ=
github.com/celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16 h1:N2uETI13szEKnGAdKhtTR0EsrpcW0AwRKYER74WLnuw=
github.com/celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16/go.mod h1:Bpl1LSWiDpQumgOhhMTZBMopqa0j7fRasIhvTZB44P0=
github.com/celestiaorg/go-square v1.1.0 h1:K4tBL5PCJwDtpBfyDxxZ3N962aC9VYb5/bw3LjagEtY=
github.com/celestiaorg/go-square v1.1.0/go.mod h1:1EXMErhDrWJM8B8V9hN7dqJ2kUTClfwdqMOmF9yQUa0=
github.com/celestiaorg/go-square/merkle v0.0.0-20240117232118-fd78256df076 h1:PYInrsYzrDIsZW9Yb86OTi2aEKuPcpgJt6Mc0Jlc/yg=
Expand Down Expand Up @@ -1130,6 +1128,8 @@ github.com/rootulp/celestia-app v1.30.0 h1:i5WHH3G3dyqPnoXKrEJpaLclETUI/E9FEwOln
github.com/rootulp/celestia-app v1.30.0/go.mod h1:UzLZBKoLurauzlsvjy7Iq+8qa7bbgLe4Xmcfx3NpzLI=
github.com/rootulp/celestia-core v1.0.0 h1:PbFY+GdOuA8daZqgv/AntA6rRuUQjdITf1FMMuJ/v4U=
github.com/rootulp/celestia-core v1.0.0/go.mod h1:5jJ5magtH7gQOwSYfS/m5fliIS7irKunLV7kLNaD8o0=
github.com/rootulp/cosmos-sdk v1.0.0 h1:NHt/+s/q6NdVErCmXzDkXLXdCYG3fp/8D4jIFJ55oR0=
github.com/rootulp/cosmos-sdk v1.0.0/go.mod h1:DMscoBVUi36KKSBPsAulOqgv69KJYESbwOp0c4MqcLs=
github.com/rootulp/cosmos-sdk/errors v1.4.0 h1:JWU+WRfL+fDPuNzCAfdcr89DLSnB1jDef8CPOS5opn0=
github.com/rootulp/cosmos-sdk/errors v1.4.0/go.mod h1:ZQBrhEyjHm/xvyGUczhkBaF9i2zvVdqxMpxQiNdHS14=
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
Expand Down

0 comments on commit 6c9fbcc

Please sign in to comment.