Skip to content

Commit aa32f56

Browse files
committed
chore: go mod tidy
Signed-off-by: Ajay Mishra <[email protected]>
1 parent 3fc2429 commit aa32f56

File tree

2 files changed

+7
-68
lines changed

2 files changed

+7
-68
lines changed

health-monitors/kubernetes-object-monitor/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/nvidia/nvsentinel/data-models v0.0.0-20251111124318-ba740daea463
99
github.com/pelletier/go-toml/v2 v2.2.4
1010
github.com/prometheus/client_golang v1.23.2
11+
github.com/prometheus/client_model v0.6.2
1112
github.com/stretchr/testify v1.11.1
1213
google.golang.org/grpc v1.76.0
1314
google.golang.org/protobuf v1.36.10
@@ -46,15 +47,11 @@ require (
4647
github.com/google/gnostic-models v0.7.0 // indirect
4748
github.com/google/go-cmp v0.7.0 // indirect
4849
github.com/google/uuid v1.6.0 // indirect
49-
github.com/josharian/intern v1.0.0 // indirect
5050
github.com/json-iterator/go v1.1.12 // indirect
51-
github.com/mailru/easyjson v0.9.1 // indirect
5251
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5352
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5453
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55-
github.com/pkg/errors v0.9.1 // indirect
5654
github.com/pmezard/go-difflib v1.0.0 // indirect
57-
github.com/prometheus/client_model v0.6.2 // indirect
5855
github.com/prometheus/common v0.67.2 // indirect
5956
github.com/prometheus/procfs v0.19.2 // indirect
6057
github.com/spf13/pflag v1.0.10 // indirect

0 commit comments

Comments
 (0)