archway icon indicating copy to clipboard operation
archway copied to clipboard

make build does not update go dependencies

Open shahbazn opened this issue 2 years ago • 2 comments

➜  archway git:(main) ✗ git rev-parse --short HEAD
89d547c
➜  archway git:(main) ✗ make build
go build -mod=readonly -tags "netgo,ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=archwayd -X github.com/cosmos/cosmos-sdk/version.AppName=archwayd -X github.com/cosmos/cosmos-sdk/version.Version="0.0.5" -X github.com/cosmos/cosmos-sdk/version.Commit=89d547c35e90bd37ddaee15e494bf05260fa71b2 -X github.com/archway-network/archwayd/app.Bech32Prefix=archway -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger"' -trimpath -o build/archwayd ./cmd/archwayd
go: github.com/CosmWasm/[email protected] requires
	github.com/CosmWasm/[email protected]: missing go.sum entry; to add it:
	go mod download github.com/CosmWasm/wasmvm
make: *** [build] Error 1

┆Issue is synchronized with this Jira Task by Unito

shahbazn avatar Sep 07 '22 10:09 shahbazn