File tree Expand file tree Collapse file tree 3 files changed +50
-478
lines changed Expand file tree Collapse file tree 3 files changed +50
-478
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.20.4 as builder
1
+ FROM golang:1.24 as builder
2
2
WORKDIR /go/src/github.com/oliver006/redis_exporter/
3
3
4
4
ADD . /go/src/github.com/oliver006/redis_exporter/
Original file line number Diff line number Diff line change 1
1
module github.com/oliver006/redis_exporter
2
2
3
- go 1.13
3
+ go 1.22.0
4
4
5
5
require (
6
- github.com/gomodule/redigo v1.8.8
7
- github.com/mna/redisc v1.3.2
8
- github.com/prometheus/client_golang v1.12.2
9
- github.com/prometheus/client_model v0.2.0
10
- github.com/sirupsen/logrus v1.8.1
11
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
12
- google.golang.org/protobuf v1.33.0 // indirect
6
+ github.com/gomodule/redigo v1.9.2
7
+ github.com/mna/redisc v1.4.0
8
+ github.com/prometheus/client_golang v1.22.0
9
+ github.com/prometheus/client_model v0.6.2
10
+ github.com/sirupsen/logrus v1.9.3
11
+ )
12
+
13
+ require (
14
+ github.com/beorn7/perks v1.0.1 // indirect
15
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
16
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
17
+ github.com/prometheus/common v0.62.0 // indirect
18
+ github.com/prometheus/procfs v0.15.1 // indirect
19
+ golang.org/x/sys v0.30.0 // indirect
20
+ google.golang.org/protobuf v1.36.6 // indirect
13
21
)
You can’t perform that action at this time.
0 commit comments