Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
16 lines
293 B
Modula-2
16 lines
293 B
Modula-2
module cosmossdk.io/server/v2/stf
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
cosmossdk.io/core v1.0.0-alpha.4
|
|
cosmossdk.io/schema v0.3.0
|
|
github.com/cosmos/gogoproto v1.7.0
|
|
github.com/tidwall/btree v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
|
)
|