Skip to content

Commit d2df5e9

Browse files
committed
sync with common-lib
1 parent ff496d9 commit d2df5e9

File tree

4 files changed

+39
-5
lines changed

4 files changed

+39
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/caarlos0/env v3.5.0+incompatible
99
github.com/davecgh/go-spew v1.1.1
1010
github.com/devtron-labs/authenticator v0.4.34
11-
github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d
11+
github.com/devtron-labs/common-lib v0.16.1-0.20240904133334-7918e7c25b63
1212
github.com/evanphx/json-patch v5.7.0+incompatible
1313
github.com/go-pg/pg v6.15.1+incompatible
1414
github.com/golang/protobuf v1.5.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
716716
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
717717
github.com/devtron-labs/authenticator v0.4.34 h1:U/2oy6v1j3Lzb0JkfLm/yaTAG0rkQ3pzGhfrNuGnC8U=
718718
github.com/devtron-labs/authenticator v0.4.34/go.mod h1:ozNfT8WcruiSgnUbyp48WVfc41++W6xYXhKFp67lNTU=
719-
github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d h1:+iWXiVOyf9E0bcTia6x2sLFTM7xJc+9Z8q+BfbYr6eM=
720-
github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d/go.mod h1:a7aCClaxYfnyYEENSe1RnkQCeW2AwmCAPYsuvgk0aW0=
719+
github.com/devtron-labs/common-lib v0.16.1-0.20240904133334-7918e7c25b63 h1:C5SMozwP2rVIKItqEZs3PtWkBhNnEeHIm9xtnDkK5VA=
720+
github.com/devtron-labs/common-lib v0.16.1-0.20240904133334-7918e7c25b63/go.mod h1:rAY9Xd6iz+OqNQ3nO3reVHapAVr1N6Osf4Irdc0A08Q=
721721
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
722722
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
723723
github.com/distribution/distribution/v3 v3.0.0-beta.1 h1:X+ELTxPuZ1Xe5MsD3kp2wfGUhc8I+MPfRis8dZ818Ic=

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

Lines changed: 35 additions & 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
@@ -137,7 +137,7 @@ github.com/davecgh/go-spew/spew
137137
## explicit; go 1.16
138138
github.com/devtron-labs/authenticator/client
139139
github.com/devtron-labs/authenticator/oidc
140-
# github.com/devtron-labs/common-lib v0.0.25-0.20240812113340-f14be466613d
140+
# github.com/devtron-labs/common-lib v0.16.1-0.20240904133334-7918e7c25b63
141141
## explicit; go 1.21
142142
github.com/devtron-labs/common-lib/async
143143
github.com/devtron-labs/common-lib/constants

0 commit comments

Comments
 (0)