@@ -6,12 +6,12 @@ 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
8
github.com/go-logr/logr v1.4.1
9
- github.com/google/go-github/v53 v53.2 .0
9
+ github.com/google/go-github/v58 v58.0 .0
10
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
13
github.com/onsi/gomega v1.31.1
14
- github.com/palantir/go-githubapp v0.18 .0
14
+ github.com/palantir/go-githubapp v0.22 .0
15
15
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
16
16
github.com/redhat-cop/operator-utils v1.3.8
17
17
github.com/stretchr/testify v1.8.4
@@ -31,7 +31,7 @@ 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
36
github.com/cloudflare/circl v1.3.7 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -51,6 +51,7 @@ require (
51
51
github.com/golang/protobuf v1.5.3 // indirect
52
52
github.com/google/gnostic-models v0.6.8 // indirect
53
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,22 +79,22 @@ 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.17 .0 // indirect
92
- golang.org/x/net v0.19 .0 // indirect
93
- golang.org/x/oauth2 v0.10 .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.15 .0 // indirect
96
- golang.org/x/term v0.15 .0 // indirect
96
+ golang.org/x/sys v0.16 .0 // indirect
97
+ golang.org/x/term v0.16 .0 // indirect
97
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
0 commit comments