diff --git a/go.mod b/go.mod index f62334b..fffbfd9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/conduitio/conduit-connector-sdk v0.8.0 github.com/go-playground/validator/v10 v10.22.1 github.com/google/uuid v1.6.0 - github.com/huandu/go-sqlbuilder v1.29.0 + github.com/huandu/go-sqlbuilder v1.29.1 github.com/jackc/pgx/v5 v5.7.1 github.com/jmoiron/sqlx v1.4.0 github.com/matryer/is v1.4.1 diff --git a/go.sum b/go.sum index d9955cd..66caeeb 100644 --- a/go.sum +++ b/go.sum @@ -63,8 +63,8 @@ github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb h1:b5rjCoWHc7eqmAS github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM= github.com/huandu/go-assert v1.1.6 h1:oaAfYxq9KNDi9qswn/6aE0EydfxSa+tWZC1KabNitYs= github.com/huandu/go-assert v1.1.6/go.mod h1:JuIfbmYG9ykwvuxoJ3V8TB5QP+3+ajIA54Y44TmkMxs= -github.com/huandu/go-sqlbuilder v1.29.0 h1:VyT+Y4aQR/enVhdj0oFIwqjnf8XaizXsaLfaEpGK8ZE= -github.com/huandu/go-sqlbuilder v1.29.0/go.mod h1:mS0GAtrtW+XL6nM2/gXHRJax2RwSW1TraavWDFAc1JA= +github.com/huandu/go-sqlbuilder v1.29.1 h1:8hy8Yq+xsPu6IV9ELU6l5GahGOhToRkIhTGZWwLYr+s= +github.com/huandu/go-sqlbuilder v1.29.1/go.mod h1:mS0GAtrtW+XL6nM2/gXHRJax2RwSW1TraavWDFAc1JA= github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU= github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=