File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ GOTEST=$(GOCMD) test
44GOVET =$(GOCMD ) vet
55BINARY_NAME =pure-fa-om-exporter
66MODULE_NAME =purestorage/fa-openmetrics-exporter
7- VERSION? =1.0.8
7+ VERSION? =1.0.9
88SERVICE_PORT? =9490
99DOCKER_REGISTRY? = quay.io/purestorage/
1010EXPORT_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.8
2+ ARG VERSION=1.0.9
33
44WORKDIR /usr/src/app
55
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2020 github.com/prometheus/common v0.44.0 // indirect
2121 github.com/prometheus/procfs v0.11.1 // indirect
22- golang.org/x/net v0.13 .0 // indirect
23- golang.org/x/sys v0.10 .0 // indirect
22+ golang.org/x/net v0.14 .0 // indirect
23+ golang.org/x/sys v0.11 .0 // indirect
2424 google.golang.org/protobuf v1.31.0 // indirect
2525)
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwa
3838github.com/prometheus/procfs v0.11.1 /go.mod h1:eesXgaPo1q7lBpVMoMy0ZOFTth9hBn4W/y0/p/ScXhY =
3939github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ =
4040golang.org/x/net v0.0.0-20211029224645-99673261e6eb /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
41- golang.org/x/net v0.13 .0 h1:Nvo8UFsZ8X3BhAC9699Z1j7XQ3rsZnUUm7jfBEk1ueY =
42- golang.org/x/net v0.13 .0 /go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA =
41+ golang.org/x/net v0.14 .0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14 =
42+ golang.org/x/net v0.14 .0 /go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI =
4343golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
4444golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
4545golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
46- golang.org/x/sys v0.10 .0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA =
47- golang.org/x/sys v0.10 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
46+ golang.org/x/sys v0.11 .0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM =
47+ golang.org/x/sys v0.11 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4848golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
4949golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
5050golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
You can’t perform that action at this time.
0 commit comments