Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
23 lines
725 B
Modula-2
23 lines
725 B
Modula-2
module cosmossdk.io/api
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cosmos/cosmos-proto v1.0.0-beta.3
|
|
github.com/cosmos/gogoproto v1.4.11
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe
|
|
google.golang.org/grpc v1.61.1
|
|
google.golang.org/protobuf v1.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
|
)
|