Skip to content

Commit d896b0c

Browse files
Merge pull request #6431 from devtron-labs/fetch-user-if-localdevmode
chore: common lib version bump
2 parents 32ec91c + c1d6fe1 commit d896b0c

File tree

6 files changed

+21
-14
lines changed

6 files changed

+21
-14
lines changed

Diff for: cmd/external-app/wire_gen.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ require (
176176
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
177177
github.com/hashicorp/errwrap v1.1.0 // indirect
178178
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
179-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
179+
github.com/hashicorp/go-retryablehttp v0.7.7
180180
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
181181
github.com/igm/sockjs-go v3.0.0+incompatible // indirect
182182
github.com/imdario/mergo v0.3.16 // indirect
@@ -289,7 +289,7 @@ require gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
289289
replace (
290290
github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.13
291291
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250228031913-d6390cb9dcd0
292-
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228031913-d6390cb9dcd0
292+
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228112747-a1b425d845a3
293293
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
294294
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
295295
k8s.io/api => k8s.io/api v0.29.7

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ github.com/devtron-labs/argo-workflows/v3 v3.5.13 h1:3pINq0gXOSeTw2z/vYe+j80lRpS
794794
github.com/devtron-labs/argo-workflows/v3 v3.5.13/go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA=
795795
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250228031913-d6390cb9dcd0 h1:ZtgPVZzekPxhbV4GJA1J7HhU7fdzFfAr0jgu9U/KA7M=
796796
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250228031913-d6390cb9dcd0/go.mod h1:5lv4Wfj5ERhhvDGXe2IeES6qxjvUVCcohaRwKnWBMNo=
797-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228031913-d6390cb9dcd0 h1:+J99mHL4WJYpC0W18o8bBLYmsiZhNLsbEYqxxeRVGJs=
798-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228031913-d6390cb9dcd0/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
797+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228112747-a1b425d845a3 h1:s5AHtAWBiGwanQffqlImhVTSoZsofAZXHiXApL6rX+w=
798+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228112747-a1b425d845a3/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
799799
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=
800800
github.com/devtron-labs/go-bitbucket v0.9.60-beta/go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y=
801801
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys=

Diff for: vendor/github.com/devtron-labs/common-lib/utils/k8s/K8sUtil.go

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ github.com/devtron-labs/authenticator/jwt
348348
github.com/devtron-labs/authenticator/middleware
349349
github.com/devtron-labs/authenticator/oidc
350350
github.com/devtron-labs/authenticator/password
351-
# github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228031913-d6390cb9dcd0
351+
# github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228112747-a1b425d845a3
352352
## explicit; go 1.21
353353
github.com/devtron-labs/common-lib/async
354354
github.com/devtron-labs/common-lib/blob-storage
@@ -2220,7 +2220,7 @@ xorm.io/xorm/names
22202220
xorm.io/xorm/schemas
22212221
xorm.io/xorm/tags
22222222
# github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250228031913-d6390cb9dcd0
2223-
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228031913-d6390cb9dcd0
2223+
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250228112747-a1b425d845a3
22242224
# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
22252225
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
22262226
# k8s.io/api => k8s.io/api v0.29.7

Diff for: wire_gen.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)