加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
LIU HANRAN 提交于 2022-11-09 21:43 . Use go mod to manage dependents
module my2sql
go 1.19
require (
github.com/dropbox/godropbox v0.0.0-20200228041828-52ad444d3502
github.com/go-mysql-org/go-mysql v0.0.0-00010101000000-000000000000
github.com/go-sql-driver/mysql v1.5.1-0.20200531100419-12508c83901b
github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/juju/testing v1.0.2 // indirect
github.com/pingcap/errors v0.11.5-0.20201126102027-b0a155152ca3 // indirect
github.com/shopspring/decimal v1.2.1-0.20200707070546-867ed12000cf // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
go.uber.org/atomic v1.7.0 // indirect
)
replace github.com/go-mysql-org/go-mysql => github.com/liuhr/go-mysql v0.0.0-20221109130012-ad3338a67e8f
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化