1
1
module github.com/operator-framework/ansible-operator-plugins
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
- github.com/go-logr/logr v1.2.3
6
+ github.com/go-logr/logr v1.2.4
7
7
github.com/kr/text v0.2.0
8
8
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
9
- github.com/onsi/ginkgo/v2 v2.7.0
10
- github.com/onsi/gomega v1.24.2
11
- github.com/operator-framework/operator-lib v0.11.1-0.20230306195046-28cadc6b6055
9
+ github.com/onsi/ginkgo/v2 v2.9.5
10
+ github.com/onsi/gomega v1.27.7
11
+ github.com/operator-framework/operator-lib v0.11.1-0.20230717184314-6efbe3a22f6f
12
12
github.com/operator-framework/operator-registry v1.28.0
13
- github.com/prometheus/client_golang v1.14.0
14
- github.com/prometheus/client_model v0.3 .0
13
+ github.com/prometheus/client_golang v1.15.1
14
+ github.com/prometheus/client_model v0.4 .0
15
15
github.com/sirupsen/logrus v1.9.3
16
16
github.com/spf13/afero v1.9.3
17
- github.com/spf13/cobra v1.6.1
17
+ github.com/spf13/cobra v1.7.0
18
18
github.com/spf13/pflag v1.0.5
19
19
github.com/spf13/viper v1.10.0
20
- github.com/stretchr/testify v1.8.2
21
- golang.org/x/text v0.9 .0
22
- k8s.io/api v0.26 .2
23
- k8s.io/apiextensions-apiserver v0.26 .2
24
- k8s.io/apimachinery v0.26 .2
25
- k8s.io/client-go v0.26 .2
20
+ github.com/stretchr/testify v1.8.3
21
+ golang.org/x/text v0.13 .0
22
+ k8s.io/api v0.27 .2
23
+ k8s.io/apiextensions-apiserver v0.27 .2
24
+ k8s.io/apimachinery v0.27 .2
25
+ k8s.io/client-go v0.27 .2
26
26
k8s.io/kubectl v0.26.2
27
27
k8s.io/utils v0.0.0-20230711102312-30195339c3c7
28
- sigs.k8s.io/controller-runtime v0.14.5
28
+ sigs.k8s.io/controller-runtime v0.15.0
29
29
sigs.k8s.io/kubebuilder/v3 v3.9.1
30
30
sigs.k8s.io/yaml v1.3.0
31
31
)
32
32
33
- require github.com/operator-framework/api v0.17.4 -0.20230223191600-0131a6301e42 // indirect
33
+ require github.com/operator-framework/api v0.17.7 -0.20230626210316-aa3e49803e7b // indirect
34
34
35
35
require (
36
36
github.com/Microsoft/hcsshim v0.9.4 // indirect
37
- github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
37
+ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
38
38
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
39
39
github.com/benbjohnson/clock v1.3.0 // indirect
40
40
github.com/beorn7/perks v1.0.1 // indirect
@@ -50,29 +50,30 @@ require (
50
50
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
51
51
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
52
52
github.com/fsnotify/fsnotify v1.6.0 // indirect
53
- github.com/go-logr/zapr v1.2.3 // indirect
54
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
55
- github.com/go-openapi/jsonreference v0.20.0 // indirect
53
+ github.com/go-logr/zapr v1.2.4 // indirect
54
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
55
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
56
56
github.com/go-openapi/swag v0.22.3 // indirect
57
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
57
58
github.com/gobuffalo/flect v1.0.0 // indirect
58
59
github.com/gofrs/uuid v4.0.0+incompatible // indirect
59
60
github.com/gogo/protobuf v1.3.2 // indirect
60
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61
- github.com/golang/protobuf v1.5.2 // indirect
62
- github.com/google/cel-go v0.12.6 // indirect
62
+ github.com/golang/protobuf v1.5.3 // indirect
63
+ github.com/google/cel-go v0.15.3 // indirect
63
64
github.com/google/gnostic v0.6.9 // indirect
64
65
github.com/google/go-cmp v0.5.9 // indirect
65
66
github.com/google/gofuzz v1.2.0 // indirect
67
+ github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
66
68
github.com/google/uuid v1.3.0 // indirect
67
69
github.com/gorilla/handlers v1.5.1 // indirect
68
70
github.com/h2non/filetype v1.1.1 // indirect
69
71
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
70
72
github.com/hashicorp/hcl v1.0.0 // indirect
71
73
github.com/imdario/mergo v0.3.13 // indirect
72
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
74
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
73
75
github.com/josharian/intern v1.0.0 // indirect
74
76
github.com/json-iterator/go v1.1.12 // indirect
75
- github.com/kr/pretty v0.3.1 // indirect
76
77
github.com/magiconair/properties v1.8.5 // indirect
77
78
github.com/mailru/easyjson v0.7.7 // indirect
78
79
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
@@ -86,8 +87,8 @@ require (
86
87
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
87
88
github.com/pkg/errors v0.9.1 // indirect
88
89
github.com/pmezard/go-difflib v1.0.0 // indirect
89
- github.com/prometheus/common v0.37 .0 // indirect
90
- github.com/prometheus/procfs v0.8 .0 // indirect
90
+ github.com/prometheus/common v0.42 .0 // indirect
91
+ github.com/prometheus/procfs v0.9 .0 // indirect
91
92
github.com/spf13/cast v1.5.0 // indirect
92
93
github.com/spf13/jwalterweatherman v1.1.0 // indirect
93
94
github.com/stoewer/go-strcase v1.2.0 // indirect
@@ -96,29 +97,29 @@ require (
96
97
go.opentelemetry.io/otel/sdk v1.14.0 // indirect
97
98
go.opentelemetry.io/otel/trace v1.14.0 // indirect
98
99
go.uber.org/atomic v1.10.0 // indirect
99
- go.uber.org/goleak v1.2.1 // indirect
100
100
go.uber.org/multierr v1.8.0 // indirect
101
101
go.uber.org/zap v1.24.0 // indirect
102
+ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
102
103
golang.org/x/mod v0.10.0 // indirect
103
- golang.org/x/net v0.10 .0 // indirect
104
+ golang.org/x/net v0.17 .0 // indirect
104
105
golang.org/x/oauth2 v0.6.0 // indirect
105
- golang.org/x/sys v0.8 .0 // indirect
106
- golang.org/x/term v0.8 .0 // indirect
106
+ golang.org/x/sys v0.13 .0 // indirect
107
+ golang.org/x/term v0.13 .0 // indirect
107
108
golang.org/x/time v0.3.0 // indirect
108
109
golang.org/x/tools v0.9.1 // indirect
109
- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
110
+ gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
110
111
google.golang.org/appengine v1.6.7 // indirect
111
- google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
112
- google.golang.org/grpc v1.53 .0 // indirect
113
- google.golang.org/protobuf v1.29.1 // indirect
112
+ google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
113
+ google.golang.org/grpc v1.54 .0 // indirect
114
+ google.golang.org/protobuf v1.30.0 // indirect
114
115
gopkg.in/inf.v0 v0.9.1 // indirect
115
116
gopkg.in/ini.v1 v1.66.2 // indirect
116
117
gopkg.in/yaml.v2 v2.4.0 // indirect
117
118
gopkg.in/yaml.v3 v3.0.1 // indirect
118
- k8s.io/component-base v0.26 .2 // indirect
119
+ k8s.io/component-base v0.27 .2 // indirect
119
120
k8s.io/klog/v2 v2.90.1 // indirect
120
- k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
121
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
121
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
122
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
122
123
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
123
124
)
124
125
0 commit comments