1 Star 0 Fork 0

Chieh Kung / auto-contribution-bot

加入 Gitee
与超过 1000 万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.11 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Chieh Kung 提交于 2022-06-28 00:25 . refactor: clean up
module bot
go 1.17
require (
github.com/BurntSushi/toml v1.1.0
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/go-resty/resty/v2 v2.7.0
github.com/sirupsen/logrus v1.8.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/src-d/go-git.v4 v4.13.1
)
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Go
1
https://gitee.com/g0ngjie/auto-contribution-bot.git
git@gitee.com:g0ngjie/auto-contribution-bot.git
g0ngjie
auto-contribution-bot
auto-contribution-bot
master

搜索帮助