@@ -5,26 +5,27 @@ go 1.24.2
5
5
require (
6
6
github.com/go-redis/redis/v8 v8.11.5
7
7
github.com/golang/mock v1.6.0
8
- github.com/prometheus/client_golang v1.13 .0
9
- github.com/rs/zerolog v1.28.0
10
- github.com/stretchr/testify v1.8.0
8
+ github.com/prometheus/client_golang v1.17 .0
9
+ github.com/rs/zerolog v1.29.1
10
+ github.com/stretchr/testify v1.8.4
11
11
)
12
12
13
13
require (
14
14
github.com/beorn7/perks v1.0.1 // indirect
15
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
15
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
16
16
github.com/davecgh/go-spew v1.1.1 // indirect
17
17
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
18
- github.com/golang/protobuf v1.5.2 // indirect
18
+ github.com/golang/protobuf v1.5.3 // indirect
19
+ github.com/kr/text v0.2.0 // indirect
19
20
github.com/mattn/go-colorable v0.1.12 // indirect
20
21
github.com/mattn/go-isatty v0.0.14 // indirect
21
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
22
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
22
23
github.com/pkg/errors v0.9.1 // indirect
23
24
github.com/pmezard/go-difflib v1.0.0 // indirect
24
- github.com/prometheus/client_model v0.2.0 // indirect
25
- github.com/prometheus/common v0.37 .0 // indirect
26
- github.com/prometheus/procfs v0.8.0 // indirect
27
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
28
- google.golang.org/protobuf v1.28.1 // indirect
25
+ github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
26
+ github.com/prometheus/common v0.44 .0 // indirect
27
+ github.com/prometheus/procfs v0.11.1 // indirect
28
+ golang.org/x/sys v0.11.0 // indirect
29
+ google.golang.org/protobuf v1.31.0 // indirect
29
30
gopkg.in/yaml.v3 v3.0.1 // indirect
30
31
)
0 commit comments