diff --git a/go.mod b/go.mod index 97e6d0342..3613b7a3b 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/bitly/go-simplejson v0.5.1 github.com/eddieowens/opts v0.1.0 github.com/fsnotify/fsnotify v1.9.0 - github.com/huandu/go-sqlbuilder v1.38.0 + github.com/huandu/go-sqlbuilder v1.38.1 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 5de93dd6a..02344a5e2 100644 --- a/go.sum +++ b/go.sum @@ -86,8 +86,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.38.0 h1:QvjPFwm6y3kpg/8cmvfVgliqDjcgdQx4/wxdu1f3eIE= -github.com/huandu/go-sqlbuilder v1.38.0/go.mod h1:zdONH67liL+/TvoUMwnZP/sUYGSSvHh9psLe/HpXn8E= +github.com/huandu/go-sqlbuilder v1.38.1 h1:kajV1CFJQIrJgyTONhQFheJLRFnwDmTnU6e3CfFP5GQ= +github.com/huandu/go-sqlbuilder v1.38.1/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/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=