1 Star 0 Fork 0

Alibaba Cloud/mysql-backup-helper

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
fanke 提交于 2025-07-23 17:00 +08:00 . feat: refactor to support replication ins
module backup-helper
go 1.21
require (
github.com/aliyun/aliyun-oss-go-sdk v2.1.10+incompatible
github.com/alyu/configparser v0.0.0-20191103060215-744e9a66e7bc
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
github.com/fatih/color v1.10.0
github.com/gioco-play/easy-i18n v0.0.0-20211230163059-f5ca29729c30
github.com/go-sql-driver/mysql v1.5.0
github.com/jeandeaual/go-locale v0.0.0-20220711133428-7de61946b173
github.com/openai/openai-go v0.1.0-alpha.62
golang.org/x/term v0.22.0
golang.org/x/text v0.16.0
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliyun/mysql-backup-helper.git
git@gitee.com:aliyun/mysql-backup-helper.git
aliyun
mysql-backup-helper
mysql-backup-helper
master

搜索帮助