From b59d3d5597e03d257b95302c2b2d01025987110c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 06:26:26 +0000 Subject: [PATCH] go.mod: bump github.com/huandu/go-sqlbuilder from 1.29.1 to 1.30.0 Bumps [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/huandu/go-sqlbuilder/releases) - [Commits](https://github.com/huandu/go-sqlbuilder/compare/v1.29.1...v1.30.0) --- updated-dependencies: - dependency-name: github.com/huandu/go-sqlbuilder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c312b7a..4ab0583 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/denisenkom/go-mssqldb v0.12.3 github.com/golang/mock v1.6.0 github.com/golangci/golangci-lint v1.61.0 - github.com/huandu/go-sqlbuilder v1.29.1 + github.com/huandu/go-sqlbuilder v1.30.0 github.com/jmoiron/sqlx v1.4.0 github.com/matryer/is v1.4.1 ) diff --git a/go.sum b/go.sum index 67c06e8..876846a 100644 --- a/go.sum +++ b/go.sum @@ -340,8 +340,8 @@ github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUq github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg= 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.1 h1:8hy8Yq+xsPu6IV9ELU6l5GahGOhToRkIhTGZWwLYr+s= -github.com/huandu/go-sqlbuilder v1.29.1/go.mod h1:mS0GAtrtW+XL6nM2/gXHRJax2RwSW1TraavWDFAc1JA= +github.com/huandu/go-sqlbuilder v1.30.0 h1:d4QiUZrex3WQjsgyhyKYEsnr9v1msBSQRbQJl4I7mT4= +github.com/huandu/go-sqlbuilder v1.30.0/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=