1
1
module github.com/nektos/act
2
2
3
- go 1.21
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
7
7
github.com/Masterminds/semver v1.5.0
8
8
github.com/adrg/xdg v0.5.3
9
9
github.com/andreaskoch/go-fswatch v1.0.0
10
10
github.com/creack/pty v1.1.24
11
- github.com/docker/cli v26.1.5+incompatible
12
- github.com/docker/distribution v2.8.3+incompatible
13
- github.com/docker/docker v26.1.5+incompatible
11
+ github.com/docker/cli v27.4.1+incompatible
12
+ github.com/docker/docker v27.4.1+incompatible
14
13
github.com/docker/go-connections v0.5.0
15
14
github.com/go-git/go-billy/v5 v5.6.0
16
15
github.com/go-git/go-git/v5 v5.12.0
17
16
github.com/joho/godotenv v1.5.1
18
17
github.com/julienschmidt/httprouter v1.3.0
19
18
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
20
19
github.com/mattn/go-isatty v0.0.20
21
- github.com/moby/buildkit v0.13.2
22
20
github.com/moby/patternmatcher v0.6.0
23
21
github.com/opencontainers/image-spec v1.1.0
24
22
github.com/opencontainers/selinux v1.11.1
@@ -28,81 +26,85 @@ require (
28
26
github.com/sirupsen/logrus v1.9.3
29
27
github.com/spf13/cobra v1.8.1
30
28
github.com/spf13/pflag v1.0.5
31
- github.com/stretchr/testify v1.9 .0
29
+ github.com/stretchr/testify v1.10 .0
32
30
github.com/timshannon/bolthold v0.0.0-20240314194003-30aac6950928
33
- go.etcd.io/bbolt v1.3.10
34
- golang.org/x/term v0.25 .0
31
+ go.etcd.io/bbolt v1.3.11
32
+ golang.org/x/term v0.27 .0
35
33
gopkg.in/yaml.v3 v3.0.1
36
34
gotest.tools/v3 v3.5.1
37
35
)
38
36
39
37
require (
40
38
dario.cat/mergo v1.0.1
39
+ github.com/distribution/reference v0.6.0
41
40
github.com/golang-jwt/jwt/v5 v5.2.1
42
- google.golang.org/protobuf v1.35 .1
41
+ google.golang.org/protobuf v1.36 .1
43
42
)
44
43
45
44
require (
46
- github.com/Azure /go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
47
- github.com/Microsoft/go-winio v0.6.1 // indirect
48
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
45
+ github.com/AdaLogics /go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
46
+ github.com/Microsoft/go-winio v0.6.2 // indirect
47
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
49
48
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
50
- github.com/cloudflare/circl v1.3.7 // indirect
51
- github.com/containerd/containerd v1.7.13 // indirect
49
+ github.com/cloudflare/circl v1.5.0 // indirect
52
50
github.com/containerd/log v0.1.0 // indirect
53
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
54
- github.com/cyphar/filepath-securejoin v0.2.5 // indirect
51
+ github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
52
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
55
53
github.com/davecgh/go-spew v1.1.1 // indirect
56
- github.com/distribution/reference v0.5.0 // indirect
57
- github.com/docker/docker-credential-helpers v0.8.0 // indirect
54
+ github.com/docker/docker-credential-helpers v0.8.2 // indirect
58
55
github.com/docker/go-units v0.5.0 // indirect
59
56
github.com/emirpasic/gods v1.18.1 // indirect
60
- github.com/fatih/color v1.17 .0 // indirect
57
+ github.com/fatih/color v1.18 .0 // indirect
61
58
github.com/felixge/httpsnoop v1.0.4 // indirect
62
59
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
63
- github.com/go-logr/logr v1.4.1 // indirect
60
+ github.com/go-logr/logr v1.4.2 // indirect
64
61
github.com/go-logr/stdr v1.2.2 // indirect
62
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
65
63
github.com/gogo/protobuf v1.3.2 // indirect
66
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
64
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
67
65
github.com/google/go-cmp v0.6.0 // indirect
68
66
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
69
67
github.com/inconshreveable/mousetrap v1.1.0 // indirect
70
68
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
71
69
github.com/kevinburke/ssh_config v1.2.0 // indirect
72
- github.com/klauspost/compress v1.17.4 // indirect
70
+ github.com/klauspost/compress v1.17.11 // indirect
73
71
github.com/mattn/go-colorable v0.1.13 // indirect
74
72
github.com/mattn/go-runewidth v0.0.16 // indirect
75
- github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
76
- github.com/mitchellh/mapstructure v1.1.2 // indirect
73
+ github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
77
74
github.com/moby/docker-image-spec v1.3.1 // indirect
78
- github.com/moby/sys/sequential v0.5.0 // indirect
79
- github.com/moby/sys/user v0.1.0 // indirect
75
+ github.com/moby/sys/sequential v0.6.0 // indirect
76
+ github.com/moby/sys/user v0.3.0 // indirect
77
+ github.com/moby/sys/userns v0.1.0 // indirect
78
+ github.com/moby/term v0.5.0 // indirect
79
+ github.com/morikuni/aec v1.0.0 // indirect
80
80
github.com/opencontainers/go-digest v1.0.0 // indirect
81
81
github.com/pjbgf/sha1cd v0.3.0 // indirect
82
82
github.com/pmezard/go-difflib v1.0.0 // indirect
83
83
github.com/rivo/uniseg v0.4.7 // indirect
84
84
github.com/robfig/cron/v3 v3.0.1 // indirect
85
85
github.com/russross/blackfriday/v2 v2.1.0 // indirect
86
86
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
87
- github.com/skeema/knownhosts v1.2.2 // indirect
87
+ github.com/skeema/knownhosts v1.3.0 // indirect
88
88
github.com/stretchr/objx v0.5.2 // indirect
89
89
github.com/xanzy/ssh-agent v0.3.3 // indirect
90
90
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
91
91
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
92
92
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
93
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect
94
- go.opentelemetry.io/otel v1.25.0 // indirect
95
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.25.0 // indirect
96
- go.opentelemetry.io/otel/metric v1.25.0 // indirect
97
- go.opentelemetry.io/otel/sdk v1.25.0 // indirect
98
- go.opentelemetry.io/otel/trace v1.25.0 // indirect
99
- golang.org/x/crypto v0.25.0 // indirect
100
- golang.org/x/mod v0.17.0 // indirect
101
- golang.org/x/net v0.27.0 // indirect
102
- golang.org/x/sync v0.8.0 // indirect
103
- golang.org/x/sys v0.26.0 // indirect
104
- golang.org/x/text v0.16.0 // indirect
105
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
93
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
94
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
95
+ go.opentelemetry.io/otel v1.33.0 // indirect
96
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
97
+ go.opentelemetry.io/otel/metric v1.33.0 // indirect
98
+ go.opentelemetry.io/otel/sdk v1.28.0 // indirect
99
+ go.opentelemetry.io/otel/trace v1.33.0 // indirect
100
+ golang.org/x/crypto v0.31.0 // indirect
101
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
102
+ golang.org/x/net v0.33.0 // indirect
103
+ golang.org/x/sync v0.10.0 // indirect
104
+ golang.org/x/sys v0.28.0 // indirect
105
+ golang.org/x/text v0.21.0 // indirect
106
+ golang.org/x/time v0.6.0 // indirect
107
+ google.golang.org/grpc v1.66.3 // indirect
106
108
gopkg.in/warnings.v0 v0.1.2 // indirect
107
109
gopkg.in/yaml.v2 v2.4.0 // indirect
108
110
)
0 commit comments