fix: missing package import
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user