@@ -4,31 +4,29 @@ go 1.21
4
4
5
5
require (
6
6
github.com/docker/docker v24.0.7+incompatible
7
- github.com/go-logr/logr v1.3.0
8
- github.com/google/certificate-transparency-go v1.1.6
9
- github.com/google/trillian v1.5.3
10
- github.com/google/uuid v1.5 .0
7
+ github.com/go-logr/logr v1.4.1
8
+ github.com/google/certificate-transparency-go v1.1.7
9
+ github.com/google/trillian v1.6.0
10
+ github.com/google/uuid v1.6 .0
11
11
github.com/onsi/ginkgo/v2 v2.13.0
12
12
github.com/onsi/gomega v1.29.0
13
13
github.com/openshift/api v0.0.0-20231118005202-0f638a8a4705
14
14
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.70.0
15
- github.com/sigstore/fulcio v1.4.3
16
- github.com/sigstore/sigstore v1.8.0
17
- google.golang.org/grpc v1.60.1
15
+ github.com/sigstore/fulcio v1.4.4
16
+ github.com/sigstore/sigstore v1.8.1
17
+ google.golang.org/grpc v1.62.0
18
18
google.golang.org/protobuf v1.32.0
19
19
gopkg.in/yaml.v2 v2.4.0
20
20
k8s.io/api v0.28.5
21
21
k8s.io/apimachinery v0.28.5
22
22
k8s.io/client-go v0.28.5
23
- k8s.io/klog/v2 v2.110.1
24
- knative.dev/pkg v0.0.0-20240111013350-bc230ae58d14
23
+ k8s.io/klog/v2 v2.120.0
25
24
sigs.k8s.io/controller-runtime v0.16.3
26
25
)
27
26
28
27
require (
29
28
github.com/Microsoft/go-winio v0.6.1 // indirect
30
29
github.com/beorn7/perks v1.0.1 // indirect
31
- github.com/blendle/zapdriver v1.3.1 // indirect
32
30
github.com/cespare/xxhash/v2 v2.2.0 // indirect
33
31
github.com/davecgh/go-spew v1.1.1 // indirect
34
32
github.com/distribution/reference v0.5.0 // indirect
@@ -37,7 +35,7 @@ require (
37
35
github.com/docker/go-units v0.5.0 // indirect
38
36
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39
37
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
40
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
38
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
41
39
github.com/go-logr/zapr v1.2.4 // indirect
42
40
github.com/go-openapi/jsonpointer v0.19.6 // indirect
43
41
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -55,7 +53,6 @@ require (
55
53
github.com/json-iterator/go v1.1.12 // indirect
56
54
github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e // indirect
57
55
github.com/mailru/easyjson v0.7.7 // indirect
58
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
59
56
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
60
57
github.com/modern-go/reflect2 v1.0.2 // indirect
61
58
github.com/morikuni/aec v1.0.0 // indirect
@@ -64,34 +61,34 @@ require (
64
61
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
65
62
github.com/pkg/errors v0.9.1 // indirect
66
63
github.com/prometheus/client_golang v1.18.0 // indirect
67
- github.com/prometheus/client_model v0.5 .0 // indirect
68
- github.com/prometheus/common v0.45 .0 // indirect
64
+ github.com/prometheus/client_model v0.6 .0 // indirect
65
+ github.com/prometheus/common v0.48 .0 // indirect
69
66
github.com/prometheus/procfs v0.12.0 // indirect
70
67
github.com/robfig/cron/v3 v3.0.1
71
68
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
72
69
github.com/spf13/pflag v1.0.5 // indirect
73
70
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
74
71
github.com/transparency-dev/merkle v0.0.2 // indirect
75
72
go.uber.org/multierr v1.11.0 // indirect
76
- go.uber.org/zap v1.26.0 // indirect
77
- golang.org/x/crypto v0.17 .0 // indirect
73
+ go.uber.org/zap v1.27.0
74
+ golang.org/x/crypto v0.19 .0 // indirect
78
75
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
79
76
golang.org/x/mod v0.14.0 // indirect
80
- golang.org/x/net v0.19.0 // indirect
81
- golang.org/x/oauth2 v0.15 .0 // indirect
82
- golang.org/x/sys v0.15 .0 // indirect
83
- golang.org/x/term v0.15 .0 // indirect
77
+ golang.org/x/net v0.21.0
78
+ golang.org/x/oauth2 v0.17 .0 // indirect
79
+ golang.org/x/sys v0.17 .0 // indirect
80
+ golang.org/x/term v0.17 .0 // indirect
84
81
golang.org/x/text v0.14.0 // indirect
85
82
golang.org/x/time v0.5.0 // indirect
86
83
golang.org/x/tools v0.16.1 // indirect
87
84
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
88
85
google.golang.org/appengine v1.6.8 // indirect
89
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
86
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
90
87
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
91
88
gopkg.in/inf.v0 v0.9.1 // indirect
92
89
gopkg.in/yaml.v3 v3.0.1 // indirect
93
90
gotest.tools/v3 v3.5.1 // indirect
94
- k8s.io/apiextensions-apiserver v0.28.5 // indirect
91
+ k8s.io/apiextensions-apiserver v0.28.5
95
92
k8s.io/component-base v0.28.5 // indirect
96
93
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
97
94
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
0 commit comments