From 559adb5e9fd44a3ec740aa8edb66bb32558aa283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:32:19 +0000 Subject: [PATCH] chore(deps): bump github.com/xmidt-org/eventor from 1.0.12 to 1.0.13 Bumps [github.com/xmidt-org/eventor](https://github.com/xmidt-org/eventor) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/xmidt-org/eventor/releases) - [Commits](https://github.com/xmidt-org/eventor/compare/v1.0.12...v1.0.13) --- 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 054ef42..9049416 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21.0 require ( github.com/stretchr/testify v1.9.0 - github.com/xmidt-org/eventor v1.0.12 + github.com/xmidt-org/eventor v1.0.13 github.com/xmidt-org/webhook-schema v0.1.0 ) diff --git a/go.sum b/go.sum index ca28684..01d4d3e 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/xmidt-org/eventor v1.0.12 h1:Mt5HxW7UW7MUj2n/Jsj/1gZC2HN1hYVWp/DzxmW/QOY= -github.com/xmidt-org/eventor v1.0.12/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= +github.com/xmidt-org/eventor v1.0.13 h1:wSR49vobq+1/9E76YCGZrc8ZgzTrPIpbictcNJMjrlo= +github.com/xmidt-org/eventor v1.0.13/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= github.com/xmidt-org/urlegit v0.1.0 h1:WZLlWo0e5JNZabLEi7/1+sK/np9qrH9XnoB+ZdsHieM= github.com/xmidt-org/urlegit v0.1.0/go.mod h1:ih/VtgW3xfpV7FNIrHUpNdP0GapcfLOND8y0JwH51vA= github.com/xmidt-org/webhook-schema v0.1.0 h1:QYutPymtGd6OvukVHTDwpQIEvmk5uNnN8CgbppS089A=