@@ -16,7 +16,7 @@ require (
16
16
github.com/go-logr/logr v1.4.2
17
17
github.com/go-viper/mapstructure/v2 v2.2.1
18
18
github.com/google/uuid v1.6.0
19
- github.com/json-iterator/go v1.1.12
19
+ github.com/json-iterator/go v1.1.12 // indirect
20
20
github.com/mitchellh/mapstructure v1.5.0
21
21
github.com/oklog/run v1.1.0
22
22
github.com/open-telemetry/opamp-go v0.15.0
@@ -27,7 +27,7 @@ require (
27
27
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2
28
28
github.com/prometheus-operator/prometheus-operator/pkg/client v0.76.2
29
29
github.com/prometheus/client_golang v1.20.5
30
- github.com/prometheus/common v0.61 .0
30
+ github.com/prometheus/common v0.62 .0
31
31
github.com/prometheus/prometheus v0.55.1
32
32
github.com/shirou/gopsutil v3.21.11+incompatible
33
33
github.com/spf13/pflag v1.0.5
@@ -118,7 +118,7 @@ require (
118
118
github.com/go-playground/validator/v10 v10.20.0 // indirect
119
119
github.com/go-resty/resty/v2 v2.13.1 // indirect
120
120
github.com/go-zookeeper/zk v1.0.3 // indirect
121
- github.com/goccy/go-json v0.10.2 // indirect
121
+ github.com/goccy/go-json v0.10.2
122
122
github.com/gogo/protobuf v1.3.2 // indirect
123
123
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
124
124
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
0 commit comments