2022-04-27 17:45:53 +08:00
module gitea . com / gitea / act_runner
go 1.18
require (
2022-05-02 17:02:51 +08:00
github . com / gorilla / websocket v1 . 4.2
2022-04-27 17:45:53 +08:00
github . com / nektos / act v0 . 2.26
github . com / rs / zerolog v1 . 26.1
2022-06-20 16:37:28 +08:00
github . com / sirupsen / logrus v1 . 8.1
2022-04-27 17:45:53 +08:00
github . com / spf13 / cobra v1 . 4.0
)
require (
github . com / Masterminds / semver v1 . 5.0 / / indirect
github . com / Microsoft / go - winio v0 . 5.1 / / indirect
github . com / Microsoft / hcsshim v0 . 9.2 / / indirect
github . com / ProtonMail / go - crypto v0 . 0.0 - 20210920160938 - 87 db9fbc61c7 / / indirect
github . com / acomagu / bufpipe v1 . 0.3 / / indirect
github . com / containerd / cgroups v1 . 0.3 / / indirect
github . com / containerd / containerd v1 . 6.1 / / indirect
github . com / docker / cli v20 . 10.13 + incompatible / / indirect
github . com / docker / distribution v2 . 8.1 + incompatible / / indirect
github . com / docker / docker v20 . 10.13 + incompatible / / indirect
github . com / docker / docker - credential - helpers v0 . 6.4 / / indirect
github . com / docker / go - connections v0 . 4.0 / / indirect
github . com / docker / go - units v0 . 4.0 / / indirect
github . com / emirpasic / gods v1 . 12.0 / / indirect
github . com / fatih / color v1 . 13.0 / / indirect
github . com / go - git / gcfg v1 . 5.0 / / indirect
github . com / go - git / go - billy / v5 v5 . 3.1 / / indirect
github . com / go - git / go - git / v5 v5 . 4.2 / / indirect
github . com / go - ini / ini v1 . 66.4 / / indirect
github . com / gogo / protobuf v1 . 3.2 / / indirect
github . com / golang / groupcache v0 . 0.0 - 20210331224755 - 41 bb18bfe9da / / indirect
github . com / golang / protobuf v1 . 5.2 / / indirect
github . com / google / shlex v0 . 0.0 - 20191202100458 - e7afc7fbc510 / / indirect
github . com / imdario / mergo v0 . 3.12 / / indirect
github . com / inconshreveable / mousetrap v1 . 0.0 / / indirect
github . com / jbenet / go - context v0 . 0.0 - 20150711004518 - d14ea06fba99 / / indirect
github . com / joho / godotenv v1 . 4.0 / / indirect
github . com / julienschmidt / httprouter v1 . 3.0 / / indirect
github . com / kballard / go - shellquote v0 . 0.0 - 20180428030007 - 95032 a82bc51 / / indirect
github . com / kevinburke / ssh_config v1 . 1.0 / / indirect
github . com / mattn / go - colorable v0 . 1.12 / / indirect
github . com / mattn / go - isatty v0 . 0.14 / / indirect
github . com / mattn / go - runewidth v0 . 0.13 / / indirect
github . com / mitchellh / go - homedir v1 . 1.0 / / indirect
github . com / moby / buildkit v0 . 10.0 / / indirect
github . com / moby / sys / mount v0 . 3.0 / / indirect
github . com / moby / sys / mountinfo v0 . 6.0 / / indirect
github . com / opencontainers / go - digest v1 . 0.0 / / indirect
github . com / opencontainers / image - spec v1 . 0.2 / / indirect
github . com / opencontainers / runc v1 . 1.0 / / indirect
github . com / opencontainers / selinux v1 . 10.0 / / indirect
github . com / pkg / errors v0 . 9.1 / / indirect
github . com / rhysd / actionlint v1 . 6.10 / / indirect
github . com / rivo / uniseg v0 . 2.0 / / indirect
github . com / robfig / cron v1 . 2.0 / / indirect
github . com / sergi / go - diff v1 . 2.0 / / indirect
github . com / spf13 / pflag v1 . 0.5 / / indirect
github . com / xanzy / ssh - agent v0 . 3.1 / / indirect
go . opencensus . io v0 . 23.0 / / indirect
golang . org / x / crypto v0 . 0.0 - 20211215165025 - cf75a172585e / / indirect
golang . org / x / net v0 . 0.0 - 20211216030914 - fe4d6282115f / / indirect
golang . org / x / sync v0 . 0.0 - 20210220032951 - 036812 b2e83c / / indirect
golang . org / x / sys v0 . 0.0 - 20220227234510 - 4 e6760a101f9 / / indirect
golang . org / x / term v0 . 0.0 - 20210916214954 - 140 adaaadfaf / / indirect
google . golang . org / genproto v0 . 0.0 - 20211208223120 - 3 a66f561d7aa / / indirect
google . golang . org / grpc v1 . 44.0 / / indirect
google . golang . org / protobuf v1 . 27.1 / / indirect
gopkg . in / warnings . v0 v0 . 1.2 / / indirect
gopkg . in / yaml . v3 v3 . 0.0 - 20210107192922 - 496545 a6307b / / indirect
)