Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ go 1.16
require (
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/google/uuid v1.3.1
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/now v1.1.5
github.com/lib/pq v1.10.9
github.com/microsoft/go-mssqldb v1.6.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
gorm.io/driver/mysql v1.5.1
gorm.io/driver/postgres v1.5.2
gorm.io/driver/postgres v1.5.3
gorm.io/driver/sqlite v1.5.3
gorm.io/driver/sqlserver v1.5.1
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
Expand Down