Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Masterminds/semver/v3 v3.1.1
github.com/actiontech/dms v0.0.0-20250821024621-eb0fc701649a
github.com/actiontech/java-sql-extractor v0.0.0-20231120024232-2b8c3c0894a1
github.com/actiontech/java-sql-extractor v0.0.0-20251017060055-4ea7aa0b19dd
github.com/actiontech/mybatis-mapper-2-sql v0.5.1-0.20250307064901-aabaceee2249
github.com/agiledragon/gomonkey v2.0.2+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ github.com/actiontech/dms v0.0.0-20250821024621-eb0fc701649a h1:A1VYR3c16h9a3iDz
github.com/actiontech/dms v0.0.0-20250821024621-eb0fc701649a/go.mod h1:Jm+tDoBYmX8R8zqgPJRq1NwZXdxO/F+HxVRJVF65WXA=
github.com/actiontech/java-sql-extractor v0.0.0-20231120024232-2b8c3c0894a1 h1:/UHUgr+645xeXCqXzvOc3IqwOK5gLM+bU/C+s2Xe/Kk=
github.com/actiontech/java-sql-extractor v0.0.0-20231120024232-2b8c3c0894a1/go.mod h1:adDZHhAf2LRMx2h0JzofPXn12x2XlyQjVE116KXquwo=
github.com/actiontech/java-sql-extractor v0.0.0-20251017060055-4ea7aa0b19dd h1:FzXCTrceBXmCOfC63Ij1EoIP4+rhhoJDdM7d15QKY9M=
github.com/actiontech/java-sql-extractor v0.0.0-20251017060055-4ea7aa0b19dd/go.mod h1:adDZHhAf2LRMx2h0JzofPXn12x2XlyQjVE116KXquwo=
github.com/actiontech/mybatis-mapper-2-sql v0.5.1-0.20250307064901-aabaceee2249 h1:BjbL364Bl45WMARnEqZrT7Pd0rMhd4vvnQbMvxX3iQw=
github.com/actiontech/mybatis-mapper-2-sql v0.5.1-0.20250307064901-aabaceee2249/go.mod h1:NJIap8vov24C8eFE9j4JUkT/8+nCMiC8vyjaYKBiJMs=
github.com/agiledragon/gomonkey v2.0.2+incompatible h1:eXKi9/piiC3cjJD1658mEE2o3NjkJ5vDLgYjCQu0Xlw=
Expand Down
10 changes: 5 additions & 5 deletions vendor/github.com/actiontech/java-sql-extractor/parser/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ github.com/actiontech/dms/pkg/dms-common/pkg/aes
github.com/actiontech/dms/pkg/dms-common/pkg/http
github.com/actiontech/dms/pkg/dms-common/register
github.com/actiontech/dms/pkg/params
# github.com/actiontech/java-sql-extractor v0.0.0-20231120024232-2b8c3c0894a1
# github.com/actiontech/java-sql-extractor v0.0.0-20251017060055-4ea7aa0b19dd
## explicit; go 1.19
github.com/actiontech/java-sql-extractor/java_antlr
github.com/actiontech/java-sql-extractor/parser
Expand Down
Loading