fix: missing package import
This commit is contained in:
parent
9ee9742aff
commit
92a776f6ce
@ -18,6 +18,9 @@ import (
|
|||||||
"git.cryptic.systems/volker.raschek/go-logger"
|
"git.cryptic.systems/volker.raschek/go-logger"
|
||||||
uuid "github.com/satori/go.uuid"
|
uuid "github.com/satori/go.uuid"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
|
_ "github.com/lib/pq"
|
||||||
|
_ "github.com/mattn/go-sqlite3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestPostgresBackend(t *testing.T) {
|
func TestPostgresBackend(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user