File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ require (
2424 github.com/redhat-cop/operator-utils v1.3.4
2525 github.com/robfig/cron v1.2.0
2626 github.com/robfig/cron/v3 v3.0.1
27- github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00
27+ github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
2828 github.com/xanzy/go-gitlab v0.73.1
2929 golang.org/x/text v0.7.0
3030 gopkg.in/ldap.v2 v2.5.1
3131 k8s.io/api v0.24.2
3232 k8s.io/apimachinery v0.24.2
3333 k8s.io/client-go v0.24.2
34+ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
3435 sigs.k8s.io/controller-runtime v0.12.2
3536)
3637
@@ -133,7 +134,6 @@ require (
133134 k8s.io/klog/v2 v2.60.1 // indirect
134135 k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
135136 k8s.io/kubectl v0.24.0 // indirect
136- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
137137 sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
138138 sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
139139 sigs.k8s.io/yaml v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -715,6 +715,8 @@ github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXY
715715github.com/shopspring/decimal v1.2.0 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
716716github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00 h1:fiFvD4lT0aWjuuAb64LlZ/67v87m+Kc9Qsu5cMFNK0w =
717717github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00 /go.mod h1:hAF0iLZy4td2EX+/8Tw+4nodhlMrwN3HupfaXj3zkGo =
718+ github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc h1:vH0NQbIDk+mJLvBliNGfcQgUmhlniWBDXC79oRxfZA0 =
719+ github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc /go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8 =
718720github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f h1:tygelZueB1EtXkPI6mQ4o9DQ0+FKW41hTbunoXZCTqk =
719721github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f /go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg =
720722github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
You can’t perform that action at this time.
0 commit comments