From 5b92d4f791abd2047fe4fb9406d35d2c322ee02e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:52:26 +0000 Subject: [PATCH] fix(deps): update module github.com/huandu/go-sqlbuilder to v1.27.2 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c2c5e30..187d854 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/Fluffy-Bean/TastyBites go 1.22.1 require ( - github.com/huandu/go-sqlbuilder v1.27.1 + github.com/huandu/go-sqlbuilder v1.27.2 github.com/labstack/echo/v4 v4.12.0 github.com/mattn/go-sqlite3 v1.14.22 github.com/rubenv/sql-migrate v1.6.1 diff --git a/go.sum b/go.sum index c6672cf..ac355ac 100644 --- a/go.sum +++ b/go.sum @@ -11,6 +11,8 @@ github.com/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3 github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U= github.com/huandu/go-sqlbuilder v1.27.1 h1:7UU/3EMIQYYX8wn+L7BNcGVz1aEs5TPNOVFd7ryrPos= github.com/huandu/go-sqlbuilder v1.27.1/go.mod h1:nUVmMitjOmn/zacMLXT0d3Yd3RHoO2K+vy906JzqxMI= +github.com/huandu/go-sqlbuilder v1.27.2 h1:A2HpH6rDkrsDVjzgCoVZ8IutGba0x6uZh0GexQZM2a0= +github.com/huandu/go-sqlbuilder v1.27.2/go.mod h1:nUVmMitjOmn/zacMLXT0d3Yd3RHoO2K+vy906JzqxMI= github.com/huandu/xstrings v1.3.2/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=