加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
cyy 提交于 2020-02-24 14:26 . 修改添加证书
module openvpn-manage
require (
github.com/Sirupsen/logrus v0.10.0
github.com/astaxie/beego v1.7.2
github.com/cloudfoundry/gosigar v1.1.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678 // indirect
golang.org/x/text v0.3.0
gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
gopkg.in/hlandau/passlib.v1 v1.0.9
)
go 1.13
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化