mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 18:36:25 +00:00
Merge pull request #30 from Fluffy-Bean/renovate/github.com-huandu-go-sqlbuilder-1.x
fix(deps): update module github.com/huandu/go-sqlbuilder to v1.27.2
This commit is contained in:
commit
5b3b62ffac
2
go.mod
2
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
|
||||
|
|
2
go.sum
2
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=
|
||||
|
|
Loading…
Reference in a new issue