Skip to content

Commit

Permalink
chore(gomod): upgraded gomods
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi committed Apr 12, 2024
1 parent a77d3dc commit 6ca454f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 6ca454f

Please sign in to comment.