Skip to content

Commit 6c7d30e

Browse files
authored
fix: updated common lib (#5675)
* updated common lib to a996c33bc3d7c4c625efd40aa * updated common lib to f14be466613d
1 parent aac8b4d commit 6c7d30e

File tree

5 files changed

+36
-13
lines changed

5 files changed

+36
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/davecgh/go-spew v1.1.1
2323
github.com/deckarep/golang-set v1.8.0
2424
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8
25-
github.com/devtron-labs/common-lib v0.0.25-0.20240812080926-4926120ea08d
25+
github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d
2626
github.com/devtron-labs/go-bitbucket v0.9.60-beta
2727
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80
2828
github.com/evanphx/json-patch v5.7.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc h1:VRRKCwnzq
195195
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
196196
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 h1:2+Q7Jdhpo/uMiaQiZZzAh+ZX7wEJIFuMFG6DEiMuo64=
197197
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8/go.mod h1:702R6WIf5y9UzKGoCGxQ+x3l5Ws+l0fXg2xlCpSGFZI=
198-
github.com/devtron-labs/common-lib v0.0.25-0.20240812080926-4926120ea08d h1:/HZhYZVP+zQfbohq9Mxz3IX4rDjt0tokPll5zhh5gC8=
199-
github.com/devtron-labs/common-lib v0.0.25-0.20240812080926-4926120ea08d/go.mod h1:a7aCClaxYfnyYEENSe1RnkQCeW2AwmCAPYsuvgk0aW0=
198+
github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d h1:+iWXiVOyf9E0bcTia6x2sLFTM7xJc+9Z8q+BfbYr6eM=
199+
github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d/go.mod h1:a7aCClaxYfnyYEENSe1RnkQCeW2AwmCAPYsuvgk0aW0=
200200
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=
201201
github.com/devtron-labs/go-bitbucket v0.9.60-beta/go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y=
202202
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys=

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

Lines changed: 31 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devtron-labs/common-lib/utils/k8s/bean.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ github.com/devtron-labs/authenticator/jwt
401401
github.com/devtron-labs/authenticator/middleware
402402
github.com/devtron-labs/authenticator/oidc
403403
github.com/devtron-labs/authenticator/password
404-
# github.com/devtron-labs/common-lib v0.0.25-0.20240812080926-4926120ea08d
404+
# github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d
405405
## explicit; go 1.21
406406
github.com/devtron-labs/common-lib/async
407407
github.com/devtron-labs/common-lib/blob-storage

0 commit comments

Comments
 (0)