-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 617 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/gocraft/dbr/v2
go 1.21
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/denisenkom/go-mssqldb v0.11.0
github.com/go-sql-driver/mysql v1.6.0
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.10.4
github.com/mattn/go-sqlite3 v1.14.8
github.com/opentracing/opentracing-go v1.2.0
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)