-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
60 lines (57 loc) · 2.24 KB
/
Copy pathgo.mod
File metadata and controls
60 lines (57 loc) · 2.24 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
52
53
54
55
56
57
58
59
60
module github.com/go-modulus/mtools
go 1.26
require (
github.com/amacneil/dbmate/v2 v2.32.0
github.com/fatih/color v1.19.0
github.com/gkampitakis/go-snaps v0.5.21
github.com/go-modulus/modulus v0.5.0
github.com/go-modulus/pgx v0.2.0
github.com/iancoleman/strcase v0.3.0
github.com/laher/mergefs v0.1.1
github.com/manifoldco/promptui v0.9.0
github.com/sethvargo/go-envconfig v1.3.0
github.com/stretchr/testify v1.11.1
github.com/thanhpk/randstr v1.0.6
github.com/urfave/cli/v3 v3.8.0
go.uber.org/fx v1.24.0
go.uber.org/zap v1.27.1
golang.org/x/tools v0.43.0
gopkg.in/yaml.v3 v3.0.1
)
require (
braces.dev/errtrace v0.4.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gkampitakis/ciinfo v0.3.3 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.9.2 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.12.0 // indirect
github.com/maruel/natural v1.3.0 // 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.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/samber/lo v1.52.0 // indirect
github.com/samber/slog-common v0.20.0 // indirect
github.com/samber/slog-formatter v1.2.2 // indirect
github.com/samber/slog-multi v1.7.1 // indirect
github.com/samber/slog-zap/v2 v2.6.3 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/vorlif/spreak v1.0.0 // indirect
go.uber.org/dig v1.19.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.36.0 // indirect
)