2019-01-12 20:45:25 -08:00
|
|
|
module github.com/nektos/act
|
|
|
|
|
2021-03-30 15:26:25 -04:00
|
|
|
go 1.16
|
2020-03-06 17:21:24 -05:00
|
|
|
|
2019-01-12 20:45:25 -08:00
|
|
|
require (
|
2022-03-28 19:50:40 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.4
|
2021-03-30 13:10:42 -04:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2021-09-25 19:13:22 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
|
2019-02-09 20:39:09 -06:00
|
|
|
github.com/andreaskoch/go-fswatch v1.0.0
|
2022-03-28 19:42:10 +00:00
|
|
|
github.com/docker/cli v20.10.14+incompatible
|
2022-03-14 08:11:39 -07:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
2022-03-28 19:58:14 +00:00
|
|
|
github.com/docker/docker v20.10.14+incompatible
|
2021-09-10 15:34:10 +00:00
|
|
|
github.com/go-git/go-billy/v5 v5.3.1
|
2021-09-25 19:13:22 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2022-02-25 16:55:09 +00:00
|
|
|
github.com/go-ini/ini v1.66.4
|
2021-09-26 16:47:33 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-11-10 18:57:22 +01:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2021-02-23 18:47:06 +01:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-09-25 19:13:22 +00:00
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-04-05 17:51:13 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-03-14 15:10:50 +00:00
|
|
|
github.com/moby/buildkit v0.10.0
|
2022-01-26 07:30:10 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.2
|
2021-11-26 00:18:31 -05:00
|
|
|
github.com/opencontainers/selinux v1.10.0
|
2021-01-12 07:39:43 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-03-14 08:12:24 -07:00
|
|
|
github.com/rhysd/actionlint v1.6.10
|
2021-09-25 19:13:22 +00:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
|
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-03-14 08:14:20 -07:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2021-09-10 07:03:40 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-03-21 19:24:22 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-09-25 19:13:22 +00:00
|
|
|
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2019-01-12 20:45:25 -08:00
|
|
|
)
|
2022-03-25 17:16:31 +01:00
|
|
|
|
|
|
|
replace github.com/go-git/go-git/v5 => github.com/ZauberNerd/go-git/v5 v5.4.3-0.20220315170230-29ec1bc1e5db
|