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=