From 4de2a4d544e0698239c26794051c4ca5b1a6d706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:34:50 +0000 Subject: [PATCH] chore(deps): bump github.com/huandu/go-sqlbuilder from 1.39.1 to 1.40.0 Bumps [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/huandu/go-sqlbuilder/releases) - [Commits](https://github.com/huandu/go-sqlbuilder/compare/v1.39.1...v1.40.0) --- updated-dependencies: - dependency-name: github.com/huandu/go-sqlbuilder dependency-version: 1.40.0 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 c38b8673..ffd5c4d5 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/eddieowens/opts v0.1.0 github.com/fsnotify/fsnotify v1.9.0 github.com/golang-migrate/migrate/v4 v4.19.1 - github.com/huandu/go-sqlbuilder v1.39.1 + github.com/huandu/go-sqlbuilder v1.40.0 github.com/jackc/pgx/v5 v5.7.6 github.com/jaronnie/genius v0.6.1 github.com/json-iterator/go v1.1.12 diff --git a/go.sum b/go.sum index 60b0c3bb..bfbebe1f 100644 --- a/go.sum +++ b/go.sum @@ -107,8 +107,8 @@ github.com/huandu/go-assert v1.1.6 h1:oaAfYxq9KNDi9qswn/6aE0EydfxSa+tWZC1KabNitY github.com/huandu/go-assert v1.1.6/go.mod h1:JuIfbmYG9ykwvuxoJ3V8TB5QP+3+ajIA54Y44TmkMxs= github.com/huandu/go-clone v1.7.3 h1:rtQODA+ABThEn6J5LBTppJfKmZy/FwfpMUWa8d01TTQ= github.com/huandu/go-clone v1.7.3/go.mod h1:ReGivhG6op3GYr+UY3lS6mxjKp7MIGTknuU5TbTVaXE= -github.com/huandu/go-sqlbuilder v1.39.1 h1:uUaj41yLNTQBe7ojNF6Im1RPbHCN4zCjMRySTEC2ooI= -github.com/huandu/go-sqlbuilder v1.39.1/go.mod h1:zdONH67liL+/TvoUMwnZP/sUYGSSvHh9psLe/HpXn8E= +github.com/huandu/go-sqlbuilder v1.40.0 h1:AyVPNtsZhG8x298g5Bq0tapa4DA6o/vVZ2LCywIocZU= +github.com/huandu/go-sqlbuilder v1.40.0/go.mod h1:zdONH67liL+/TvoUMwnZP/sUYGSSvHh9psLe/HpXn8E= github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI= github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa h1:s+4MhCQ6YrzisK6hFJUX53drDT4UsSW3DEhKn0ifuHw=