File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ import (
1212
1313 _ "github.com/ClickHouse/clickhouse-go/v2" // register the ClickHouse driver
1414 "github.com/cenkalti/backoff"
15- _ "github.com/microsoft/go-mssqldb" // register the MS-SQL driver
16- _ "github.com/microsoft/go-mssqldb/integratedauth/krb5" // Register integrated auth for MS-SQL
1715 "github.com/go-kit/log"
1816 "github.com/go-kit/log/level"
1917 "github.com/go-sql-driver/mysql" // register the MySQL driver
2018 "github.com/gobwas/glob"
2119 "github.com/jmoiron/sqlx"
22- _ "github.com/lib/pq" // register the PostgreSQL driver
20+ _ "github.com/lib/pq" // register the PostgreSQL driver
21+ _ "github.com/microsoft/go-mssqldb" // register the MS-SQL driver
22+ _ "github.com/microsoft/go-mssqldb/integratedauth/krb5" // Register integrated auth for MS-SQL
2323 "github.com/prometheus/client_golang/prometheus"
2424 _ "github.com/segmentio/go-athena" // register the AWS Athena driver
2525 "github.com/snowflakedb/gosnowflake"
You can’t perform that action at this time.
0 commit comments