fix(MSSQL): Added missing import

This commit is contained in:
netbenix 2022-01-14 19:00:25 +01:00
parent 5563afa4d6
commit 88335ebdd1

View file

@ -3,6 +3,7 @@ package SQL
import ( import (
"database/sql" "database/sql"
"fmt" "fmt"
_ "github.com/denisenkom/go-mssqldb"
"github.com/google/uuid" "github.com/google/uuid"
"net/url" "net/url"
"scabiosa/Logging" "scabiosa/Logging"