-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
21 lines (18 loc) · 713 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module binlog2sql_go
go 1.19
require (
github.com/go-mysql-org/go-mysql v1.7.0
github.com/go-sql-driver/mysql v1.7.1
github.com/pingcap/log v0.0.0-20210625125904-98ed8e2eb1c7
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/siddontang/go-log v0.0.0-20180807004314-8d05993dda07 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.18.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)