Rename module and run go mod tidy

This commit is contained in:
Max Ignatenko 2024-09-25 22:05:40 +01:00
parent 9b877c1524
commit 9f29e6cc24
6 changed files with 9 additions and 295 deletions

View file

@ -25,7 +25,7 @@ import (
"gorm.io/gorm"
"gorm.io/gorm/logger"
"github.com/uabluerail/indexer/util/gormzerolog"
"bsky.watch/plc-mirror/util/gormzerolog"
)
type Config struct {