refactor(slashing): spinout to new go module (#18201)

This commit is contained in:
Marko
2023-10-25 15:28:32 +00:00
committed by GitHub
parent 797ae0fe99
commit 86eaeed519
71 changed files with 1676 additions and 82 deletions
+1
View File
@@ -188,6 +188,7 @@ require (
replace (
cosmossdk.io/x/distribution => ../distribution
cosmossdk.io/x/gov => ../gov
cosmossdk.io/x/slashing => ../slashing
github.com/cosmos/cosmos-sdk => ../../.
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
)