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
Ran automatically via:
go get github.com/cosmos/cosmos-sdk/crypto/[email protected]
Fixes:
=> ERROR [15/16] RUN make client 0.7s
------
> [15/16] RUN make client:
0.202 building wormchaind-v0.0.1
0.202 go build -v -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=wormchain -X github.com/cosmos/cosmos-sdk/version.ServerName=wormchaind -X github.com/cosmos/cosmos-sdk/version.Version=v0.0.1 -X github.com/cosmos/cosmos-sdk/version.Commit=abc123 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=ledger"' -tags ledger -o build/wormchaind cmd/wormchaind/main.go
0.649 /go/pkg/mod/github.com/wormhole-foundation/[email protected]/crypto/ledger/ledger_real.go:6:8: missing go.sum entry for module providing package github.com/cosmos/ledger-cosmos-go (imported by github.com/cosmos/cosmos-sdk/crypto/ledger); to add:
0.649 go get github.com/cosmos/cosmos-sdk/crypto/[email protected]
0.650 make: *** [Makefile:26: build/wormchaind] Error 1
------
Dockerfile:37
--------------------
35 | RUN /bin/bash /app/devnet/create-genesis.sh
36 |
37 | >>> RUN make client
38 | RUN chmod +x /app/build/wormchaind
39 |
--------------------
ERROR: failed to solve: process "/bin/sh -c make client" did not complete successfully: exit code: 2
0 commit comments