From d9423f1aeae1d14853c1e3f8953caa43c59d8c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:00:40 +0000 Subject: [PATCH] chore(deps): bump github.com/get-eventually/go-eventually/core Bumps [github.com/get-eventually/go-eventually/core](https://github.com/get-eventually/go-eventually) from 0.0.0-20230701135437-6329c6bf6407 to 0.2.1. - [Release notes](https://github.com/get-eventually/go-eventually/releases) - [Changelog](https://github.com/get-eventually/go-eventually/blob/main/CHANGELOG.md) - [Commits](https://github.com/get-eventually/go-eventually/commits/core-v0.2.1) --- updated-dependencies: - dependency-name: github.com/get-eventually/go-eventually/core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- postgres/go.mod | 2 +- postgres/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres/go.mod b/postgres/go.mod index 8c29553..a8926fb 100644 --- a/postgres/go.mod +++ b/postgres/go.mod @@ -3,7 +3,7 @@ module github.com/get-eventually/go-eventually/postgres go 1.18 require ( - github.com/get-eventually/go-eventually/core v0.0.0-20230701135437-6329c6bf6407 + github.com/get-eventually/go-eventually/core v0.2.1 github.com/get-eventually/go-eventually/integrationtest v0.0.0-20230709124743-a74cc5d818ba github.com/get-eventually/go-eventually/serdes v0.0.0-20230227215702-6ac2a4505ce1 github.com/golang-migrate/migrate/v4 v4.16.2 diff --git a/postgres/go.sum b/postgres/go.sum index e50c17b..c239b22 100644 --- a/postgres/go.sum +++ b/postgres/go.sum @@ -17,8 +17,8 @@ github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m3 github.com/docker/docker v20.10.24+incompatible h1:Ugvxm7a8+Gz6vqQYQQ2W7GYq5EUPaAiuPgIfVyI3dYE= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= -github.com/get-eventually/go-eventually/core v0.0.0-20230701135437-6329c6bf6407 h1:eI6AtVMbu6SG4e1tXcsv781jxujEHg5O2pPUbJi+xdY= -github.com/get-eventually/go-eventually/core v0.0.0-20230701135437-6329c6bf6407/go.mod h1:ee0NPc9kb9ZwMxY5LDwAnVxcqq2QiIOkMvE8BvSxXFE= +github.com/get-eventually/go-eventually/core v0.2.1 h1:pg13NGoGWIJ70LqwjukjqFp9f4XUBakd3FffImOJ9Zc= +github.com/get-eventually/go-eventually/core v0.2.1/go.mod h1:LIJruoy+hxnHfzn6deUmbSgOJeYHvODZbZEag10Xaac= github.com/get-eventually/go-eventually/integrationtest v0.0.0-20230709124743-a74cc5d818ba h1:I108bGCt7/Ls2i9kMZGge2OgOdjDkmylLXi8j33Hzdw= github.com/get-eventually/go-eventually/integrationtest v0.0.0-20230709124743-a74cc5d818ba/go.mod h1:UER9kKSBbjeuNvQXbuGSkpdCVsowpIDTAvk0uJR2CjI= github.com/get-eventually/go-eventually/serdes v0.0.0-20230227215702-6ac2a4505ce1 h1:Qt8p20KC0FIW6XbGhcS0T2hdCPAPt/lzyLcJOg5knVE=