Rename module and run go mod tidy
This commit is contained in:
parent
9b877c1524
commit
9f29e6cc24
6 changed files with 9 additions and 295 deletions
|
@ -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 {
|
||||
|
|
|
@ -12,11 +12,12 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/rs/zerolog"
|
||||
"github.com/uabluerail/indexer/models"
|
||||
"github.com/uabluerail/indexer/util/plc"
|
||||
"golang.org/x/time/rate"
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/clause"
|
||||
|
||||
"bsky.watch/plc-mirror/models"
|
||||
"bsky.watch/plc-mirror/util/plc"
|
||||
)
|
||||
|
||||
type PLCLogEntry struct {
|
||||
|
|
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
"github.com/bluesky-social/indigo/atproto/crypto"
|
||||
|
||||
"github.com/uabluerail/indexer/util/plc"
|
||||
"bsky.watch/plc-mirror/util/plc"
|
||||
)
|
||||
|
||||
type Server struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue