加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Guox 提交于 2022-08-24 10:55 . 使项目在国内可以构建
module github.com/goodrain/go-demo
go 1.15
require (
github.com/go-sql-driver/mysql v1.4.1
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.8 // indirect
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/stretchr/testify v1.3.0
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
google.golang.org/appengine v1.4.0 // indirect
)
replace (
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 => github.com/golang/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 => github.com/golang/sys v0.0.0-20190209173611-3b5209105503 // indirect
google.golang.org/appengine v1.4.0 => github.com/golang/appengine v1.4.0 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化