Skip to content

Commit 072bba8

Browse files
committed
main merge
1 parent 0ac6317 commit 072bba8

File tree

3 files changed

+111
-54
lines changed

3 files changed

+111
-54
lines changed

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4 h1:YcpmyvADG
223223
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
224224
github.com/devtron-labs/authenticator v0.4.33 h1:FpAV3ZgFluaRFcMwPpwxr/mwSipJ16XRvgABq3BzP5Y=
225225
github.com/devtron-labs/authenticator v0.4.33/go.mod h1:ozNfT8WcruiSgnUbyp48WVfc41++W6xYXhKFp67lNTU=
226-
github.com/devtron-labs/common-lib v0.0.9-0.20231226070212-c47f7a07ebf5 h1:+Nh2SMzAdgBr1tgdKAlF5cN0CvTPUj1V/sI5aRUrZnE=
227-
github.com/devtron-labs/common-lib v0.0.9-0.20231226070212-c47f7a07ebf5/go.mod h1:pBThgympEjsza6GShqNNGCPBFXNDx0DGMc7ID/VHTAw=
226+
github.com/devtron-labs/common-lib v0.0.10-0.20240119134712-5ed4eed5fc0e h1:tPD2kWowGhgH3g5TRZMKgrvuNAgpFE6E6sxZaTAHNSU=
227+
github.com/devtron-labs/common-lib v0.0.10-0.20240119134712-5ed4eed5fc0e/go.mod h1:95/DizzVXu1kHap/VwEvdxwgd+BvPVYc0bJzt8yqGDU=
228228
github.com/devtron-labs/protos v0.0.0-20230503113602-282404f70fd2 h1:/IEIsJTxDZ3hv8uOoCaqdWCXqcv7nCAgX9AP/v84dUY=
229229
github.com/devtron-labs/protos v0.0.0-20230503113602-282404f70fd2/go.mod h1:l85jxWHlcSo910hdUfRycL40yGzC6glE93V1sVxVPto=
230230
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=

vendor/github.com/devtron-labs/common-lib/pubsub-lib/PubSubClientService.go

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

vendor/modules.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,11 @@ github.com/devtron-labs/authenticator/jwt
354354
github.com/devtron-labs/authenticator/middleware
355355
github.com/devtron-labs/authenticator/oidc
356356
github.com/devtron-labs/authenticator/password
357-
# github.com/devtron-labs/common-lib v0.0.9-0.20231226070212-c47f7a07ebf5
357+
# github.com/devtron-labs/common-lib v0.0.10-0.20240119134712-5ed4eed5fc0e
358358
## explicit; go 1.20
359359
github.com/devtron-labs/common-lib/blob-storage
360+
github.com/devtron-labs/common-lib/constants
361+
github.com/devtron-labs/common-lib/middlewares
360362
github.com/devtron-labs/common-lib/pubsub-lib
361363
github.com/devtron-labs/common-lib/pubsub-lib/metrics
362364
github.com/devtron-labs/common-lib/pubsub-lib/model

0 commit comments

Comments
 (0)