-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.12 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.12 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
module ditto
go 1.24.4
require (
github.com/goccy/go-json v0.10.5
github.com/google/uuid v1.6.0
github.com/jackc/pglogrepl v0.0.0-20250509230407-a9884f6bd75a
github.com/jackc/pgx/v5 v5.7.5
github.com/phathdt/service-context v0.0.0-20250419140226-cde79a200247
github.com/redis/go-redis/v9 v9.11.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/lmittmann/tint v1.0.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
)