加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
zicla 提交于 2019-05-04 19:20 . Finish the first step of i18n.
module github.com/eyebluecn/tank
go 1.12
require (
github.com/disintegration/imaging v1.6.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/jinzhu/gorm v1.9.4
github.com/jinzhu/now v1.0.0 // indirect
github.com/json-iterator/go v1.1.6
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化