Skip to content
Open
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
21 changes: 19 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
module github.com/bytewatch/ddl-executor

go 1.25.0

require (
github.com/go-sql-driver/mysql v0.0.0-20170715192408-3955978caca4
github.com/pingcap/parser v0.0.0-20190123063514-f8c3dff115d5
github.com/pingcap/tidb v0.0.0-20190108123336-c68ee7318319
github.com/stretchr/testify v1.7.0
)

require (
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect
github.com/cznic/mathutil v0.0.0-20181021201202-eba54fb065b7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/pingcap/errors v0.11.0 // indirect
github.com/pingcap/tipb v0.0.0-20190107072121-abbec73437b7 // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 // indirect
github.com/shirou/gopsutil v2.18.10+incompatible // indirect
github.com/sirupsen/logrus v1.8.3 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
Loading