diff --git a/pkg/repository/repository_test.go b/pkg/repository/repository_test.go index 9e83006..9309ef9 100644 --- a/pkg/repository/repository_test.go +++ b/pkg/repository/repository_test.go @@ -18,6 +18,9 @@ import ( "git.cryptic.systems/volker.raschek/go-logger" uuid "github.com/satori/go.uuid" "github.com/stretchr/testify/require" + + _ "github.com/lib/pq" + _ "github.com/mattn/go-sqlite3" ) func TestPostgresBackend(t *testing.T) {