File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ require gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
289
289
replace (
290
290
github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.13
291
291
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250116083207-90a2b2acbc2a
292
- github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122101700-365a00c472ed
292
+ github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122120743-f9dc0038c36a
293
293
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
294
294
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
295
295
k8s.io/api => k8s.io/api v0.29.7
Original file line number Diff line number Diff line change @@ -794,8 +794,8 @@ github.com/devtron-labs/argo-workflows/v3 v3.5.13 h1:3pINq0gXOSeTw2z/vYe+j80lRpS
794
794
github.com/devtron-labs/argo-workflows/v3 v3.5.13 /go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA =
795
795
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250116083207-90a2b2acbc2a h1:ianVrrotjgDSBLHiExJiqCzNq5WY7uvIvLZqzbuR+B8 =
796
796
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250116083207-90a2b2acbc2a /go.mod h1:5lv4Wfj5ERhhvDGXe2IeES6qxjvUVCcohaRwKnWBMNo =
797
- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122101700-365a00c472ed h1:a1BGyrf1+skQEEMcNLZJOWj9edUgF3OtGZN8Y/xUt+8 =
798
- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122101700-365a00c472ed /go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA =
797
+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122120743-f9dc0038c36a h1:KKPEVBfa4sXptJc/0ZVWcxePI/JNtzQl0ugnwTePvgk =
798
+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122120743-f9dc0038c36a /go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA =
799
799
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU =
800
800
github.com/devtron-labs/go-bitbucket v0.9.60-beta /go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y =
801
801
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys =
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ github.com/devtron-labs/authenticator/jwt
344
344
github.com/devtron-labs/authenticator/middleware
345
345
github.com/devtron-labs/authenticator/oidc
346
346
github.com/devtron-labs/authenticator/password
347
- # github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122101700-365a00c472ed
347
+ # github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122120743-f9dc0038c36a
348
348
## explicit; go 1.21
349
349
github.com/devtron-labs/common-lib/async
350
350
github.com/devtron-labs/common-lib/blob-storage
@@ -2216,7 +2216,7 @@ xorm.io/xorm/names
2216
2216
xorm.io/xorm/schemas
2217
2217
xorm.io/xorm/tags
2218
2218
# github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250116083207-90a2b2acbc2a
2219
- # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122101700-365a00c472ed
2219
+ # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250122120743-f9dc0038c36a
2220
2220
# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
2221
2221
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
2222
2222
# k8s.io/api => k8s.io/api v0.29.7
You can’t perform that action at this time.
0 commit comments