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> Co-authored-by: mergify[bot] <37929162+mergify[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-20231120223509-83a465c0220f
|
|
google.golang.org/grpc v1.60.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.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
|
|
)
|