Skip to content

Commit d571d1b

Browse files
chore(deps): bump the all-dependencies group with 9 updates (#2030)
--- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.3.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/docker/docker dependency-version: 28.3.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/moby/buildkit dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/syncthing/syncthing dependency-version: 1.29.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: github.com/urfave/cli/v2 dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: golang.org/x/time dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 826deb0 commit d571d1b

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/containerd/log v0.1.0
1616
github.com/containers/image/v5 v5.35.0
1717
github.com/creack/pty v1.1.24
18-
github.com/docker/cli v28.2.2+incompatible
19-
github.com/docker/docker v28.2.2+incompatible
18+
github.com/docker/cli v28.3.0+incompatible
19+
github.com/docker/docker v28.3.0+incompatible
2020
github.com/docker/go-connections v0.5.0
2121
github.com/docker/go-units v0.5.0
2222
github.com/gizak/termui/v3 v3.1.0
@@ -26,12 +26,12 @@ require (
2626
github.com/google/uuid v1.6.0
2727
github.com/hashicorp/go-getter v1.7.8
2828
github.com/mattn/go-isatty v0.0.20
29-
github.com/moby/buildkit v0.22.0
29+
github.com/moby/buildkit v0.23.1
3030
github.com/moby/term v0.5.2
3131
github.com/morikuni/aec v1.0.0
3232
github.com/olekukonko/tablewriter v1.0.7
3333
github.com/onsi/ginkgo/v2 v2.23.4
34-
github.com/onsi/gomega v1.36.3
34+
github.com/onsi/gomega v1.37.0
3535
github.com/opencontainers/go-digest v1.0.0
3636
github.com/opencontainers/image-spec v1.1.1
3737
github.com/pkg/errors v0.9.1
@@ -41,16 +41,16 @@ require (
4141
github.com/sirupsen/logrus v1.9.3
4242
github.com/spf13/viper v1.20.1
4343
github.com/stretchr/testify v1.10.0
44-
github.com/syncthing/syncthing v1.29.6
44+
github.com/syncthing/syncthing v1.29.7
4545
github.com/tensorchord/envd-server v0.0.27
4646
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
4747
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
48-
github.com/urfave/cli/v2 v2.27.6
48+
github.com/urfave/cli/v2 v2.27.7
4949
go.starlark.net v0.0.0-20250530210732-c81913c6f2e2
50-
golang.org/x/crypto v0.38.0
51-
golang.org/x/sync v0.14.0
50+
golang.org/x/crypto v0.39.0
51+
golang.org/x/sync v0.15.0
5252
golang.org/x/term v0.32.0
53-
golang.org/x/time v0.11.0
53+
golang.org/x/time v0.12.0
5454
)
5555

5656
require (
@@ -85,7 +85,7 @@ require (
8585
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
8686
github.com/cockroachdb/redact v1.1.6 // indirect
8787
github.com/containerd/containerd/api v1.9.0 // indirect
88-
github.com/containerd/containerd/v2 v2.1.1 // indirect
88+
github.com/containerd/containerd/v2 v2.1.3 // indirect
8989
github.com/containerd/continuity v0.4.5 // indirect
9090
github.com/containerd/errdefs/pkg v0.3.0 // indirect
9191
github.com/containerd/platforms v1.0.0-rc.1 // indirect
@@ -123,7 +123,7 @@ require (
123123
github.com/golang/protobuf v1.5.4 // indirect
124124
github.com/golang/snappy v1.0.0 // indirect
125125
github.com/google/go-cmp v0.7.0 // indirect
126-
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
126+
github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
127127
github.com/google/s2a-go v0.1.9 // indirect
128128
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
129129
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
@@ -202,7 +202,7 @@ require (
202202
github.com/thejerf/suture/v4 v4.0.6 // indirect
203203
github.com/tklauser/go-sysconf v0.3.15 // indirect
204204
github.com/tklauser/numcpus v0.10.0 // indirect
205-
github.com/tonistiigi/fsutil v0.0.0-20250417144416-3f76f8130144 // indirect
205+
github.com/tonistiigi/fsutil v0.0.0-20250605211040-586307ad452f // indirect
206206
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
207207
github.com/ulikunitz/xz v0.5.12 // indirect
208208
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -227,8 +227,8 @@ require (
227227
golang.org/x/net v0.40.0 // indirect
228228
golang.org/x/oauth2 v0.30.0 // indirect
229229
golang.org/x/sys v0.33.0 // indirect
230-
golang.org/x/text v0.25.0 // indirect
231-
golang.org/x/tools v0.32.0 // indirect
230+
golang.org/x/text v0.26.0 // indirect
231+
golang.org/x/tools v0.33.0 // indirect
232232
google.golang.org/api v0.235.0 // indirect
233233
google.golang.org/genproto v0.0.0-20250528174236-200df99c418a // indirect
234234
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect

0 commit comments

Comments
 (0)