@@ -8,12 +8,12 @@ require (
8
8
github.com/fufuok/bytespool v1.3.2
9
9
github.com/fufuok/chanx v1.2.1
10
10
github.com/fufuok/cron v0.3.2
11
- github.com/fufuok/utils v1.0.3
11
+ github.com/fufuok/utils v1.0.4
12
12
github.com/gin-gonic/gin v1.9.1
13
13
github.com/go-cmd/cmd v1.4.2
14
14
github.com/goccy/go-json v0.10.2
15
- github.com/gofiber/fiber/v2 v2.52.0
16
- github.com/imroc/req/v3 v3.42.3
15
+ github.com/gofiber/fiber/v2 v2.52.2
16
+ github.com/imroc/req/v3 v3.43.0
17
17
github.com/joho/godotenv v1.5.1
18
18
github.com/natefinch/lumberjack/v3 v3.0.0-alpha
19
19
github.com/redis/go-redis/v9 v9.5.1
@@ -23,7 +23,7 @@ require (
23
23
24
24
require (
25
25
github.com/andybalholm/brotli v1.1.0 // indirect
26
- github.com/bytedance/sonic v1.11.0 // indirect
26
+ github.com/bytedance/sonic v1.11.2 // indirect
27
27
github.com/cespare/xxhash/v2 v2.2.0 // indirect
28
28
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
29
29
github.com/chenzhuoyu/iasm v0.9.1 // indirect
@@ -33,28 +33,28 @@ require (
33
33
github.com/gin-contrib/sse v0.1.0 // indirect
34
34
github.com/go-playground/locales v0.14.1 // indirect
35
35
github.com/go-playground/universal-translator v0.18.1 // indirect
36
- github.com/go-playground/validator/v10 v10.18 .0 // indirect
36
+ github.com/go-playground/validator/v10 v10.19 .0 // indirect
37
37
github.com/go-redis/redis/v8 v8.11.5 // indirect
38
38
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
39
- github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
39
+ github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
40
40
github.com/google/uuid v1.6.0 // indirect
41
41
github.com/hashicorp/errwrap v1.1.0 // indirect
42
42
github.com/hashicorp/go-multierror v1.1.1 // indirect
43
43
github.com/jellydator/ttlcache/v2 v2.11.1 // indirect
44
44
github.com/json-iterator/go v1.1.12 // indirect
45
- github.com/klauspost/compress v1.17.6 // indirect
46
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
45
+ github.com/klauspost/compress v1.17.7 // indirect
46
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
47
47
github.com/leodido/go-urn v1.4.0 // indirect
48
48
github.com/mattn/go-colorable v0.1.13 // indirect
49
49
github.com/mattn/go-isatty v0.0.20 // indirect
50
50
github.com/mattn/go-runewidth v0.0.15 // indirect
51
51
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
52
52
github.com/modern-go/reflect2 v1.0.2 // indirect
53
- github.com/onsi/ginkgo/v2 v2.15 .0 // indirect
53
+ github.com/onsi/ginkgo/v2 v2.16 .0 // indirect
54
54
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
55
55
github.com/quic-go/qpack v0.4.0 // indirect
56
56
github.com/quic-go/quic-go v0.41.0 // indirect
57
- github.com/refraction-networking/utls v1.6.2 // indirect
57
+ github.com/refraction-networking/utls v1.6.3 // indirect
58
58
github.com/rivo/uniseg v0.4.7 // indirect
59
59
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
60
60
github.com/ugorji/go/codec v1.2.12 // indirect
@@ -63,13 +63,13 @@ require (
63
63
github.com/valyala/tcplisten v1.0.0 // indirect
64
64
go.uber.org/mock v0.4.0 // indirect
65
65
golang.org/x/arch v0.7.0 // indirect
66
- golang.org/x/crypto v0.19 .0 // indirect
67
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
68
- golang.org/x/mod v0.15 .0 // indirect
69
- golang.org/x/net v0.21 .0 // indirect
70
- golang.org/x/sys v0.17 .0 // indirect
66
+ golang.org/x/crypto v0.21 .0 // indirect
67
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
68
+ golang.org/x/mod v0.16 .0 // indirect
69
+ golang.org/x/net v0.22 .0 // indirect
70
+ golang.org/x/sys v0.18 .0 // indirect
71
71
golang.org/x/text v0.14.0 // indirect
72
- golang.org/x/tools v0.18 .0 // indirect
73
- google.golang.org/protobuf v1.32 .0 // indirect
72
+ golang.org/x/tools v0.19 .0 // indirect
73
+ google.golang.org/protobuf v1.33 .0 // indirect
74
74
gopkg.in/yaml.v3 v3.0.1 // indirect
75
75
)
0 commit comments