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
724 B
Modula-2
23 lines
724 B
Modula-2
module cosmossdk.io/api
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cosmos/cosmos-proto v1.0.0-beta.5
|
|
github.com/cosmos/gogoproto v1.5.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
|
|
google.golang.org/grpc v1.62.1
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
|
|
)
|