From 7e28f227947dfb7efd23337ffeb9f416049721d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:55:40 +0000 Subject: [PATCH] chore(deps): bump github.com/xmidt-org/eventor from 1.0.8 to 1.0.9 (#191) Bumps [github.com/xmidt-org/eventor](https://github.com/xmidt-org/eventor) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/xmidt-org/eventor/releases) - [Commits](https://github.com/xmidt-org/eventor/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: github.com/xmidt-org/eventor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 12f6bdb..c3a66cb 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/stretchr/testify v1.9.0 github.com/ugorji/go/codec v1.2.12 github.com/xmidt-org/arrange v0.5.0 - github.com/xmidt-org/eventor v1.0.8 + github.com/xmidt-org/eventor v1.0.9 github.com/xmidt-org/retry v0.0.3 github.com/xmidt-org/sallust v0.2.2 github.com/xmidt-org/wrp-go/v3 v3.5.2 diff --git a/go.sum b/go.sum index 95f0948..0ffde15 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.0 h1:ajkVHkr7dXnfCYm/6eafWoOab+6A3b2jEHQO0IdIIb0= github.com/xmidt-org/arrange v0.5.0/go.mod h1:PoZB9lR49ma0osydQbaWpNeA3XPoLkjP5RYUoOw8wZU= -github.com/xmidt-org/eventor v1.0.8 h1:pQqeaX8ySM+zn0BzvSX/TyZVOgTS99PVR0zXWfyrJmI= -github.com/xmidt-org/eventor v1.0.8/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= +github.com/xmidt-org/eventor v1.0.9 h1:uE5VhopMK4rpHWAOpuauTK8lVEc/GFS3f6zP8q4LOWo= +github.com/xmidt-org/eventor v1.0.9/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= github.com/xmidt-org/httpaux v0.4.0 h1:cAL/MzIBpSsv4xZZeq/Eu1J5M3vfNe49xr41mP3COKU= github.com/xmidt-org/httpaux v0.4.0/go.mod h1:UypqZwuZV1nn8D6+K1JDb+im9IZrLNg/2oO/Bgiybxc= github.com/xmidt-org/retry v0.0.3 h1:wvmBnEEn1OKwSZaQtr1RZ2Vey8JIvP72mGTgR+3wPiM=