1 Star 0 Fork 30

zxq/go-runner

forked from marksirl/go-runner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
marksirl 提交于 2021-07-12 01:41 . [feat] 自动检查ssh授权链接(#000)
module awesome-runner
go 1.15
require (
github.com/RichardKnop/machinery/v2 v2.0.11
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944
github.com/go-git/go-git/v5 v5.4.2 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.6.1
github.com/go-redis/redis/v8 v8.10.0
github.com/golang-module/carbon v1.4.0
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.11
github.com/kataras/iris v0.0.2 // indirect
github.com/kataras/iris/v12 v12.1.8
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/tal-tech/go-zero v1.1.8
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.1.1
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.11
gorm.io/plugin/dbresolver v1.1.0
)
replace github.com/RichardKnop/machinery/v2 v2.0.11 => github.com/zrone/machinery/v2 v2.0.0-20210626114655-97e73e3d6f8b
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rmbi/go-runner.git
[email protected]:rmbi/go-runner.git
rmbi
go-runner
go-runner
master

搜索帮助