diff --git a/go.mod b/go.mod index 7af6577..f0de40d 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.22 github.com/pquerna/otp v1.4.0 github.com/stretchr/testify v1.9.0 - github.com/yaitoo/sqle v1.4.3-0.20240411063247-d0752e7e5ffb + github.com/yaitoo/sqle v1.4.3 ) require ( diff --git a/go.sum b/go.sum index d7c6551..29adf4d 100644 --- a/go.sum +++ b/go.sum @@ -20,12 +20,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.1 h1:vZXuW8vSD732aOeMGsaELkIi8ulq1G/0OClNrGBkU7U= -github.com/yaitoo/sqle v1.4.1/go.mod h1:Bv1PPG6hYZP2In3WKN1dBqYNJiWP0ZSLs6uEkRo2c9M= -github.com/yaitoo/sqle v1.4.2 h1:uEqDO1iMKUmRY3nY9JqWp38FZgPtot2lrOP1Q6weYAg= -github.com/yaitoo/sqle v1.4.2/go.mod h1:Bv1PPG6hYZP2In3WKN1dBqYNJiWP0ZSLs6uEkRo2c9M= -github.com/yaitoo/sqle v1.4.3-0.20240411063247-d0752e7e5ffb h1:sI8X5Qg9YS3z7nVuCHA8MZRVz99I47KUTktmxeHVTis= -github.com/yaitoo/sqle v1.4.3-0.20240411063247-d0752e7e5ffb/go.mod h1:Bv1PPG6hYZP2In3WKN1dBqYNJiWP0ZSLs6uEkRo2c9M= +github.com/yaitoo/sqle v1.4.3 h1:7+O9tkGBYF523RRHYDfiFofTo/woB9bL8PuD35E4mgg= +github.com/yaitoo/sqle v1.4.3/go.mod h1:Bv1PPG6hYZP2In3WKN1dBqYNJiWP0ZSLs6uEkRo2c9M= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=