@@ -5,22 +5,22 @@ go 1.22
5
5
require (
6
6
github.com/caitlinelfring/go-env-default v1.1.0
7
7
github.com/deathowl/go-metrics-prometheus v0.0.0-20221009205350-f2a1482ba35b
8
- github.com/go-logr/logr v1.2.4
9
- github.com/google/go-github/v53 v53.2 .0
10
- github.com/gophercloud/gophercloud v1.7 .0
8
+ github.com/go-logr/logr v1.4.1
9
+ github.com/google/go-github/v58 v58.0 .0
10
+ github.com/gophercloud/gophercloud v1.9 .0
11
11
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
12
12
github.com/onsi/ginkgo v1.16.5
13
- github.com/onsi/gomega v1.28.0
14
- github.com/palantir/go-githubapp v0.18 .0
13
+ github.com/onsi/gomega v1.31.1
14
+ github.com/palantir/go-githubapp v0.22 .0
15
15
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
16
- github.com/redhat-cop/operator-utils v1.3.7
16
+ github.com/redhat-cop/operator-utils v1.3.8
17
17
github.com/stretchr/testify v1.8.4
18
18
github.com/thoas/go-funk v0.9.3
19
19
go.uber.org/zap v1.26.0
20
- k8s.io/api v0.28.2
21
- k8s.io/apimachinery v0.28.2
22
- k8s.io/client-go v0.28.2
23
- k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
20
+ k8s.io/api v0.29.1
21
+ k8s.io/apimachinery v0.29.1
22
+ k8s.io/client-go v0.29.1
23
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b
24
24
sigs.k8s.io/controller-runtime v0.15.2
25
25
)
26
26
@@ -31,11 +31,11 @@ require (
31
31
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
32
32
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
33
33
github.com/beorn7/perks v1.0.1 // indirect
34
- github.com/bradleyfalzon/ghinstallation/v2 v2.5 .0 // indirect
34
+ github.com/bradleyfalzon/ghinstallation/v2 v2.9 .0 // indirect
35
35
github.com/cespare/xxhash/v2 v2.2.0 // indirect
36
- github.com/cloudflare/circl v1.3.3 // indirect
36
+ github.com/cloudflare/circl v1.3.7 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
38
+ github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
39
39
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
40
40
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
41
41
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
@@ -50,7 +50,8 @@ require (
50
50
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
51
51
github.com/golang/protobuf v1.5.3 // indirect
52
52
github.com/google/gnostic-models v0.6.8 // indirect
53
- github.com/google/go-cmp v0.5.9 // indirect
53
+ github.com/google/go-cmp v0.6.0 // indirect
54
+ github.com/google/go-github/v57 v57.0.0 // indirect
54
55
github.com/google/go-querystring v1.1.0 // indirect
55
56
github.com/google/gofuzz v1.2.0 // indirect
56
57
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -61,8 +62,8 @@ require (
61
62
github.com/josharian/intern v1.0.0 // indirect
62
63
github.com/json-iterator/go v1.1.12 // indirect
63
64
github.com/mailru/easyjson v0.7.7 // indirect
64
- github.com/mattn/go-colorable v0.1.12 // indirect
65
- github.com/mattn/go-isatty v0.0.14 // indirect
65
+ github.com/mattn/go-colorable v0.1.13 // indirect
66
+ github.com/mattn/go-isatty v0.0.19 // indirect
66
67
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
67
68
github.com/mitchellh/copystructure v1.0.0 // indirect
68
69
github.com/mitchellh/reflectwalk v1.0.0 // indirect
@@ -78,40 +79,40 @@ require (
78
79
github.com/prometheus/client_model v0.4.0 // indirect
79
80
github.com/prometheus/common v0.44.0 // indirect
80
81
github.com/prometheus/procfs v0.10.1 // indirect
81
- github.com/rs/zerolog v1.29.1 // indirect
82
+ github.com/rs/zerolog v1.31.0 // indirect
82
83
github.com/shopspring/decimal v1.2.0 // indirect
83
- github.com/shurcooL/githubv4 v0.0.0-20230424031643-6cea62ecd5a9 // indirect
84
+ github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456 // indirect
84
85
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
85
86
github.com/spf13/cast v1.3.1 // indirect
86
87
github.com/spf13/pflag v1.0.5 // indirect
87
88
github.com/stretchr/objx v0.5.0 // indirect
88
89
github.com/xlab/treeprint v1.2.0 // indirect
89
90
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
90
91
go.uber.org/multierr v1.11.0 // indirect
91
- golang.org/x/crypto v0.14 .0 // indirect
92
- golang.org/x/net v0.17 .0 // indirect
93
- golang.org/x/oauth2 v0.9 .0 // indirect
92
+ golang.org/x/crypto v0.18 .0 // indirect
93
+ golang.org/x/net v0.20 .0 // indirect
94
+ golang.org/x/oauth2 v0.16 .0 // indirect
94
95
golang.org/x/sync v0.2.0 // indirect
95
- golang.org/x/sys v0.13 .0 // indirect
96
- golang.org/x/term v0.13 .0 // indirect
97
- golang.org/x/text v0.13 .0 // indirect
96
+ golang.org/x/sys v0.16 .0 // indirect
97
+ golang.org/x/term v0.16 .0 // indirect
98
+ golang.org/x/text v0.14 .0 // indirect
98
99
golang.org/x/time v0.3.0 // indirect
99
100
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
100
101
google.golang.org/appengine v1.6.7 // indirect
101
- google.golang.org/protobuf v1.30 .0 // indirect
102
+ google.golang.org/protobuf v1.31 .0 // indirect
102
103
gopkg.in/inf.v0 v0.9.1 // indirect
103
104
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
104
105
gopkg.in/yaml.v2 v2.4.0 // indirect
105
106
gopkg.in/yaml.v3 v3.0.1 // indirect
106
107
k8s.io/apiextensions-apiserver v0.27.2 // indirect
107
108
k8s.io/cli-runtime v0.28.2 // indirect
108
109
k8s.io/component-base v0.28.2 // indirect
109
- k8s.io/klog/v2 v2.100 .1 // indirect
110
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
110
+ k8s.io/klog/v2 v2.110 .1 // indirect
111
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
111
112
k8s.io/kubectl v0.28.2 // indirect
112
113
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
113
114
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
114
115
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
115
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
116
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
116
117
sigs.k8s.io/yaml v1.3.0 // indirect
117
118
)
0 commit comments