Add unconditional lib/pq import
This commit is contained in:
parent
271aa4e993
commit
87489f11a8
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ package database
|
|||
import (
|
||||
"context"
|
||||
|
||||
_ "github.com/lib/pq"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"go.mau.fi/util/dbutil"
|
||||
|
||||
|
|
Loading…
Reference in a new issue