Skip to content

Commit e3a7248

Browse files
chore: nats common lib version upgrade (#4711)
* common-lib version upgrade * common-lib version upgrade
1 parent c3225d1 commit e3a7248

File tree

6 files changed

+46
-43
lines changed

6 files changed

+46
-43
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/davecgh/go-spew v1.1.1
1717
github.com/deckarep/golang-set v1.8.0
1818
github.com/devtron-labs/authenticator v0.4.35-0.20240216091211-80e10a80ce7b
19-
github.com/devtron-labs/common-lib v0.0.15
19+
github.com/devtron-labs/common-lib v0.0.16-0.20240222073522-5e5933407116
2020
github.com/devtron-labs/protos v0.0.3-0.20240130061723-7b2e12ab0abb
2121
github.com/evanphx/json-patch v5.6.0+incompatible
2222
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4 h1:YcpmyvADG
221221
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
222222
github.com/devtron-labs/authenticator v0.4.35-0.20240216091211-80e10a80ce7b h1:aHKsdB4ghsp+x8167W8MZyF3WQOixTSJFyARrU+qR6s=
223223
github.com/devtron-labs/authenticator v0.4.35-0.20240216091211-80e10a80ce7b/go.mod h1:a5gxST+HNmJReXE2TkCicFQFWtlhp8eqBRwS23GydNE=
224-
github.com/devtron-labs/common-lib v0.0.15 h1:/t+x0G4oT1WWZfBtwYOp34EdbIx5rELZkI4N6vJ0uQc=
225-
github.com/devtron-labs/common-lib v0.0.15/go.mod h1:95/DizzVXu1kHap/VwEvdxwgd+BvPVYc0bJzt8yqGDU=
224+
github.com/devtron-labs/common-lib v0.0.16-0.20240222073522-5e5933407116 h1:j0Qv1UE7zuk3gL9hVuY2UtrjwDECj/YClejnIirATLw=
225+
github.com/devtron-labs/common-lib v0.0.16-0.20240222073522-5e5933407116/go.mod h1:95/DizzVXu1kHap/VwEvdxwgd+BvPVYc0bJzt8yqGDU=
226226
github.com/devtron-labs/protos v0.0.3-0.20240130061723-7b2e12ab0abb h1:CkfQQgZc950/hTPqtQSiHV2RmZgkBLGCzwR02FZYjAU=
227227
github.com/devtron-labs/protos v0.0.3-0.20240130061723-7b2e12ab0abb/go.mod h1:pjLjgoa1GzbkOkvbMyP4SAKsaiK7eG6GoQCNauG03JA=
228228
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=

vendor/github.com/devtron-labs/common-lib/pubsub-lib/NatsClient.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/github.com/devtron-labs/common-lib/pubsub-lib/PubSubClientService.go

Lines changed: 11 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/commonBean/bean.go

Lines changed: 30 additions & 30 deletions
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
@@ -373,7 +373,7 @@ github.com/devtron-labs/authenticator/jwt
373373
github.com/devtron-labs/authenticator/middleware
374374
github.com/devtron-labs/authenticator/oidc
375375
github.com/devtron-labs/authenticator/password
376-
# github.com/devtron-labs/common-lib v0.0.15
376+
# github.com/devtron-labs/common-lib v0.0.16-0.20240222073522-5e5933407116
377377
## explicit; go 1.20
378378
github.com/devtron-labs/common-lib/blob-storage
379379
github.com/devtron-labs/common-lib/cloud-provider-identifier

0 commit comments

Comments
 (0)