2019-01-13 12:45:25 +08:00
|
|
|
module github.com/nektos/act
|
|
|
|
|
2021-03-31 03:26:25 +08:00
|
|
|
go 1.16
|
2020-03-07 06:21:24 +08:00
|
|
|
|
2019-01-13 12:45:25 +08:00
|
|
|
require (
|
2021-09-08 22:52:34 +08:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.1
|
2021-03-31 01:10:42 +08:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2019-02-10 10:39:09 +08:00
|
|
|
github.com/andreaskoch/go-fswatch v1.0.0
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/containerd/containerd v1.4.1 // indirect
|
|
|
|
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
|
2021-03-29 12:08:40 +08:00
|
|
|
github.com/docker/cli v20.10.3+incompatible
|
|
|
|
github.com/docker/docker v20.10.3+incompatible
|
2020-04-17 07:24:30 +08:00
|
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
|
|
github.com/go-ini/ini v1.62.0
|
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2019-01-13 12:45:25 +08:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2020-03-07 04:30:24 +08:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2021-02-24 01:47:06 +08:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
2021-05-06 21:55:23 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2021-04-05 23:51:13 +08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-03-29 12:08:40 +08:00
|
|
|
github.com/moby/buildkit v0.8.1
|
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
|
2019-02-10 10:39:09 +08:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
|
|
|
github.com/spf13/cobra v1.1.1
|
2021-01-15 13:24:17 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-01-12 14:39:43 +08:00
|
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2021-08-31 02:06:20 +08:00
|
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
2021-01-12 14:39:43 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20201117123952-62d171c70ae1 // indirect
|
|
|
|
google.golang.org/grpc v1.33.2 // indirect
|
2020-02-13 15:27:37 +08:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2021-01-12 14:39:43 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2019-01-13 12:45:25 +08:00
|
|
|
)
|