-
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
/
go.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/aacfactory/fns
go 1.22.1
require (
github.com/aacfactory/afssl v1.12.0
github.com/aacfactory/avro v1.2.12
github.com/aacfactory/cases v1.1.0
github.com/aacfactory/configures v1.13.0
github.com/aacfactory/copier v1.4.0
github.com/aacfactory/errors v1.13.12
github.com/aacfactory/gcg v1.0.5
github.com/aacfactory/json v1.16.9
github.com/aacfactory/logs v1.13.13
github.com/aacfactory/workers v1.8.4
github.com/cespare/xxhash/v2 v2.3.0
github.com/dgrr/http2 v0.3.6-0.20231023141632-12370d352f5f
github.com/fatih/color v1.17.0
github.com/go-playground/validator/v10 v10.20.0
github.com/goccy/go-yaml v1.11.3
github.com/mattn/go-isatty v0.0.20
github.com/rs/xid v1.5.0
github.com/tidwall/btree v1.7.0
github.com/urfave/cli/v2 v2.27.2
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.54.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/crypto v0.23.0
golang.org/x/mod v0.17.0
golang.org/x/sync v0.7.0
golang.org/x/term v0.20.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/tidwall/gjson v1.17.1 // 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
github.com/valyala/fastrand v1.1.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
)