refactor: rename nft to cosmosssdk.io/x/nft (#14725)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Julien Robert
2023-01-23 11:48:34 +00:00
committed by GitHub
co-authored by Marko
parent 60814912eb
commit 6b029a6bc1
55 changed files with 250 additions and 165 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ cd ..
# move proto files to the right places
cp -r github.com/cosmos/cosmos-sdk/* ./
rm -rf github.com
cp -r cosmossdk.io/** ./
rm -rf github.com cosmossdk.io
go mod tidy