Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
13 lines
423 B
Text
13 lines
423 B
Text
module <%= AppName %>
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/hashicorp/go-plugin v1.6.2
|
|
github.com/ignite/cli/v29 v29.0.0
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|
|
|
|
replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main
|
|
replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.53.6
|
|
replace github.com/bytedance/sonic => github.com/bytedance/sonic v1.15.0 // TODO: remove when cosmossdk.io/log is updated.
|