From 69913e14eadf6adbe56c0061e1a5ad63d0f93727 Mon Sep 17 00:00:00 2001 From: YashasviDevtron <155513200+YashasviDevtron@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:26:12 +0000 Subject: [PATCH] fix: sync with changes from multi-gitter-gh-action-1 of common-lib 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 e16bf2002..71feace26 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.6 require ( github.com/caarlos0/env v3.5.0+incompatible github.com/davecgh/go-spew v1.1.1 - github.com/devtron-labs/common-lib v0.19.0 + github.com/devtron-labs/common-lib v0.19.2-0.20241016122325-26d34674552e 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 27332a121..78c97df75 100644 --- a/go.sum +++ b/go.sum @@ -79,8 +79,8 @@ github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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/common-lib v0.19.0 h1:fz+8Uaacv1bmvS+V5dH38/2UbZzebBDCSxvEMBVtBEc= -github.com/devtron-labs/common-lib v0.19.0/go.mod h1:I+B+0ZeOV1Qv8dE/uNAFXOhw7lxfD6FqK6KzTBLBY7E= +github.com/devtron-labs/common-lib v0.19.2-0.20241016122325-26d34674552e h1:VJqj7GDIPJCjjbuzw0T/taMvDH5EZ4wD4O8MIhTrg20= +github.com/devtron-labs/common-lib v0.19.2-0.20241016122325-26d34674552e/go.mod h1:I+B+0ZeOV1Qv8dE/uNAFXOhw7lxfD6FqK6KzTBLBY7E= 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 b93a0bfae..e70ad7350 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -127,7 +127,7 @@ github.com/cyphar/filepath-securejoin # github.com/davecgh/go-spew v1.1.1 ## explicit github.com/davecgh/go-spew/spew -# github.com/devtron-labs/common-lib v0.19.0 +# github.com/devtron-labs/common-lib v0.19.2-0.20241016122325-26d34674552e ## explicit; go 1.21 github.com/devtron-labs/common-lib/async github.com/devtron-labs/common-lib/constants