@@ -8,14 +8,15 @@ require (
8
8
github.com/containerd/platforms v1.0.0-rc.1
9
9
github.com/emicklei/dot v1.6.4
10
10
github.com/google/go-github/v67 v67.0.0
11
+ github.com/google/go-github/v69 v69.2.0
11
12
github.com/hashicorp/go-multierror v1.1.1
12
13
github.com/moby/buildkit v0.19.0
13
14
github.com/moby/docker-image-spec v1.3.1
14
15
github.com/opencontainers/go-digest v1.0.0
15
16
github.com/opencontainers/image-spec v1.1.0
16
17
github.com/otiai10/copy v1.14.1
17
18
github.com/siderolabs/gen v0.8.0
18
- github.com/spf13/cobra v1.8 .1
19
+ github.com/spf13/cobra v1.9 .1
19
20
github.com/stretchr/testify v1.10.0
20
21
golang.org/x/oauth2 v0.26.0
21
22
golang.org/x/sync v0.11.0
@@ -60,7 +61,7 @@ require (
60
61
github.com/shopspring/decimal v1.4.0 // indirect
61
62
github.com/sirupsen/logrus v1.9.3 // indirect
62
63
github.com/spf13/cast v1.7.0 // indirect
63
- github.com/spf13/pflag v1.0.5 // indirect
64
+ github.com/spf13/pflag v1.0.6 // indirect
64
65
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a // indirect
65
66
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
66
67
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 // indirect
0 commit comments