@@ -6,21 +6,21 @@ require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/fsnotify/fsnotify v1.6.0
8
8
github.com/go-logr/logr v1.2.4
9
- github.com/onsi/ginkgo/v2 v2.9.1
10
- github.com/onsi/gomega v1.27.4
9
+ github.com/onsi/ginkgo/v2 v2.9.5
10
+ github.com/onsi/gomega v1.27.7
11
11
github.com/openshift/api v0.0.0-20230503133300-8bbcb7ca7183 // release-4.13
12
12
github.com/openshift/custom-resource-status v1.1.2
13
13
github.com/openshift/library-go v0.0.0-20230228181805-0899dfdba7d2 // release-4.13
14
- github.com/operator-framework/api v0.17.3
15
- github.com/operator-framework/operator-lib v0.11.0
14
+ github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
15
+ github.com/operator-framework/operator-lib v0.11.1-0.20230607132417-ecb9be488378
16
16
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.63.0
17
- github.com/prometheus/client_golang v1.14.0
18
- github.com/prometheus/client_model v0.3 .0
19
- github.com/prometheus/common v0.41 .0
17
+ github.com/prometheus/client_golang v1.15.1
18
+ github.com/prometheus/client_model v0.4 .0
19
+ github.com/prometheus/common v0.42 .0
20
20
github.com/spf13/cobra v1.6.1
21
21
github.com/spf13/pflag v1.0.5
22
22
github.com/tektoncd/pipeline v0.41.2
23
- gomodules.xyz/jsonpatch/v2 v2.2 .0
23
+ gomodules.xyz/jsonpatch/v2 v2.3 .0
24
24
k8s.io/api v0.27.3
25
25
k8s.io/apiextensions-apiserver v0.27.3
26
26
k8s.io/apimachinery v0.27.3
@@ -32,7 +32,7 @@ require (
32
32
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
33
33
kubevirt.io/qe-tools v0.1.8
34
34
kubevirt.io/ssp-operator/api v0.0.0
35
- sigs.k8s.io/controller-runtime v0.14.5
35
+ sigs.k8s.io/controller-runtime v0.15.0
36
36
sigs.k8s.io/kustomize/api v0.13.1
37
37
sigs.k8s.io/kustomize/kyaml v0.14.0
38
38
sigs.k8s.io/yaml v1.3.0
@@ -44,27 +44,27 @@ require (
44
44
github.com/beorn7/perks v1.0.1 // indirect
45
45
github.com/blendle/zapdriver v1.3.1 // indirect
46
46
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
47
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
47
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
48
48
github.com/davecgh/go-spew v1.1.1 // indirect
49
49
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
50
50
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
51
51
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
52
52
github.com/go-errors/errors v1.4.2 // indirect
53
53
github.com/go-kit/log v0.2.1 // indirect
54
54
github.com/go-logfmt/logfmt v0.5.1 // indirect
55
- github.com/go-logr/zapr v1.2.3 // indirect
55
+ github.com/go-logr/zapr v1.2.4 // indirect
56
56
github.com/go-openapi/jsonpointer v0.19.6 // indirect
57
57
github.com/go-openapi/jsonreference v0.20.1 // indirect
58
58
github.com/go-openapi/swag v0.22.3 // indirect
59
- github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
59
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
60
60
github.com/gogo/protobuf v1.3.2 // indirect
61
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
62
62
github.com/golang/protobuf v1.5.3 // indirect
63
63
github.com/google/gnostic v0.5.7-v3refs // indirect
64
64
github.com/google/go-cmp v0.5.9 // indirect
65
65
github.com/google/go-containerregistry v0.12.0 // indirect
66
66
github.com/google/gofuzz v1.2.0 // indirect
67
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
67
+ github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
68
68
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
69
69
github.com/google/uuid v1.3.0 // indirect
70
70
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
@@ -86,7 +86,7 @@ require (
86
86
github.com/opencontainers/go-digest v1.0.0 // indirect
87
87
github.com/pborman/uuid v1.2.1 // indirect
88
88
github.com/pkg/errors v0.9.1 // indirect
89
- github.com/prometheus/procfs v0.8 .0 // indirect
89
+ github.com/prometheus/procfs v0.9 .0 // indirect
90
90
github.com/prometheus/statsd_exporter v0.21.0 // indirect
91
91
github.com/sirupsen/logrus v1.9.0 // indirect
92
92
github.com/xlab/treeprint v1.1.0 // indirect
@@ -95,19 +95,19 @@ require (
95
95
go.uber.org/atomic v1.10.0 // indirect
96
96
go.uber.org/multierr v1.8.0 // indirect
97
97
go.uber.org/zap v1.24.0 // indirect
98
- golang.org/x/net v0.8 .0 // indirect
98
+ golang.org/x/net v0.10 .0 // indirect
99
99
golang.org/x/oauth2 v0.5.0 // indirect
100
- golang.org/x/sync v0.1 .0 // indirect
101
- golang.org/x/sys v0.6 .0 // indirect
102
- golang.org/x/term v0.6 .0 // indirect
103
- golang.org/x/text v0.8 .0 // indirect
100
+ golang.org/x/sync v0.2 .0 // indirect
101
+ golang.org/x/sys v0.8 .0 // indirect
102
+ golang.org/x/term v0.8 .0 // indirect
103
+ golang.org/x/text v0.9 .0 // indirect
104
104
golang.org/x/time v0.3.0 // indirect
105
- golang.org/x/tools v0.7.0 // indirect
105
+ golang.org/x/tools v0.9.1 // indirect
106
106
google.golang.org/api v0.100.0 // indirect
107
107
google.golang.org/appengine v1.6.7 // indirect
108
108
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
109
109
google.golang.org/grpc v1.51.0 // indirect
110
- google.golang.org/protobuf v1.28.1 // indirect
110
+ google.golang.org/protobuf v1.30.0 // indirect
111
111
gopkg.in/inf.v0 v0.9.1 // indirect
112
112
gopkg.in/yaml.v2 v2.4.0 // indirect
113
113
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments