Skip to content

Commit a0e4965

Browse files
committed
chore: drop remaining leftovers from former mssql support
1 parent 3a35c31 commit a0e4965

6 files changed

Lines changed: 3086 additions & 3347 deletions

File tree

coverage/coverage.out

Lines changed: 3075 additions & 3084 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ require (
4444
golang.org/x/oauth2 v0.36.0
4545
gorm.io/driver/mysql v1.6.0
4646
gorm.io/driver/postgres v1.6.0
47-
gorm.io/driver/sqlserver v1.6.3
4847
gorm.io/gorm v1.31.1
4948
)
5049

@@ -63,8 +62,9 @@ require (
6362
github.com/go-webauthn/x v0.2.2 // indirect
6463
github.com/google/go-tpm v0.9.8 // indirect
6564
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
65+
github.com/kr/pretty v0.3.1 // indirect
6666
github.com/philhofer/fwd v1.2.0 // indirect
67-
github.com/shopspring/decimal v1.4.0 // indirect
67+
github.com/rogpeppe/go-internal v1.12.0 // indirect
6868
github.com/tinylib/msgp v1.6.3 // indirect
6969
github.com/x448/float16 v0.8.4 // indirect
7070
github.com/zeebo/xxh3 v1.1.0 // indirect
@@ -84,8 +84,6 @@ require (
8484
github.com/go-openapi/jsonreference v0.21.5 // indirect
8585
github.com/go-openapi/spec v0.22.4 // indirect
8686
github.com/go-sql-driver/mysql v1.9.3 // indirect
87-
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
88-
github.com/golang-sql/sqlexp v0.1.0 // indirect
8987
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
9088
github.com/google/uuid v1.6.0 // indirect
9189
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -96,7 +94,6 @@ require (
9694
github.com/jinzhu/now v1.1.5 // indirect
9795
github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 // indirect
9896
github.com/mattn/go-isatty v0.0.20 // indirect
99-
github.com/microsoft/go-mssqldb v1.9.8 // indirect
10097
github.com/ncruces/go-strftime v1.0.0 // indirect
10198
github.com/pmezard/go-difflib v1.0.0 // indirect
10299
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect

0 commit comments

Comments
 (0)