-
Notifications
You must be signed in to change notification settings - Fork 235
/
go.mod
31 lines (29 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/upper/db/v4
go 1.15
require (
github.com/denisenkom/go-mssqldb v0.12.3
github.com/go-sql-driver/mysql v1.8.1
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/google/uuid v1.1.1
github.com/ipfs/go-detect-race v0.0.1
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.3
github.com/jackc/pgx/v4 v4.18.3
github.com/jackc/pgx/v5 v5.6.0 // indirect
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.22
github.com/segmentio/fasthash v1.0.3
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.24.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
modernc.org/b v1.1.0 // indirect
modernc.org/db v1.0.10 // indirect
modernc.org/file v1.0.8 // indirect
modernc.org/fileutil v1.3.0 // indirect
modernc.org/golex v1.1.0 // indirect
modernc.org/lldb v1.0.8 // indirect
modernc.org/ql v1.4.7
modernc.org/sortutil v1.2.0 // indirect
modernc.org/zappy v1.1.0 // indirect
)