@@ -4,35 +4,36 @@ go 1.22.3
4
4
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
7
- github.com/Masterminds/sprig/v3 v3.2.3
7
+ github.com/Masterminds/sprig/v3 v3.3.0
8
8
github.com/containerd/platforms v0.2.1
9
9
github.com/emicklei/dot v1.6.2
10
- github.com/google/go-github/v63 v63 .0.0
10
+ github.com/google/go-github/v65 v65 .0.0
11
11
github.com/hashicorp/go-multierror v1.1.1
12
- github.com/moby/buildkit v0.15.1
12
+ github.com/moby/buildkit v0.16.0
13
13
github.com/moby/docker-image-spec v1.3.1
14
14
github.com/opencontainers/go-digest v1.0.0
15
15
github.com/opencontainers/image-spec v1.1.0
16
16
github.com/otiai10/copy v1.14.0
17
17
github.com/siderolabs/gen v0.5.0
18
18
github.com/spf13/cobra v1.8.1
19
19
github.com/stretchr/testify v1.9.0
20
- golang.org/x/oauth2 v0.22 .0
20
+ golang.org/x/oauth2 v0.23 .0
21
21
golang.org/x/sync v0.8.0
22
22
gopkg.in/yaml.v3 v3.0.1
23
23
)
24
24
25
25
require (
26
+ dario.cat/mergo v1.0.1 // indirect
26
27
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
27
28
github.com/Masterminds/goutils v1.1.1 // indirect
28
- github.com/Masterminds/semver/v3 v3.2 .0 // indirect
29
+ github.com/Masterminds/semver/v3 v3.3 .0 // indirect
29
30
github.com/Microsoft/go-winio v0.6.2 // indirect
30
- github.com/containerd/containerd v1.7.20 // indirect
31
+ github.com/containerd/containerd v1.7.21 // indirect
31
32
github.com/containerd/continuity v0.4.3 // indirect
32
33
github.com/containerd/errdefs v0.1.0 // indirect
33
34
github.com/containerd/log v0.1.0 // indirect
34
35
github.com/containerd/ttrpc v1.2.5 // indirect
35
- github.com/containerd/typeurl/v2 v2.1.1 // indirect
36
+ github.com/containerd/typeurl/v2 v2.2.0 // indirect
36
37
github.com/davecgh/go-spew v1.1.1 // indirect
37
38
github.com/distribution/reference v0.6.0 // indirect
38
39
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -45,23 +46,21 @@ require (
45
46
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
46
47
github.com/google/uuid v1.6.0 // indirect
47
48
github.com/hashicorp/errwrap v1.1.0 // indirect
48
- github.com/huandu/xstrings v1.3.3 // indirect
49
- github.com/imdario/mergo v0.3.13 // indirect
49
+ github.com/huandu/xstrings v1.5.0 // indirect
50
50
github.com/in-toto/in-toto-golang v0.5.0 // indirect
51
51
github.com/inconshreveable/mousetrap v1.1.0 // indirect
52
52
github.com/klauspost/compress v1.17.9 // indirect
53
- github.com/kr/text v0.2.0 // indirect
54
- github.com/mitchellh/copystructure v1.0.0 // indirect
55
- github.com/mitchellh/reflectwalk v1.0.0 // indirect
53
+ github.com/mitchellh/copystructure v1.2.0 // indirect
54
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
56
55
github.com/moby/locker v1.0.1 // indirect
57
- github.com/moby/sys/signal v0.7.0 // indirect
56
+ github.com/moby/sys/signal v0.7.1 // indirect
58
57
github.com/pkg/errors v0.9.1 // indirect
59
58
github.com/pmezard/go-difflib v1.0.0 // indirect
60
59
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
61
60
github.com/shibumi/go-pathspec v1.3.0 // indirect
62
- github.com/shopspring/decimal v1.2 .0 // indirect
61
+ github.com/shopspring/decimal v1.4 .0 // indirect
63
62
github.com/sirupsen/logrus v1.9.3 // indirect
64
- github.com/spf13/cast v1.3.1 // indirect
63
+ github.com/spf13/cast v1.7.0 // indirect
65
64
github.com/spf13/pflag v1.0.5 // indirect
66
65
github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c // indirect
67
66
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
@@ -71,12 +70,12 @@ require (
71
70
go.opentelemetry.io/otel/metric v1.21.0 // indirect
72
71
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
73
72
go.opentelemetry.io/otel/trace v1.21.0 // indirect
74
- golang.org/x/crypto v0.23 .0 // indirect
73
+ golang.org/x/crypto v0.26 .0 // indirect
75
74
golang.org/x/net v0.25.0 // indirect
76
- golang.org/x/sys v0.22 .0 // indirect
77
- golang.org/x/text v0.15 .0 // indirect
78
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
79
- google.golang.org/grpc v1.59 .0 // indirect
75
+ golang.org/x/sys v0.23 .0 // indirect
76
+ golang.org/x/text v0.17 .0 // indirect
77
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
78
+ google.golang.org/grpc v1.62 .0 // indirect
80
79
google.golang.org/protobuf v1.33.0 // indirect
81
80
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
82
81
)
0 commit comments