@@ -7,7 +7,7 @@ toolchain go1.21.8
7
7
require (
8
8
github.com/Masterminds/semver v1.5.0
9
9
github.com/Pallinder/go-randomdata v1.2.0
10
- github.com/argoproj/argo-cd/v2 v2.8.17
10
+ github.com/argoproj/argo-cd/v2 v2.8.19
11
11
github.com/argoproj/argo-workflows/v3 v3.4.3
12
12
github.com/argoproj/gitops-engine v0.7.1-0.20231013183858-f15cf615b814
13
13
github.com/aws/aws-sdk-go v1.44.290
@@ -18,11 +18,11 @@ require (
18
18
github.com/casbin/casbin/v2 v2.97.0
19
19
github.com/casbin/xorm-adapter v1.0.1-0.20190716004226-a317737a1007
20
20
github.com/casbin/xorm-adapter/v2 v2.5.1
21
- github.com/coreos/go-oidc v2.2.1+incompatible
21
+ github.com/coreos/go-oidc/v3 v3.11.0
22
22
github.com/davecgh/go-spew v1.1.1
23
23
github.com/deckarep/golang-set v1.8.0
24
- github.com/devtron-labs/authenticator v0.4.35-0.20240607135426-c86e868ecee1
25
- github.com/devtron-labs/common-lib v0.0.25-0.20240808104611-3301505b68a7
24
+ github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8
25
+ github.com/devtron-labs/common-lib v0.0.25-0.20240809073131-5cefb0e8a93a
26
26
github.com/devtron-labs/go-bitbucket v0.9.60-beta
27
27
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80
28
28
github.com/evanphx/json-patch v5.7.0+incompatible
@@ -42,7 +42,7 @@ require (
42
42
github.com/google/uuid v1.3.1
43
43
github.com/google/wire v0.6.0
44
44
github.com/gorilla/mux v1.8.0
45
- github.com/gorilla/schema v1.1.0
45
+ github.com/gorilla/schema v1.4.1
46
46
github.com/gorilla/sessions v1.2.1
47
47
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
48
48
github.com/grpc-ecosystem/grpc-gateway v1.16.0
@@ -62,7 +62,7 @@ require (
62
62
github.com/stretchr/testify v1.8.4
63
63
github.com/tidwall/gjson v1.14.3
64
64
github.com/tidwall/sjson v1.2.4
65
- github.com/xanzy/go-gitlab v0.86 .0
65
+ github.com/xanzy/go-gitlab v0.107 .0
66
66
github.com/xeipuuv/gojsonschema v1.2.0
67
67
github.com/yannh/kubeconform v0.5.0
68
68
github.com/zclconf/go-cty v1.13.2
@@ -74,9 +74,9 @@ require (
74
74
go.opentelemetry.io/otel/sdk v1.20.0
75
75
go.opentelemetry.io/otel/trace v1.20.0
76
76
go.uber.org/zap v1.21.0
77
- golang.org/x/crypto v0.21 .0
77
+ golang.org/x/crypto v0.25 .0
78
78
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
79
- golang.org/x/oauth2 v0.11 .0
79
+ golang.org/x/oauth2 v0.21 .0
80
80
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
81
81
google.golang.org/grpc v1.59.0
82
82
google.golang.org/protobuf v1.33.0
@@ -89,16 +89,15 @@ require (
89
89
k8s.io/client-go v0.29.0
90
90
k8s.io/helm v2.12.3+incompatible
91
91
k8s.io/kubectl v0.29.0
92
- k8s.io/kubernetes v1.26.11
92
+ k8s.io/kubernetes v1.27.13
93
93
k8s.io/metrics v0.26.4
94
94
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
95
95
sigs.k8s.io/yaml v1.3.0
96
96
)
97
97
98
98
require (
99
99
cloud.google.com/go v0.110.7 // indirect
100
- cloud.google.com/go/compute v1.23.0 // indirect
101
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
100
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
102
101
cloud.google.com/go/iam v1.1.1 // indirect
103
102
cloud.google.com/go/storage v1.30.1 // indirect
104
103
dario.cat/mergo v1.0.0 // indirect
@@ -150,6 +149,7 @@ require (
150
149
github.com/gammazero/deque v0.2.0 // indirect
151
150
github.com/go-errors/errors v1.4.2 // indirect
152
151
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
152
+ github.com/go-jose/go-jose/v4 v4.0.2 // indirect
153
153
github.com/go-logr/logr v1.3.0 // indirect
154
154
github.com/go-logr/stdr v1.2.2 // indirect
155
155
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -179,7 +179,7 @@ require (
179
179
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
180
180
github.com/hashicorp/errwrap v1.1.0 // indirect
181
181
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
182
- github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
182
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
183
183
github.com/hashicorp/go-uuid v1.0.2 // indirect
184
184
github.com/huandu/xstrings v1.4.0 // indirect
185
185
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
@@ -224,7 +224,6 @@ require (
224
224
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
225
225
github.com/pjbgf/sha1cd v0.3.0 // indirect
226
226
github.com/pmezard/go-difflib v1.0.0 // indirect
227
- github.com/pquerna/cachecontrol v0.1.0 // indirect
228
227
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
229
228
github.com/prometheus/common v0.44.0 // indirect
230
229
github.com/prometheus/procfs v0.11.1 // indirect
@@ -233,7 +232,7 @@ require (
233
232
github.com/sergi/go-diff v1.1.0 // indirect
234
233
github.com/shopspring/decimal v1.3.1 // indirect
235
234
github.com/sirupsen/logrus v1.9.3 // indirect
236
- github.com/skeema/knownhosts v1.2.1 // indirect
235
+ github.com/skeema/knownhosts v1.2.2 // indirect
237
236
github.com/spf13/cast v1.5.0 // indirect
238
237
github.com/spf13/cobra v1.8.0 // indirect
239
238
github.com/spf13/pflag v1.0.5 // indirect
@@ -259,14 +258,14 @@ require (
259
258
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
260
259
go.uber.org/atomic v1.10.0 // indirect
261
260
go.uber.org/multierr v1.11.0 // indirect
262
- golang.org/x/mod v0.15 .0 // indirect
263
- golang.org/x/net v0.23 .0 // indirect
264
- golang.org/x/sync v0.6 .0 // indirect
265
- golang.org/x/sys v0.18 .0 // indirect
266
- golang.org/x/term v0.18 .0 // indirect
267
- golang.org/x/text v0.14 .0 // indirect
261
+ golang.org/x/mod v0.17 .0 // indirect
262
+ golang.org/x/net v0.27 .0 // indirect
263
+ golang.org/x/sync v0.7 .0 // indirect
264
+ golang.org/x/sys v0.22 .0 // indirect
265
+ golang.org/x/term v0.22 .0 // indirect
266
+ golang.org/x/text v0.16 .0 // indirect
268
267
golang.org/x/time v0.3.0 // indirect
269
- golang.org/x/tools v0.18.0 // indirect
268
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
270
269
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
271
270
google.golang.org/api v0.126.0 // indirect
272
271
google.golang.org/appengine v1.6.7 // indirect
@@ -279,7 +278,6 @@ require (
279
278
gopkg.in/jcmturner/goidentity.v2 v2.0.0 // indirect
280
279
gopkg.in/jcmturner/gokrb5.v5 v5.3.0 // indirect
281
280
gopkg.in/jcmturner/rpc.v0 v0.0.2 // indirect
282
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
283
281
gopkg.in/warnings.v0 v0.1.2 // indirect
284
282
gopkg.in/yaml.v3 v3.0.1 // indirect
285
283
k8s.io/apiextensions-apiserver v0.29.0 // indirect
@@ -326,6 +324,7 @@ replace (
326
324
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.24.2
327
325
k8s.io/kubectl => k8s.io/kubectl v0.26.4
328
326
k8s.io/kubelet => k8s.io/kubelet v0.24.2
327
+ k8s.io/kubernetes v1.27.13 => k8s.io/kubernetes v1.26.11
329
328
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.24.2
330
329
k8s.io/metrics => k8s.io/metrics v0.24.2
331
330
k8s.io/mount-utils => k8s.io/mount-utils v0.24.2
0 commit comments