Skip to content

Commit

Permalink
chore: Refactor pkg/context/database to adapt gorm v2
Browse files Browse the repository at this point in the history
  • Loading branch information
laynax committed Oct 12, 2022
1 parent df389ac commit 5b95727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/context/database/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/jinzhu/gorm"
"gorm.io/gorm"
)

type ctxDatabaseMarker struct{}
Expand Down

0 comments on commit 5b95727

Please sign in to comment.