2019-01-13 07:45:25 +03:00
|
|
|
module github.com/nektos/act
|
|
|
|
|
2021-03-30 22:26:25 +03:00
|
|
|
go 1.16
|
2020-03-07 01:21:24 +03:00
|
|
|
|
2019-01-13 07:45:25 +03:00
|
|
|
require (
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.2
|
2021-03-30 20:10:42 +03:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/Microsoft/hcsshim v0.8.22 // indirect
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
|
2019-02-10 05:39:09 +03:00
|
|
|
github.com/andreaskoch/go-fswatch v1.0.0
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/containerd/containerd v1.5.5 // indirect
|
|
|
|
github.com/containerd/continuity v0.2.0 // indirect
|
|
|
|
github.com/docker/cli v20.10.8+incompatible
|
|
|
|
github.com/docker/docker v20.10.8+incompatible
|
2021-09-10 18:34:10 +03:00
|
|
|
github.com/go-git/go-billy/v5 v5.3.1
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
|
|
github.com/go-ini/ini v1.63.2
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-09-10 08:03:40 +03:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-09-26 19:47:33 +03:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-02-23 20:47:06 +03:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-04-05 18:51:13 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-10-18 23:24:05 +03:00
|
|
|
github.com/moby/buildkit v0.9.1
|
2021-03-29 07:08:40 +03:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/opencontainers/runc v1.0.2 // indirect
|
2021-01-12 09:39:43 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452
|
|
|
|
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
|
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-09-10 08:03:40 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-01-15 08:24:17 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-25 22:13:22 +03:00
|
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6 // indirect
|
2020-02-13 10:27:37 +03:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2021-09-25 22:13:22 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2019-01-13 07:45:25 +03:00
|
|
|
)
|