Skip to content

Commit 7ec8e84

Browse files
dependabot[bot]jremy42estellesoulard
authored
chore(deps): bump github.com/moby/buildkit from 0.26.3 to 0.27.1 (#5307)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Remy <jremy@scaleway.com> Co-authored-by: Estelle Soulard <esoulard@scaleway.com>
1 parent 1f1dda7 commit 7ec8e84

File tree

14 files changed

+70
-69
lines changed

14 files changed

+70
-69
lines changed

cmd/scw-wasm-tester/human.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
package main
44

55
import (
6+
"syscall/js"
7+
68
"github.com/hashicorp/go-version"
79
"github.com/scaleway/scaleway-cli/v2/core"
810
"github.com/scaleway/scaleway-cli/v2/core/human"
9-
"syscall/js"
1011
)
1112

1213
func wasmTestMarshalBuildInfo(_ js.Value, _ []js.Value) any {

cmd/scw-wasm-tester/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
package main
44

55
import (
6-
"github.com/scaleway/scaleway-cli/v2/internal/jshelpers"
76
"syscall/js"
7+
8+
"github.com/scaleway/scaleway-cli/v2/internal/jshelpers"
89
)
910

1011
type jsFunction func(js.Value, []js.Value) any

cmd/scw-wasm-tester/slices.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
package main
44

55
import (
6-
"github.com/scaleway/scaleway-cli/v2/internal/jshelpers"
76
"syscall/js"
7+
8+
"github.com/scaleway/scaleway-cli/v2/internal/jshelpers"
89
)
910

1011
func wasmTestFromSlice(_ js.Value, _ []js.Value) any {

cmd/scw-wasm/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ package main
55
import (
66
"runtime"
77
"runtime/debug"
8+
"syscall/js"
89

910
"github.com/hashicorp/go-version"
1011
"github.com/scaleway/scaleway-cli/v2/core"
1112
"github.com/scaleway/scaleway-cli/v2/internal/jshelpers"
1213
"github.com/scaleway/scaleway-cli/v2/internal/wasm"
13-
"syscall/js"
1414
)
1515

1616
var (

cmd/scw-wasm/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ package main
44

55
import (
66
"fmt"
7+
"syscall/js"
78

89
"github.com/scaleway/scaleway-cli/v2/core"
910
"github.com/scaleway/scaleway-cli/v2/internal/jshelpers"
1011
"github.com/scaleway/scaleway-cli/v2/internal/wasm"
11-
"syscall/js"
1212
)
1313

1414
func wasmRun(this js.Value, args []js.Value) (any, error) {

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ require (
2121
github.com/karrick/tparse/v2 v2.8.2
2222
github.com/mattn/go-colorable v0.1.14
2323
github.com/mattn/go-isatty v0.0.20
24-
github.com/moby/buildkit v0.26.3
24+
github.com/moby/buildkit v0.27.1
25+
github.com/moby/go-archive v0.2.0
2526
github.com/opencontainers/go-digest v1.0.0
2627
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260206103045-4df7d84ec970
2728
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
@@ -88,7 +89,7 @@ require (
8889
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
8990
github.com/cloudflare/circl v1.6.1 // indirect
9091
github.com/containerd/containerd/api v1.10.0 // indirect
91-
github.com/containerd/containerd/v2 v2.2.0 // indirect
92+
github.com/containerd/containerd/v2 v2.2.1 // indirect
9293
github.com/containerd/continuity v0.4.5 // indirect
9394
github.com/containerd/errdefs v1.0.0 // indirect
9495
github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -102,9 +103,9 @@ require (
102103
github.com/dimchansky/utfbom v1.1.1 // indirect
103104
github.com/distribution/reference v0.6.0 // indirect
104105
github.com/dnephin/pflag v1.0.7 // indirect
105-
github.com/docker/cli v29.0.3+incompatible // indirect
106+
github.com/docker/cli v29.2.1+incompatible // indirect
106107
github.com/docker/distribution v2.8.3+incompatible // indirect
107-
github.com/docker/docker-credential-helpers v0.9.4 // indirect
108+
github.com/docker/docker-credential-helpers v0.9.5 // indirect
108109
github.com/docker/go-connections v0.6.0 // indirect
109110
github.com/docker/go-metrics v0.0.1 // indirect
110111
github.com/docker/go-units v0.5.0 // indirect
@@ -130,13 +131,13 @@ require (
130131
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
131132
github.com/google/uuid v1.6.0 // indirect
132133
github.com/gorilla/mux v1.8.1 // indirect
133-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
134+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
134135
github.com/heroku/color v0.0.6 // indirect
135136
github.com/in-toto/in-toto-golang v0.9.0 // indirect
136137
github.com/inconshreveable/mousetrap v1.1.0 // indirect
137138
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
138139
github.com/kevinburke/ssh_config v1.4.0 // indirect
139-
github.com/klauspost/compress v1.18.1 // indirect
140+
github.com/klauspost/compress v1.18.3 // indirect
140141
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
141142
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
142143
github.com/mattn/go-localereader v0.0.1 // indirect
@@ -145,7 +146,6 @@ require (
145146
github.com/mitchellh/go-homedir v1.1.0 // indirect
146147
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e // indirect
147148
github.com/moby/docker-image-spec v1.3.1 // indirect
148-
github.com/moby/go-archive v0.1.0 // indirect
149149
github.com/moby/locker v1.0.1 // indirect
150150
github.com/moby/moby/api v1.52.0 // indirect
151151
github.com/moby/moby/client v0.1.0 // indirect
@@ -162,7 +162,7 @@ require (
162162
github.com/muesli/termenv v0.16.0 // indirect
163163
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
164164
github.com/opencontainers/image-spec v1.1.1 // indirect
165-
github.com/opencontainers/selinux v1.13.0 // indirect
165+
github.com/opencontainers/selinux v1.13.1 // indirect
166166
github.com/pjbgf/sha1cd v0.5.0 // indirect
167167
github.com/pkg/errors v0.9.1 // indirect
168168
github.com/pkg/term v1.2.0-beta.2 // indirect
@@ -178,9 +178,9 @@ require (
178178
github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
179179
github.com/sergi/go-diff v1.4.0 // indirect
180180
github.com/shibumi/go-pathspec v1.3.0 // indirect
181-
github.com/sirupsen/logrus v1.9.3 // indirect
181+
github.com/sirupsen/logrus v1.9.4 // indirect
182182
github.com/skeema/knownhosts v1.3.1 // indirect
183-
github.com/tonistiigi/fsutil v0.0.0-20250605211040-586307ad452f // indirect
183+
github.com/tonistiigi/fsutil v0.0.0-20251211185533-a2aa163d723f // indirect
184184
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
185185
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
186186
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab // indirect
@@ -191,26 +191,27 @@ require (
191191
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
192192
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
193193
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
194-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
195-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 // indirect
194+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
195+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 // indirect
196196
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
197197
go.opentelemetry.io/otel v1.38.0 // indirect
198198
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
199199
go.opentelemetry.io/otel/metric v1.38.0 // indirect
200200
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
201201
go.opentelemetry.io/otel/trace v1.38.0 // indirect
202202
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
203-
go.yaml.in/yaml/v2 v2.4.2 // indirect
203+
go.yaml.in/yaml/v2 v2.4.3 // indirect
204+
go.yaml.in/yaml/v3 v3.0.4 // indirect
204205
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
205206
golang.org/x/mod v0.31.0 // indirect
206207
golang.org/x/net v0.48.0 // indirect
207208
golang.org/x/sys v0.40.0 // indirect
208209
golang.org/x/time v0.14.0 // indirect
209210
golang.org/x/tools v0.40.0 // indirect
210-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
211+
google.golang.org/genproto/googleapis/api v0.0.0-20251103181224-f26f9409b101 // indirect
211212
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
212213
google.golang.org/grpc v1.76.0 // indirect
213-
google.golang.org/protobuf v1.36.10 // indirect
214+
google.golang.org/protobuf v1.36.11 // indirect
214215
gopkg.in/dnaeon/go-vcr.v4 v4.0.6 // indirect
215216
gopkg.in/warnings.v0 v0.1.2 // indirect
216217
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)