@@ -14,7 +14,6 @@ require (
14
14
github.com/go-kit/log v0.2.1
15
15
github.com/go-logr/logr v1.4.1
16
16
github.com/json-iterator/go v1.1.12
17
- github.com/mitchellh/mapstructure v1.5.0
18
17
github.com/oklog/run v1.1.0
19
18
github.com/oklog/ulid/v2 v2.1.0
20
19
github.com/open-telemetry/opamp-go v0.14.0
@@ -24,7 +23,7 @@ require (
24
23
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.72.0
25
24
github.com/prometheus-operator/prometheus-operator/pkg/client v0.72.0
26
25
github.com/prometheus/client_golang v1.19.0
27
- github.com/prometheus/common v0.52.3
26
+ github.com/prometheus/common v0.53.0
28
27
github.com/prometheus/prometheus v0.51.2
29
28
github.com/shirou/gopsutil v3.21.11+incompatible
30
29
github.com/spf13/pflag v1.0.5
@@ -161,6 +160,7 @@ require (
161
160
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a // indirect
162
161
github.com/miekg/dns v1.1.58 // indirect
163
162
github.com/mitchellh/go-homedir v1.1.0 // indirect
163
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
164
164
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
165
165
github.com/modern-go/reflect2 v1.0.2 // indirect
166
166
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
0 commit comments