feat: init API go module (#10600)
* feat: init api module * add script * update cosmos-proto
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module github.com/cosmos/cosmos-sdk/api
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/cosmos/cosmos-proto v1.0.0-alpha1
|
||||
google.golang.org/protobuf v1.27.1
|
||||
)
|
||||
Reference in New Issue
Block a user