|
1 | 1 | module inventor |
2 | 2 |
|
3 | | -go 1.23 |
| 3 | +go 1.25 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/go-redis/redis/v9 v9.0.0-beta.2 |
7 | | - github.com/google/uuid v1.0.0 |
8 | | - github.com/joho/godotenv v1.4.0 |
9 | | - github.com/prometheus/client_golang v1.13.0 |
| 6 | + github.com/google/uuid v1.6.0 |
| 7 | + github.com/joho/godotenv v1.5.1 |
| 8 | + github.com/prometheus/client_golang v1.23.2 |
| 9 | + github.com/redis/go-redis/v9 v9.17.2 |
| 10 | + github.com/golang/protobuf v1.5.4 |
10 | 11 | ) |
11 | 12 |
|
12 | 13 | require ( |
13 | 14 | github.com/beorn7/perks v1.0.1 // indirect |
14 | | - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 15 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
15 | 16 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
16 | | - github.com/golang/protobuf v1.5.2 // indirect |
17 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
18 | | - github.com/prometheus/client_model v0.2.0 // indirect |
19 | | - github.com/prometheus/common v0.37.0 // indirect |
20 | | - github.com/prometheus/procfs v0.8.0 // indirect |
21 | | - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect |
22 | | - google.golang.org/protobuf v1.28.1 // indirect |
| 17 | + github.com/kr/text v0.2.0 // indirect |
| 18 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 19 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 20 | + github.com/prometheus/common v0.67.5 // indirect |
| 21 | + github.com/prometheus/procfs v0.19.2 // indirect |
| 22 | + go.yaml.in/yaml/v2 v2.4.3 // indirect |
| 23 | + golang.org/x/sys v0.40.0 // indirect |
| 24 | + google.golang.org/protobuf v1.36.11 // indirect |
23 | 25 | ) |
0 commit comments