Skip to content

Commit f64aa85

Browse files
committed
set local api module repo
1 parent 97a5d62 commit f64aa85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ replace (
180180
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
181181
// replace broken goleveldb
182182
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
183185
)
184186

185187
retract (

0 commit comments

Comments
 (0)