-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
53 lines (50 loc) · 1.93 KB
/
go.mod
File metadata and controls
53 lines (50 loc) · 1.93 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
module github.com/go-modulus/modulus
go 1.26
require (
braces.dev/errtrace v0.4.0
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
github.com/fatih/color v1.18.0
github.com/fatih/structs v1.1.0
github.com/ggicci/httpin v0.20.3
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/jonboulle/clockwork v0.5.0
github.com/rs/cors v1.11.1
github.com/rs/xid v1.6.0
github.com/samber/slog-formatter v1.2.2
github.com/samber/slog-multi v1.7.1
github.com/samber/slog-zap/v2 v2.6.3
github.com/sethvargo/go-envconfig v1.3.0
github.com/stretchr/testify v1.11.1
github.com/subosito/gotenv v1.6.0
github.com/urfave/cli/v3 v3.8.0
github.com/vorlif/spreak v1.0.0
github.com/xinguang/go-recaptcha v1.0.1
go.uber.org/fx v1.24.0
go.uber.org/zap v1.27.1
golang.org/x/text v0.36.0
)
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/ggicci/owl v0.8.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/labstack/echo/v4 v4.13.4 // indirect
github.com/labstack/gommon v0.4.2 // 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/sirupsen/logrus v1.9.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
go.uber.org/dig v1.19.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.41.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)