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.10
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529
|
|
google.golang.org/grpc v1.57.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
golang.org/x/exp v0.0.0-20230131160201-f062dba9d201 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
|
|
)
|