@@ -6,29 +6,28 @@ require (
6
6
github.com/Masterminds/semver v1.5.0
7
7
github.com/Masterminds/sprig/v3 v3.2.3
8
8
github.com/alessio/shellescape v1.4.2
9
- github.com/containerd/containerd v1.7.6
9
+ github.com/containerd/containerd v1.7.8
10
10
github.com/emicklei/dot v1.6.0
11
- github.com/google/go-github/v52 v52 .0.1-0.20230514113659-60429b4ba0ba
11
+ github.com/google/go-github/v56 v56 .0.0
12
12
github.com/hashicorp/go-multierror v1.1.1
13
- github.com/moby/buildkit v0.12.2
13
+ github.com/moby/buildkit v0.12.3
14
14
github.com/opencontainers/go-digest v1.0.0
15
- github.com/opencontainers/image-spec v1.1.0-rc3
16
- github.com/otiai10/copy v1.12 .0
15
+ github.com/opencontainers/image-spec v1.1.0-rc5
16
+ github.com/otiai10/copy v1.14 .0
17
17
github.com/spf13/cobra v1.7.0
18
18
github.com/stretchr/testify v1.8.4
19
- golang.org/x/oauth2 v0.12 .0
20
- golang.org/x/sync v0.3 .0
19
+ golang.org/x/oauth2 v0.13 .0
20
+ golang.org/x/sync v0.4 .0
21
21
gopkg.in/yaml.v3 v3.0.1
22
22
)
23
23
24
24
require (
25
25
github.com/Masterminds/goutils v1.1.1 // indirect
26
26
github.com/Masterminds/semver/v3 v3.2.0 // indirect
27
27
github.com/Microsoft/go-winio v0.6.1 // indirect
28
- github.com/Microsoft/hcsshim v0.11.0 // indirect
29
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
30
- github.com/cloudflare/circl v1.3.3 // indirect
28
+ github.com/Microsoft/hcsshim v0.11.1 // indirect
31
29
github.com/containerd/continuity v0.4.2 // indirect
30
+ github.com/containerd/log v0.1.0 // indirect
32
31
github.com/containerd/typeurl/v2 v2.1.1 // indirect
33
32
github.com/davecgh/go-spew v1.1.1 // indirect
34
33
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -50,21 +49,21 @@ require (
50
49
github.com/pkg/errors v0.9.1 // indirect
51
50
github.com/pmezard/go-difflib v1.0.0 // indirect
52
51
github.com/shopspring/decimal v1.2.0 // indirect
53
- github.com/sirupsen/logrus v1.9.0 // indirect
52
+ github.com/sirupsen/logrus v1.9.3 // indirect
54
53
github.com/spf13/cast v1.3.1 // indirect
55
54
github.com/spf13/pflag v1.0.5 // indirect
56
55
github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb // indirect
57
56
go.opentelemetry.io/otel v1.14.0 // indirect
58
57
go.opentelemetry.io/otel/trace v1.14.0 // indirect
59
- golang.org/x/crypto v0.13 .0 // indirect
60
- golang.org/x/mod v0.9 .0 // indirect
61
- golang.org/x/net v0.15 .0 // indirect
62
- golang.org/x/sys v0.12 .0 // indirect
58
+ golang.org/x/crypto v0.14 .0 // indirect
59
+ golang.org/x/mod v0.11 .0 // indirect
60
+ golang.org/x/net v0.17 .0 // indirect
61
+ golang.org/x/sys v0.13 .0 // indirect
63
62
golang.org/x/text v0.13.0 // indirect
64
- golang.org/x/tools v0.7 .0 // indirect
63
+ golang.org/x/tools v0.10 .0 // indirect
65
64
google.golang.org/appengine v1.6.7 // indirect
66
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
67
- google.golang.org/grpc v1.53.0 // indirect
65
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
66
+ google.golang.org/grpc v1.58.3 // indirect
68
67
google.golang.org/protobuf v1.31.0 // indirect
69
68
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
70
69
)
0 commit comments