1
1
module github.com/operator-framework/operator-lib
2
2
3
- go 1.17
3
+ go 1.19
4
4
5
5
require (
6
- github.com/go-logr/logr v1.2.0
6
+ github.com/go-logr/logr v1.2.3
7
7
github.com/onsi/ginkgo v1.16.5
8
- github.com/onsi/gomega v1.18.1
8
+ github.com/onsi/gomega v1.19.0
9
9
github.com/operator-framework/api v0.15.0
10
10
github.com/prometheus/client_golang v1.12.1
11
11
github.com/prometheus/client_model v0.2.0
12
- k8s.io/api v0.24 .0
13
- k8s.io/apimachinery v0.24 .0
14
- k8s.io/client-go v0.24 .0
15
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12
+ k8s.io/api v0.25 .0
13
+ k8s.io/apimachinery v0.25 .0
14
+ k8s.io/client-go v0.25 .0
15
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
16
16
sigs.k8s.io/controller-runtime v0.12.1
17
17
)
18
18
@@ -22,7 +22,7 @@ require (
22
22
github.com/beorn7/perks v1.0.1 // indirect
23
23
github.com/cespare/xxhash/v2 v2.1.2 // indirect
24
24
github.com/davecgh/go-spew v1.1.1 // indirect
25
- github.com/emicklei/go-restful v2.9.5+incompatible // indirect
25
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
26
26
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
27
27
github.com/fsnotify/fsnotify v1.5.1 // indirect
28
28
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -48,24 +48,24 @@ require (
48
48
github.com/prometheus/common v0.32.1 // indirect
49
49
github.com/prometheus/procfs v0.7.3 // indirect
50
50
github.com/spf13/pflag v1.0.5 // indirect
51
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
51
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
52
52
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
53
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
53
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
54
54
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
55
55
golang.org/x/text v0.3.7 // indirect
56
56
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
57
57
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
58
58
google.golang.org/appengine v1.6.7 // indirect
59
- google.golang.org/protobuf v1.27.1 // indirect
59
+ google.golang.org/protobuf v1.28.0 // indirect
60
60
gopkg.in/inf.v0 v0.9.1 // indirect
61
61
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
62
62
gopkg.in/yaml.v2 v2.4.0 // indirect
63
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
63
+ gopkg.in/yaml.v3 v3.0.1 // indirect
64
64
k8s.io/apiextensions-apiserver v0.24.0 // indirect
65
65
k8s.io/component-base v0.24.0 // indirect
66
- k8s.io/klog/v2 v2.60 .1 // indirect
67
- k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
68
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
69
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
66
+ k8s.io/klog/v2 v2.70 .1 // indirect
67
+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
68
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
69
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
70
70
sigs.k8s.io/yaml v1.3.0 // indirect
71
71
)
0 commit comments