@@ -9,9 +9,11 @@ require (
9
9
github.com/argoproj/argo-cd/v2 v2.11.2
10
10
github.com/argoproj/gitops-engine v0.7.1-0.20240416142647-fbecbb86e412
11
11
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
12
- github.com/bradleyfalzon/ghinstallation v1.1.1
12
+ github.com/bmatcuk/doublestar/v4 v4.6.0
13
+ github.com/bradleyfalzon/ghinstallation/v2 v2.6.0
13
14
github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
14
15
github.com/go-git/go-git/v5 v5.11.0
16
+ github.com/google/uuid v1.3.1
15
17
github.com/miracl/conflate v1.3.2
16
18
github.com/opencontainers/go-digest v1.0.0
17
19
github.com/opencontainers/image-spec v1.1.0-rc4
@@ -24,6 +26,7 @@ require (
24
26
go.uber.org/ratelimit v0.3.0
25
27
golang.org/x/crypto v0.21.0
26
28
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
29
+ golang.org/x/oauth2 v0.11.0
27
30
golang.org/x/sync v0.3.0
28
31
gopkg.in/yaml.v2 v2.4.0
29
32
k8s.io/api v0.26.11
@@ -63,16 +66,13 @@ require (
63
66
github.com/benbjohnson/clock v1.3.0 // indirect
64
67
github.com/beorn7/perks v1.0.1 // indirect
65
68
github.com/blang/semver/v4 v4.0.0 // indirect
66
- github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
67
69
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
68
- github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
69
70
github.com/cespare/xxhash/v2 v2.2.0 // indirect
70
71
github.com/chai2010/gettext-go v1.0.2 // indirect
71
72
github.com/cloudflare/circl v1.3.3 // indirect
72
73
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
73
74
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
74
75
github.com/davecgh/go-spew v1.1.1 // indirect
75
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
76
76
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
77
77
github.com/docker/distribution v2.8.2+incompatible // indirect
78
78
github.com/docker/go-metrics v0.0.1 // indirect
@@ -102,12 +102,10 @@ require (
102
102
github.com/google/btree v1.1.2 // indirect
103
103
github.com/google/gnostic v0.6.9 // indirect
104
104
github.com/google/go-cmp v0.6.0 // indirect
105
- github.com/google/go-github/v29 v29.0.2 // indirect
106
105
github.com/google/go-github/v53 v53.2.0 // indirect
107
106
github.com/google/go-querystring v1.1.0 // indirect
108
107
github.com/google/gofuzz v1.2.0 // indirect
109
108
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
110
- github.com/google/uuid v1.3.1 // indirect
111
109
github.com/gorilla/mux v1.8.0 // indirect
112
110
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
113
111
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
@@ -160,7 +158,6 @@ require (
160
158
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd // indirect
161
159
golang.org/x/mod v0.12.0 // indirect
162
160
golang.org/x/net v0.23.0 // indirect
163
- golang.org/x/oauth2 v0.11.0 // indirect
164
161
golang.org/x/sys v0.18.0 // indirect
165
162
golang.org/x/term v0.18.0 // indirect
166
163
golang.org/x/text v0.14.0 // indirect
0 commit comments