From 3e879d8e62c196f58a566b96a501dd432f9ed1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:28:11 +0000 Subject: [PATCH] chore(deps): bump github.com/yaitoo/sqle Bumps [github.com/yaitoo/sqle](https://github.com/yaitoo/sqle) from 1.4.6-0.20240420143903-d72e3312eb22 to 1.5.5. - [Release notes](https://github.com/yaitoo/sqle/releases) - [Changelog](https://github.com/yaitoo/sqle/blob/main/CHANGELOG.md) - [Commits](https://github.com/yaitoo/sqle/commits/v1.5.5) --- updated-dependencies: - dependency-name: github.com/yaitoo/sqle dependency-version: 1.5.5 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 fde295a..da50182 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.22 github.com/stretchr/testify v1.9.0 github.com/yaitoo/async v1.0.4 - github.com/yaitoo/sqle v1.4.6-0.20240420143903-d72e3312eb22 + github.com/yaitoo/sqle v1.5.5 ) require ( diff --git a/go.sum b/go.sum index b2dc071..dcc7820 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/yaitoo/async v1.0.4 h1:u+SWuJcSckgBOcMjMYz9IviojeCatDrdni3YNGLCiHY= github.com/yaitoo/async v1.0.4/go.mod h1:IpSO7Ei7AxiqLxFqDjN4rJaVlt8wm4ZxMXyyQaWmM1g= -github.com/yaitoo/sqle v1.4.6-0.20240420143903-d72e3312eb22 h1:20sDwocdvpRmY8IAaq6m7fj6LfL7s81sIAPncaC4A1k= -github.com/yaitoo/sqle v1.4.6-0.20240420143903-d72e3312eb22/go.mod h1:Bv1PPG6hYZP2In3WKN1dBqYNJiWP0ZSLs6uEkRo2c9M= +github.com/yaitoo/sqle v1.5.5 h1:emCOdZjXpV9pj84sFO1Ylht3lz4BmLOmqpRnPPMp5M4= +github.com/yaitoo/sqle v1.5.5/go.mod h1:Bv1PPG6hYZP2In3WKN1dBqYNJiWP0ZSLs6uEkRo2c9M= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=