From 9c6440de0f50b760133ebc528716e2047dbf2220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:23:04 +0000 Subject: [PATCH] chore(deps): bump github.com/xmidt-org/eventor from 1.0.21 to 1.0.22 Bumps [github.com/xmidt-org/eventor](https://github.com/xmidt-org/eventor) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/xmidt-org/eventor/releases) - [Commits](https://github.com/xmidt-org/eventor/compare/v1.0.21...v1.0.22) --- updated-dependencies: - dependency-name: github.com/xmidt-org/eventor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 94df40e..9f90e12 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/stretchr/testify v1.10.0 github.com/ugorji/go/codec v1.2.12 github.com/xmidt-org/arrange v0.5.1 - github.com/xmidt-org/eventor v1.0.21 + github.com/xmidt-org/eventor v1.0.22 github.com/xmidt-org/retry v0.0.3 github.com/xmidt-org/sallust v0.2.2 github.com/xmidt-org/wrp-go/v3 v3.6.0 diff --git a/go.sum b/go.sum index b571336..09a6752 100644 --- a/go.sum +++ b/go.sum @@ -66,8 +66,8 @@ github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65E github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= github.com/xmidt-org/arrange v0.5.1 h1:JHoU8C03ZQfZAG9Vpudj7RQj97pAHblwm6Co8mepU9A= github.com/xmidt-org/arrange v0.5.1/go.mod h1:zeJWY01z21ihPiAnGNF+bELbJANWwsahGE2bzGyyPIs= -github.com/xmidt-org/eventor v1.0.21 h1:TgV1BYSh287gAHIZOHYU7LPdJwft0k7UmMW3EP97Jpk= -github.com/xmidt-org/eventor v1.0.21/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= +github.com/xmidt-org/eventor v1.0.22 h1:cKAiGKU7ViAnjv9rV/6V/rATbQShPwnVHPltf0+99ss= +github.com/xmidt-org/eventor v1.0.22/go.mod h1:rnoyWsy2Emwa3sNMF5x0c/ykUy4sk5W+1zyLUOmP1gw= github.com/xmidt-org/httpaux v0.4.1 h1:hvI4lZ7RacQRA/jMqUgwEQGcYm85125P4s7Y1imn6KY= github.com/xmidt-org/httpaux v0.4.1/go.mod h1:tZJ+SBoGNCxDOLopuSqrxaCkIVAQ+aPjNRf2XfMVwJA= github.com/xmidt-org/retry v0.0.3 h1:wvmBnEEn1OKwSZaQtr1RZ2Vey8JIvP72mGTgR+3wPiM=