-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathgo.mod
More file actions
51 lines (47 loc) · 1.94 KB
/
Copy pathgo.mod
File metadata and controls
51 lines (47 loc) · 1.94 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/riverqueue/river/riverdriver/riverdrivertest
go 1.25.0
toolchain go1.25.7
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-sql-driver/mysql v1.9.3
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
github.com/jackc/pgx/v5 v5.9.2
github.com/lib/pq v1.12.3
github.com/riverqueue/river v0.37.0
github.com/riverqueue/river/riverdriver v0.37.0
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.37.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0
github.com/riverqueue/river/riverdriver/riversqlite v0.37.0
github.com/riverqueue/river/rivershared v0.37.0
github.com/riverqueue/river/rivertype v0.37.0
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.19.0
github.com/tidwall/sjson v1.2.5
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d
golang.org/x/text v0.37.0
modernc.org/sqlite v1.50.0
)
require (
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/coder/websocket v1.8.12 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.72.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)