1
1
module github.com/giantswarm/prometheus-meta-operator/v2
2
2
3
- go 1.22.0
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
8
github.com/Masterminds/sprig v2.22.0+incompatible
@@ -16,36 +18,36 @@ require (
16
18
github.com/giantswarm/versionbundle v1.1.0
17
19
github.com/google/go-cmp v0.6.0
18
20
github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.23
19
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
21
+ github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.1
20
22
github.com/prometheus-operator/prometheus-operator/pkg/client v0.74.0
21
23
github.com/prometheus/client_golang v1.21.0
22
24
github.com/prometheus/common v0.62.0
23
25
github.com/sirupsen/logrus v1.9.3
24
26
github.com/spf13/viper v1.19.0
25
27
golang.org/x/crypto v0.33.0
26
28
golang.org/x/net v0.35.0
27
- k8s.io/api v0.30.3
28
- k8s.io/apiextensions-apiserver v0.30.3
29
- k8s.io/apimachinery v0.30.3
29
+ k8s.io/api v0.32.1
30
+ k8s.io/apiextensions-apiserver v0.32.1
31
+ k8s.io/apimachinery v0.32.1
30
32
k8s.io/autoscaler/vertical-pod-autoscaler v1.0.0
31
- k8s.io/client-go v0.30.3
33
+ k8s.io/client-go v0.32.1
32
34
sigs.k8s.io/cluster-api v1.8.5
33
- sigs.k8s.io/controller-runtime v0.18.5
35
+ sigs.k8s.io/controller-runtime v0.20.1
34
36
sigs.k8s.io/yaml v1.4.0
35
37
)
36
38
37
39
require (
38
40
github.com/Masterminds/goutils v1.1.1 // indirect
39
41
github.com/Masterminds/semver v1.5.0 // indirect
40
42
github.com/beorn7/perks v1.0.1 // indirect
41
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
43
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
42
44
github.com/cespare/xxhash/v2 v2.3.0 // indirect
43
45
github.com/coreos/go-semver v0.3.1 // indirect
44
46
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45
47
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
46
- github.com/evanphx/json-patch v5.9.0+incompatible // indirect
47
48
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
48
49
github.com/fsnotify/fsnotify v1.7.0 // indirect
50
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
49
51
github.com/getsentry/sentry-go v0.25.0 // indirect
50
52
github.com/giantswarm/backoff v1.0.0 // indirect
51
53
github.com/giantswarm/exporterkit v1.1.0 // indirect
@@ -61,8 +63,8 @@ require (
61
63
github.com/go-openapi/swag v0.23.0 // indirect
62
64
github.com/go-stack/stack v1.8.1 // indirect
63
65
github.com/gogo/protobuf v1.3.2 // indirect
64
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
65
66
github.com/golang/protobuf v1.5.4 // indirect
67
+ github.com/google/btree v1.1.3 // indirect
66
68
github.com/google/gnostic-models v0.6.8 // indirect
67
69
github.com/google/gofuzz v1.2.0 // indirect
68
70
github.com/google/uuid v1.6.0 // indirect
@@ -97,27 +99,28 @@ require (
97
99
github.com/spf13/cobra v1.8.1 // indirect
98
100
github.com/spf13/pflag v1.0.5 // indirect
99
101
github.com/subosito/gotenv v1.6.0 // indirect
102
+ github.com/x448/float16 v0.8.4 // indirect
100
103
go.uber.org/multierr v1.11.0 // indirect
101
104
go.uber.org/zap v1.27.0 // indirect
102
- golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
105
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
103
106
golang.org/x/oauth2 v0.24.0 // indirect
104
107
golang.org/x/sync v0.11.0 // indirect
105
108
golang.org/x/sys v0.30.0 // indirect
106
109
golang.org/x/term v0.29.0 // indirect
107
110
golang.org/x/text v0.22.0 // indirect
108
- golang.org/x/time v0.5 .0 // indirect
111
+ golang.org/x/time v0.7 .0 // indirect
109
112
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
110
113
google.golang.org/protobuf v1.36.1 // indirect
114
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
111
115
gopkg.in/inf.v0 v0.9.1 // indirect
112
116
gopkg.in/ini.v1 v1.67.0 // indirect
113
117
gopkg.in/resty.v1 v1.12.0 // indirect
114
- gopkg.in/yaml.v2 v2.4.0 // indirect
115
118
gopkg.in/yaml.v3 v3.0.1 // indirect
116
- k8s.io/klog/v2 v2.120 .1 // indirect
117
- k8s.io/kube-openapi v0.0.0-20240322212309-b815d8309940 // indirect
118
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
119
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
120
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
119
+ k8s.io/klog/v2 v2.130 .1 // indirect
120
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
121
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
122
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
123
+ sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
121
124
)
122
125
123
126
replace (
0 commit comments