@@ -49,13 +49,13 @@ require (
49
49
github.com/hashicorp/go-multierror v1.1.1
50
50
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
51
51
github.com/invopop/jsonschema v0.7.0
52
- github.com/juju/errors v0 .0.0-20200330140219-3fe23663418f
52
+ github.com/juju/errors v1 .0.0
53
53
github.com/lib/pq v1.10.9
54
54
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
55
55
github.com/otiai10/copy v1.0.2
56
56
github.com/patrickmn/go-cache v2.1.0+incompatible
57
57
github.com/pkg/errors v0.9.1
58
- github.com/posthog/posthog-go v0.0.0-20210610161230-cd4408afb35a
58
+ github.com/posthog/posthog-go v1.4.1
59
59
github.com/prometheus/client_golang v1.18.0
60
60
github.com/robfig/cron/v3 v3.0.1
61
61
github.com/satori/go.uuid v1.2.0
@@ -81,7 +81,7 @@ require (
81
81
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
82
82
google.golang.org/grpc v1.59.0
83
83
google.golang.org/protobuf v1.33.0
84
- gopkg.in/go-playground/validator.v9 v9.30 .0
84
+ gopkg.in/go-playground/validator.v9 v9.31 .0
85
85
gopkg.in/igm/sockjs-go.v3 v3.0.0
86
86
gopkg.in/yaml.v2 v2.4.0
87
87
helm.sh/helm/v3 v3.14.3
@@ -151,8 +151,8 @@ require (
151
151
github.com/go-openapi/jsonpointer v0.20.2 // indirect
152
152
github.com/go-openapi/jsonreference v0.20.4 // indirect
153
153
github.com/go-openapi/swag v0.22.6 // indirect
154
- github.com/go-playground/locales v0.14.0 // indirect
155
- github.com/go-playground/universal-translator v0.18.0 // indirect
154
+ github.com/go-playground/locales v0.14.1 // indirect
155
+ github.com/go-playground/universal-translator v0.18.1 // indirect
156
156
github.com/go-redis/cache/v9 v9.0.0 // indirect
157
157
github.com/go-sql-driver/mysql v1.6.0 // indirect
158
158
github.com/go-xorm/xorm v0.7.9 // indirect
@@ -187,11 +187,10 @@ require (
187
187
github.com/jonboulle/clockwork v0.2.2 // indirect
188
188
github.com/josharian/intern v1.0.0 // indirect
189
189
github.com/json-iterator/go v1.1.12 // indirect
190
- github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect
191
190
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
192
191
github.com/kevinburke/ssh_config v1.2.0 // indirect
193
192
github.com/klauspost/compress v1.16.7 // indirect
194
- github.com/leodido/go-urn v1.2 .0 // indirect
193
+ github.com/leodido/go-urn v1.4 .0 // indirect
195
194
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
196
195
github.com/mailru/easyjson v0.7.7 // indirect
197
196
github.com/mattn/go-ieproxy v0.0.1 // indirect
@@ -238,7 +237,6 @@ require (
238
237
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
239
238
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
240
239
github.com/xlab/treeprint v1.2.0 // indirect
241
- github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
242
240
go.opencensus.io v0.24.0 // indirect
243
241
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
244
242
go.opentelemetry.io/otel/metric v1.21.0 // indirect
@@ -258,7 +256,6 @@ require (
258
256
google.golang.org/appengine v1.6.8 // indirect
259
257
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
260
258
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
261
- gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
262
259
gopkg.in/inf.v0 v0.9.1 // indirect
263
260
gopkg.in/warnings.v0 v0.1.2 // indirect
264
261
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -291,8 +288,8 @@ require (
291
288
292
289
replace (
293
290
github.com/argoproj/argo-workflows/v3 v3.5.13 => github.com/devtron-labs/argo-workflows/v3 v3.5.13
294
- github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250327100051-86261f25ea82
295
- github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250327100051-86261f25ea82
291
+ github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250401095543-affde454fe43
292
+ github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250401095543-affde454fe43
296
293
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
297
294
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
298
295
k8s.io/api => k8s.io/api v0.29.7
0 commit comments