We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d545b07 commit 74cd2daCopy full SHA for 74cd2da
go.mod
@@ -1,12 +1,12 @@
1
module github.com/nginx/nginx-prometheus-exporter
2
3
-go 1.24.2
+go 1.25.0
4
5
require (
6
github.com/alecthomas/kingpin/v2 v2.4.0
7
github.com/nginx/nginx-plus-go-client/v3 v3.0.0
8
- github.com/prometheus/client_golang v1.23.0
9
github.com/pires/go-proxyproto v0.8.1
+ github.com/prometheus/client_golang v1.23.0
10
github.com/prometheus/common v0.65.0
11
github.com/prometheus/exporter-toolkit v0.14.0
12
)
0 commit comments