From 4962a32dc49817ce7ce2d9740642aaf606a3a095 Mon Sep 17 00:00:00 2001 From: prakhar katiyar Date: Wed, 11 Sep 2024 13:49:27 +0530 Subject: [PATCH] fix: sync with common-lib changes This PR was created by multi-gitter to sync common-lib changes across multiple repositories. --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 40c03c8fa..d8999b49f 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/caarlos0/env v3.5.0+incompatible github.com/davecgh/go-spew v1.1.1 github.com/devtron-labs/authenticator v0.4.34 - github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141 + github.com/devtron-labs/common-lib v0.16.1-0.20240911071031-2625327bc7b4 github.com/evanphx/json-patch v5.7.0+incompatible github.com/go-pg/pg v6.15.1+incompatible github.com/golang/protobuf v1.5.4 diff --git a/go.sum b/go.sum index 995e6914d..98d2f3562 100644 --- a/go.sum +++ b/go.sum @@ -716,8 +716,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/devtron-labs/authenticator v0.4.34 h1:U/2oy6v1j3Lzb0JkfLm/yaTAG0rkQ3pzGhfrNuGnC8U= github.com/devtron-labs/authenticator v0.4.34/go.mod h1:ozNfT8WcruiSgnUbyp48WVfc41++W6xYXhKFp67lNTU= -github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141 h1:Fj4FhBUEu6igP8jmipcSC2CG0iudRhbviNSeg02kEvk= -github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141/go.mod h1:rAY9Xd6iz+OqNQ3nO3reVHapAVr1N6Osf4Irdc0A08Q= +github.com/devtron-labs/common-lib v0.16.1-0.20240911071031-2625327bc7b4 h1:OWhV5B2SQRWZges8cltVsyUrdA/8EByBjjRxX95qN7o= +github.com/devtron-labs/common-lib v0.16.1-0.20240911071031-2625327bc7b4/go.mod h1:rAY9Xd6iz+OqNQ3nO3reVHapAVr1N6Osf4Irdc0A08Q= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= github.com/distribution/distribution/v3 v3.0.0-beta.1 h1:X+ELTxPuZ1Xe5MsD3kp2wfGUhc8I+MPfRis8dZ818Ic= diff --git a/vendor/modules.txt b/vendor/modules.txt index d290b88d1..f05085008 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -137,7 +137,7 @@ github.com/davecgh/go-spew/spew ## explicit; go 1.16 github.com/devtron-labs/authenticator/client github.com/devtron-labs/authenticator/oidc -# github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141 +# github.com/devtron-labs/common-lib v0.16.1-0.20240911071031-2625327bc7b4 ## explicit; go 1.21 github.com/devtron-labs/common-lib/async github.com/devtron-labs/common-lib/constants