feat: init API go module (#10600)

* feat: init api module

* add script

* update cosmos-proto
This commit is contained in:
Aaron Craelius
2021-11-23 13:20:56 -05:00
committed by GitHub
parent 68ee1c477f
commit d03469165a
10 changed files with 4690 additions and 4 deletions
+8
View File
@@ -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
)