File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test
3
3
GOVET =$(GOCMD ) vet
4
4
BINARY_NAME =pure-fb-om-exporter
5
5
MODULE_NAME =purestorage/fb-openmetrics-exporter
6
- VERSION? =1.0.13
6
+ VERSION? =1.1.0
7
7
SERVICE_PORT? =9491
8
8
DOCKER_REGISTRY? = quay.io/purestorage/
9
9
EXPORT_RESULT? =false # for CI please set EXPORT_RESULT to true
Original file line number Diff line number Diff line change 1
1
FROM golang:alpine as build
2
- ARG VERSION=1.0.13
2
+ ARG VERSION=1.1.0
3
3
4
4
WORKDIR /usr/src/app
5
5
Original file line number Diff line number Diff line change 1
1
module purestorage/fb-openmetrics-exporter
2
2
3
- go 1.21 .0
3
+ go 1.23 .0
4
4
5
5
require (
6
6
github.com/akamensky/argparse v1.4.0
@@ -17,7 +17,7 @@ require (
17
17
github.com/klauspost/compress v1.17.11 // indirect
18
18
github.com/kr/text v0.2.0 // indirect
19
19
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
20
- github.com/prometheus/common v0.60.0 // indirect
20
+ github.com/prometheus/common v0.60.1 // indirect
21
21
github.com/prometheus/procfs v0.15.1 // indirect
22
22
golang.org/x/net v0.30.0 // indirect
23
23
golang.org/x/sys v0.26.0 // indirect
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+
27
27
github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
28
28
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
29
29
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
30
- github.com/prometheus/common v0.60.0 h1:+V9PAREWNvJMAuJ1x1BaWl9dewMW4YrHZQbx0sJNllA =
31
- github.com/prometheus/common v0.60.0 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
30
+ github.com/prometheus/common v0.60.1 h1:FUas6GcOw66yB/73KC+BOZoFJmbo/1pojoILArPAaSc =
31
+ github.com/prometheus/common v0.60.1 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
32
32
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
33
33
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
34
34
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ =
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ github.com/prometheus/client_golang/prometheus/promhttp
42
42
# github.com/prometheus/client_model v0.6.1
43
43
## explicit; go 1.19
44
44
github.com/prometheus/client_model/go
45
- # github.com/prometheus/common v0.60.0
45
+ # github.com/prometheus/common v0.60.1
46
46
## explicit; go 1.21
47
47
github.com/prometheus/common/expfmt
48
48
github.com/prometheus/common/model
You can’t perform that action at this time.
0 commit comments