From f6d7d16b724ddc0d613c9be4a4f20d0581f1c792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:30:19 +0000 Subject: [PATCH] Bump github.com/bool64/sqluct from 0.2.3 to 0.2.4 in /tests/suite Bumps [github.com/bool64/sqluct](https://github.com/bool64/sqluct) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/bool64/sqluct/releases) - [Commits](https://github.com/bool64/sqluct/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: github.com/bool64/sqluct dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/suite/go.mod | 2 +- tests/suite/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/suite/go.mod b/tests/suite/go.mod index 3d41e93..8696ebe 100644 --- a/tests/suite/go.mod +++ b/tests/suite/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.7 require ( github.com/Masterminds/squirrel v1.5.4 - github.com/bool64/sqluct v0.2.3 + github.com/bool64/sqluct v0.2.4 github.com/cucumber/godog v0.15.0 github.com/godogx/clocksteps v0.4.0 github.com/jmoiron/sqlx v1.4.0 diff --git a/tests/suite/go.sum b/tests/suite/go.sum index e0d20ba..686e4af 100644 --- a/tests/suite/go.sum +++ b/tests/suite/go.sum @@ -21,8 +21,8 @@ github.com/bool64/dev v0.2.36 h1:yU3bbOTujoxhWnt8ig8t94PVmZXIkCaRj9C57OtqJBY= github.com/bool64/dev v0.2.36/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg= github.com/bool64/shared v0.1.5 h1:fp3eUhBsrSjNCQPcSdQqZxxh9bBwrYiZ+zOKFkM0/2E= github.com/bool64/shared v0.1.5/go.mod h1:081yz68YC9jeFB3+Bbmno2RFWvGKv1lPKkMP6MHJlPs= -github.com/bool64/sqluct v0.2.3 h1:fMF/5hwqbKOLcOeGGHWmbNBmU+UVtXaWVFD3+O0Z0Xk= -github.com/bool64/sqluct v0.2.3/go.mod h1:Ha+dDE4U/O+s2KcFJJ97ZpoHQNPBdmmv8v62OeL/U84= +github.com/bool64/sqluct v0.2.4 h1:4dpa3/k0v+V9mUN2SHzCgmMAH0iqhHczXg9e8YuoWwY= +github.com/bool64/sqluct v0.2.4/go.mod h1:3HQviUcavzBhDAC2tX5MYvvTMFSLVDPMOHVj6QWiUkM= github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=