1
1
module github.com/securesign/operator
2
2
3
- go 1.23.6
3
+ go 1.24.3
4
+
5
+ toolchain go1.24.4
4
6
5
7
require (
6
8
github.com/blang/semver/v4 v4.0.0
7
- github.com/go-logr/logr v1.4.2
8
- github.com/google/certificate-transparency-go v1.3.1
9
+ github.com/go-logr/logr v1.4.3
10
+ github.com/google/certificate-transparency-go v1.3.2
9
11
github.com/google/go-containerregistry v0.20.3
10
12
github.com/google/trillian v1.7.2
11
13
github.com/google/uuid v1.6.0
12
14
github.com/onsi/ginkgo/v2 v2.23.4
13
15
github.com/onsi/gomega v1.37.0
14
- github.com/openshift/api v0.0.0-20250502141415-7152b1b11175
16
+ github.com/openshift/api v0.0.0-20250627132400-41708f612339
15
17
github.com/operator-framework/api v0.31.0
16
- github.com/operator-framework/operator-lib v0.18 .0
17
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.81 .0
18
+ github.com/operator-framework/operator-lib v0.19 .0
19
+ github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83 .0
18
20
github.com/robfig/cron/v3 v3.0.1
19
- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
20
- golang.org/x/net v0.39 .0
21
- google.golang.org/grpc v1.72.0
21
+ golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
22
+ golang.org/x/net v0.41 .0
23
+ google.golang.org/grpc v1.72.2
22
24
google.golang.org/protobuf v1.36.6
23
25
gopkg.in/yaml.v2 v2.4.0
24
- k8s.io/api v0.32.4
25
- k8s.io/apiextensions-apiserver v0.32.4
26
- k8s.io/apimachinery v0.32.4
27
- k8s.io/client-go v0.32.4
26
+ k8s.io/api v0.33.2
27
+ k8s.io/apiextensions-apiserver v0.33.1
28
+ k8s.io/apimachinery v0.33.2
29
+ k8s.io/client-go v0.33.2
28
30
k8s.io/klog/v2 v2.130.1
29
- k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
30
- sigs.k8s.io/controller-runtime v0.20.4
31
- sigs.k8s.io/yaml v1.4 .0
31
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
32
+ sigs.k8s.io/controller-runtime v0.21.0
33
+ sigs.k8s.io/yaml v1.5 .0
32
34
)
33
35
34
36
require (
@@ -48,13 +50,11 @@ require (
48
50
github.com/go-openapi/swag v0.23.1 // indirect
49
51
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
50
52
github.com/gogo/protobuf v1.3.2 // indirect
51
- github.com/golang/protobuf v1.5.4 // indirect
52
53
github.com/google/btree v1.1.3 // indirect
53
- github.com/google/gnostic-models v0.6.9 // indirect
54
+ github.com/google/gnostic-models v0.7.0 // indirect
54
55
github.com/google/go-cmp v0.7.0 // indirect
55
- github.com/google/gofuzz v1.2.0 // indirect
56
- github.com/google/pprof v0.0.0-20250501235452-c0086092b71a // indirect
57
- github.com/gorilla/websocket v1.5.3 // indirect
56
+ github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
57
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
58
58
github.com/josharian/intern v1.0.0 // indirect
59
59
github.com/json-iterator/go v1.1.12 // indirect
60
60
github.com/klauspost/compress v1.18.0 // indirect
@@ -70,7 +70,7 @@ require (
70
70
github.com/pkg/errors v0.9.1 // indirect
71
71
github.com/prometheus/client_golang v1.22.0 // indirect
72
72
github.com/prometheus/client_model v0.6.2 // indirect
73
- github.com/prometheus/common v0.63 .0 // indirect
73
+ github.com/prometheus/common v0.65 .0 // indirect
74
74
github.com/prometheus/procfs v0.16.1 // indirect
75
75
github.com/rogpeppe/go-internal v1.14.1 // indirect
76
76
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -79,20 +79,22 @@ require (
79
79
github.com/vbatts/tar-split v0.12.1 // indirect
80
80
github.com/x448/float16 v0.8.4 // indirect
81
81
go.uber.org/automaxprocs v1.6.0 // indirect
82
- golang.org/x/oauth2 v0.29.0 // indirect
83
- golang.org/x/sync v0.13.0 // indirect
84
- golang.org/x/sys v0.32.0 // indirect
85
- golang.org/x/term v0.31.0 // indirect
86
- golang.org/x/text v0.24.0 // indirect
87
- golang.org/x/time v0.11.0 // indirect
88
- golang.org/x/tools v0.32.0 // indirect
82
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
83
+ go.yaml.in/yaml/v3 v3.0.3 // indirect
84
+ golang.org/x/oauth2 v0.30.0 // indirect
85
+ golang.org/x/sync v0.15.0 // indirect
86
+ golang.org/x/sys v0.33.0 // indirect
87
+ golang.org/x/term v0.32.0 // indirect
88
+ golang.org/x/text v0.26.0 // indirect
89
+ golang.org/x/time v0.12.0 // indirect
90
+ golang.org/x/tools v0.34.0 // indirect
89
91
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
90
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
92
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
91
93
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
92
94
gopkg.in/inf.v0 v0.9.1 // indirect
93
95
gopkg.in/yaml.v3 v3.0.1 // indirect
94
96
gotest.tools/v3 v3.5.2 // indirect
95
- k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
97
+ k8s.io/kube-openapi v0.0.0-20250628140032-d90c4fd18f59 // indirect
96
98
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
97
99
sigs.k8s.io/randfill v1.0.0 // indirect
98
100
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
0 commit comments