diff --git a/postgres/go.mod b/postgres/go.mod index 8c29553..180731c 100644 --- a/postgres/go.mod +++ b/postgres/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/get-eventually/go-eventually/core v0.0.0-20230701135437-6329c6bf6407 - github.com/get-eventually/go-eventually/integrationtest v0.0.0-20230709124743-a74cc5d818ba + github.com/get-eventually/go-eventually/integrationtest v0.2.1 github.com/get-eventually/go-eventually/serdes v0.0.0-20230227215702-6ac2a4505ce1 github.com/golang-migrate/migrate/v4 v4.16.2 github.com/google/uuid v1.3.1 diff --git a/postgres/go.sum b/postgres/go.sum index e50c17b..d429f52 100644 --- a/postgres/go.sum +++ b/postgres/go.sum @@ -19,8 +19,8 @@ github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKoh 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/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/integrationtest v0.2.1 h1:ATBNzwoFnc0/J06VmOmCjpIwD+KhYtW6Dcpey8ZhYe4= +github.com/get-eventually/go-eventually/integrationtest v0.2.1/go.mod h1:VyI+zlenc3JeuSjJEq4BHzBQsKb5TxHgSERdAJEUEms= github.com/get-eventually/go-eventually/serdes v0.0.0-20230227215702-6ac2a4505ce1 h1:Qt8p20KC0FIW6XbGhcS0T2hdCPAPt/lzyLcJOg5knVE= github.com/get-eventually/go-eventually/serdes v0.0.0-20230227215702-6ac2a4505ce1/go.mod h1:c4v+kbfUErhwAXFFbAXC+vr7gvSF9GtS6PxEp88KdWA= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=