@@ -5,49 +5,47 @@ go 1.21
5
5
toolchain go1.23.1
6
6
7
7
require (
8
- github.com/ansrivas/fiberprometheus/v2 v2.6 .0
8
+ github.com/ansrivas/fiberprometheus/v2 v2.7 .0
9
9
github.com/gofiber/fiber/v2 v2.52.5
10
10
github.com/imroc/req/v3 v3.44.0
11
- github.com/prometheus/client_golang v1.16.0
12
- github.com/redis/go-redis/v9 v9.0.2
11
+ github.com/prometheus/client_golang v1.20.3
12
+ github.com/redis/go-redis/v9 v9.6.1
13
13
)
14
14
15
15
require (
16
16
github.com/andybalholm/brotli v1.1.0 // indirect
17
17
github.com/beorn7/perks v1.0.1 // indirect
18
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
18
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
19
19
github.com/cloudflare/circl v1.3.7 // indirect
20
20
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
21
21
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
22
- github.com/gofiber/adaptor/v2 v2.1.31 // indirect
23
- github.com/golang/protobuf v1.5.3 // indirect
24
22
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
25
- github.com/google/uuid v1.5 .0 // indirect
23
+ github.com/google/uuid v1.6 .0 // indirect
26
24
github.com/hashicorp/errwrap v1.1.0 // indirect
27
25
github.com/hashicorp/go-multierror v1.1.1 // indirect
28
- github.com/klauspost/compress v1.17.8 // indirect
26
+ github.com/klauspost/compress v1.17.9 // indirect
29
27
github.com/mattn/go-colorable v0.1.13 // indirect
30
28
github.com/mattn/go-isatty v0.0.20 // indirect
31
29
github.com/mattn/go-runewidth v0.0.15 // indirect
32
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
30
+ github.com/munnerz/goautoneg v0 .0.0-20191010083416-a7dc8b61c822 // indirect
33
31
github.com/onsi/ginkgo/v2 v2.16.0 // indirect
34
- github.com/prometheus/client_model v0.3.0 // indirect
35
- github.com/prometheus/common v0.42 .0 // indirect
36
- github.com/prometheus/procfs v0.10 .1 // indirect
32
+ github.com/prometheus/client_model v0.6.1 // indirect
33
+ github.com/prometheus/common v0.55 .0 // indirect
34
+ github.com/prometheus/procfs v0.15 .1 // indirect
37
35
github.com/quic-go/qpack v0.4.0 // indirect
38
36
github.com/quic-go/quic-go v0.41.0 // indirect
39
37
github.com/refraction-networking/utls v1.6.3 // indirect
40
- github.com/rivo/uniseg v0.2.0 // indirect
38
+ github.com/rivo/uniseg v0.4.7 // indirect
41
39
github.com/valyala/bytebufferpool v1.0.0 // indirect
42
- github.com/valyala/fasthttp v1.51 .0 // indirect
40
+ github.com/valyala/fasthttp v1.52 .0 // indirect
43
41
github.com/valyala/tcplisten v1.0.0 // indirect
44
42
go.uber.org/mock v0.4.0 // indirect
45
- golang.org/x/crypto v0.21 .0 // indirect
43
+ golang.org/x/crypto v0.24 .0 // indirect
46
44
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
47
- golang.org/x/mod v0.16 .0 // indirect
48
- golang.org/x/net v0.22 .0 // indirect
49
- golang.org/x/sys v0.18 .0 // indirect
50
- golang.org/x/text v0.14 .0 // indirect
51
- golang.org/x/tools v0.19.0 // indirect
52
- google.golang.org/protobuf v1.30.0 // indirect
45
+ golang.org/x/mod v0.17 .0 // indirect
46
+ golang.org/x/net v0.26 .0 // indirect
47
+ golang.org/x/sys v0.22 .0 // indirect
48
+ golang.org/x/text v0.16 .0 // indirect
49
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
50
+ google.golang.org/protobuf v1.34.2 // indirect
53
51
)
0 commit comments