We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a5d62 commit f64aa85Copy full SHA for f64aa85
go.mod
@@ -180,6 +180,8 @@ replace (
180
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
181
// replace broken goleveldb
182
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
183
+ // replace to local API module
184
+ cosmossdk.io/api => ./api
185
)
186
187
retract (
0 commit comments