cosmos-sdk/server/v2/stf/go.mod
dependabot[bot] 9a717100e6
build(deps): Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 in /x/upgrade (#23512)
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: Alex | Interchain Labs <alex@interchainlabs.io>
2025-01-27 14:31:07 -05:00

17 lines
319 B
Modula-2

module cosmossdk.io/server/v2/stf
go 1.23
require (
cosmossdk.io/core v1.0.0
cosmossdk.io/core/testing v0.0.1
cosmossdk.io/schema v1.0.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.36.4 // indirect
)