This repository was archived by the owner on May 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (44 loc) · 1.92 KB
/
go.mod
File metadata and controls
47 lines (44 loc) · 1.92 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
module github.com/interline-io/transitland-jobs
go 1.23.0
require (
github.com/digitalocean/go-workers2 v0.10.4
github.com/go-redis/redis/v8 v8.11.5
github.com/interline-io/log v0.0.0-20250425230611-851ec713ec98
github.com/interline-io/transitland-dbutil v0.0.0-20250506013203-964770296cd6
github.com/jackc/pgx/v5 v5.7.2
github.com/riverqueue/river v0.18.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.18.0
github.com/riverqueue/river/rivertype v0.18.0
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
)
require (
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/google/uuid v1.1.4 // 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/jmoiron/sqlx v1.4.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/riverqueue/river/riverdriver v0.18.0 // indirect
github.com/riverqueue/river/rivershared v0.18.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/dnaeon/go-vcr.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)