csi-driver-nfs/vendor/github.com/prometheus/client_golang/prometheus
Pierre Prinetti b8cf9c528f
fix: Address CVE-2022-21698
Upgrade the Prometheus client to v1.11.1.

This commit is the result of running:

```
go get github.com/prometheus/client_golang@v1.11.1 \
	&& go mod tidy && go mod vendor
```

See https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p

**What this PR does / why we need it**:
Upgrades `github.com/prometheus/client_golang` to v1.11.1, where the vulnerability has been fixed.
2022-03-24 17:01:33 +01:00
..
internal Update vendor directory 2020-11-03 23:56:05 +05:30
promhttp fix: Address CVE-2022-21698 2022-03-24 17:01:33 +01:00
testutil Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
.gitignore Update vendor directory 2020-11-03 23:56:05 +05:30
README.md Update vendor directory 2020-11-03 23:56:05 +05:30
collector.go Update vendor directory 2020-11-03 23:56:05 +05:30
counter.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
desc.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
doc.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
expvar_collector.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
fnv.go Update vendor directory 2020-11-03 23:56:05 +05:30
gauge.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
go_collector.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
histogram.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
labels.go Update vendor directory 2020-11-03 23:56:05 +05:30
metric.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
observer.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
process_collector.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
process_collector_other.go Update vendor directory 2020-11-03 23:56:05 +05:30
process_collector_windows.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
registry.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
summary.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
timer.go Update vendor directory 2020-11-03 23:56:05 +05:30
untyped.go Update vendor directory 2020-11-03 23:56:05 +05:30
value.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
vec.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
wrap.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00

README.md

See go-doc.