This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git
The following commit(s) were added to refs/heads/master by this push: new 2878b9f0 optimize: update parser to v0.2.17 (#768) 2878b9f0 is described below commit 2878b9f03b885acc5dc04dd52b8f4bc6e8751d49 Author: zhangym <40376181+zhangymper...@users.noreply.github.com> AuthorDate: Fri Jan 24 11:23:02 2025 +0800 optimize: update parser to v0.2.17 (#768) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 457a0fa0..77aca2ac 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( dubbo.apache.org/dubbo-go/v3 v3.0.4 github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/apache/dubbo-getty v1.5.0 - github.com/arana-db/parser v0.2.5 + github.com/arana-db/parser v0.2.17 github.com/bluele/gcache v0.0.2 github.com/dsnet/compress v0.0.1 github.com/dubbogo/gost v1.13.2 diff --git a/go.sum b/go.sum index cd6b4f5b..12c2b533 100644 --- a/go.sum +++ b/go.sum @@ -74,8 +74,8 @@ github.com/apache/dubbo-go-hessian2 v1.11.4 h1:u8spEogpaZ82/k3bmv1PLYnha/wiwsIme github.com/apache/dubbo-go-hessian2 v1.11.4/go.mod h1:QP9Tc0w/B/mDopjusebo/c7GgEfl6Lz8jeuFg8JA6yw= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= -github.com/arana-db/parser v0.2.5 h1:X7SZUjs52nNkX+PL3wrJVd7+BL4VALIXahX+Bx+pmOQ= -github.com/arana-db/parser v0.2.5/go.mod h1:/XA29bplweWSEAjgoM557ZCzhBilSawUlHcZFjOeDAc= +github.com/arana-db/parser v0.2.17 h1:4wNfSgza2N3pjpwR5jmWLvu4L6Sme6EtoLuZOgwWlsU= +github.com/arana-db/parser v0.2.17/go.mod h1:/XA29bplweWSEAjgoM557ZCzhBilSawUlHcZFjOeDAc= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-metrics v0.3.9/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org