diff --git a/go.mod b/go.mod index 538efc4..9b7e564 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/gin-contrib/logger v0.2.5 github.com/gin-gonic/gin v1.8.2 github.com/google/uuid v1.3.0 - github.com/huandu/go-sqlbuilder v1.18.0 + github.com/huandu/go-sqlbuilder v1.19.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/lib/pq v1.10.7 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 9b0a893..085500e 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,8 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3c= github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U= -github.com/huandu/go-sqlbuilder v1.18.0 h1:J86ytJDvN8h+9ia3amvs4rT9Or0y9c5BDslQV7uPwlU= -github.com/huandu/go-sqlbuilder v1.18.0/go.mod h1:nUVmMitjOmn/zacMLXT0d3Yd3RHoO2K+vy906JzqxMI= +github.com/huandu/go-sqlbuilder v1.19.0 h1:X1JyJI9cjfj/jVAxblh2MZbYsGtikbEgAu6sUU1nLJQ= +github.com/huandu/go-sqlbuilder v1.19.0/go.mod h1:nUVmMitjOmn/zacMLXT0d3Yd3RHoO2K+vy906JzqxMI= github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw= github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=