feat(log): remove core dependency and update core interface to be dependency free (backport #21045) (#21089)

Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-07-26 13:43:42 +02:00
committed by GitHub
co-authored by Aaron Craelius Julien Robert
parent 6bd057bd09
commit fcb808a54c
139 changed files with 591 additions and 486 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ package mock
import (
reflect "reflect"
log "cosmossdk.io/core/log"
log "cosmossdk.io/log"
gomock "github.com/golang/mock/gomock"
)