File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/hnlq715/nginx-vts-exporter
3
3
require (
4
4
github.com/go-kod/kod v0.10.0
5
5
github.com/prometheus/client_golang v1.19.1
6
+ github.com/prometheus/common v0.54.0
6
7
)
7
8
8
9
require (
@@ -23,7 +24,6 @@ require (
23
24
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
24
25
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
25
26
github.com/prometheus/client_model v0.6.1 // indirect
26
- github.com/prometheus/common v0.53.0 // indirect
27
27
github.com/prometheus/procfs v0.15.0 // indirect
28
28
github.com/sagikazarmark/locafero v0.4.0 // indirect
29
29
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQ
62
62
github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
63
63
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
64
64
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
65
- github.com/prometheus/common v0.53 .0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE =
66
- github.com/prometheus/common v0.53 .0 /go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U =
65
+ github.com/prometheus/common v0.54 .0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8 =
66
+ github.com/prometheus/common v0.54 .0 /go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ =
67
67
github.com/prometheus/procfs v0.15.0 h1:A82kmvXJq2jTu5YUhSGNlYoxh85zLnKgPz4bMZgI5Ek =
68
68
github.com/prometheus/procfs v0.15.0 /go.mod h1:Y0RJ/Y5g5wJpkTisOtqwDSo4HwhGmLB4VQSw2sQJLHk =
69
69
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
You can’t perform that action at this time.
0 commit comments