File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test
33GOVET =$(GOCMD ) vet
44BINARY_NAME =pure-fb-om-exporter
55MODULE_NAME =purestorage/fb-openmetrics-exporter
6- VERSION? =1.0.13
6+ VERSION? =1.1.0
77SERVICE_PORT? =9491
88DOCKER_REGISTRY? = quay.io/purestorage/
99EXPORT_RESULT? =false # for CI please set EXPORT_RESULT to true
Original file line number Diff line number Diff line change 11FROM golang:alpine as build
2- ARG VERSION=1.0.13
2+ ARG VERSION=1.1.0
33
44WORKDIR /usr/src/app
55
Original file line number Diff line number Diff line change 11module purestorage/fb-openmetrics-exporter
22
3- go 1.21 .0
3+ go 1.23 .0
44
55require (
66 github.com/akamensky/argparse v1.4.0
@@ -17,7 +17,7 @@ require (
1717 github.com/klauspost/compress v1.17.11 // indirect
1818 github.com/kr/text v0.2.0 // indirect
1919 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
2121 github.com/prometheus/procfs v0.15.1 // indirect
2222 golang.org/x/net v0.30.0 // indirect
2323 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+
2727github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
2828github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
2929github.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 =
3232github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
3333github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
3434github.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
4242# github.com/prometheus/client_model v0.6.1
4343## explicit; go 1.19
4444github.com/prometheus/client_model/go
45- # github.com/prometheus/common v0.60.0
45+ # github.com/prometheus/common v0.60.1
4646## explicit; go 1.21
4747github.com/prometheus/common/expfmt
4848github.com/prometheus/common/model
You can’t perform that action at this time.
0 commit comments