Skip to content

Commit 1d2e619

Browse files
chore(deps): bump github.com/moby/buildkit from 0.17.3 to 0.23.2
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.17.3 to 0.23.2. - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.17.3...v0.23.2) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe9f478 commit 1d2e619

File tree

244 files changed

+8016
-13225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+8016
-13225
lines changed

go.mod

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ require (
88
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.32
99
github.com/alecthomas/kong v1.6.1
1010
github.com/bmatcuk/doublestar/v3 v3.0.0
11-
github.com/containerd/platforms v0.2.1
11+
github.com/containerd/platforms v1.0.0-rc.1
1212
github.com/containers/image/v5 v5.33.1
1313
github.com/crazy-max/cron/v3 v3.1.1
1414
github.com/crazy-max/gohealthchecks v0.5.0
1515
github.com/crazy-max/gonfig v0.7.1
1616
github.com/distribution/reference v0.6.0
17-
github.com/docker/docker v27.3.1+incompatible
17+
github.com/docker/docker v28.2.2+incompatible
1818
github.com/docker/go-connections v0.5.0
1919
github.com/docker/go-units v0.5.0
2020
github.com/dromara/carbon/v2 v2.6.8
@@ -27,7 +27,7 @@ require (
2727
github.com/matcornic/hermes/v2 v2.1.0
2828
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
2929
github.com/microcosm-cc/bluemonday v1.0.27
30-
github.com/moby/buildkit v0.17.3
30+
github.com/moby/buildkit v0.23.2
3131
github.com/nlopes/slack v0.6.0
3232
github.com/opencontainers/go-digest v1.0.0
3333
github.com/opencontainers/image-spec v1.1.1
@@ -63,14 +63,16 @@ require (
6363
github.com/andybalholm/cascadia v1.3.2 // indirect
6464
github.com/aokoli/goutils v1.0.1 // indirect
6565
github.com/aymerick/douceur v0.2.0 // indirect
66+
github.com/containerd/errdefs v1.0.0 // indirect
67+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
6668
github.com/containerd/log v0.1.0 // indirect
67-
github.com/containerd/typeurl/v2 v2.2.0 // indirect
69+
github.com/containerd/typeurl/v2 v2.2.3 // indirect
6870
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
6971
github.com/containers/ocicrypt v1.2.0 // indirect
7072
github.com/containers/storage v1.56.1 // indirect
7173
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7274
github.com/docker/distribution v2.8.3+incompatible // indirect
73-
github.com/docker/docker-credential-helpers v0.8.2 // indirect
75+
github.com/docker/docker-credential-helpers v0.9.3 // indirect
7476
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7577
github.com/felixge/fgprof v0.9.5 // indirect
7678
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -88,7 +90,7 @@ require (
8890
github.com/google/gnostic-models v0.6.8 // indirect
8991
github.com/google/go-cmp v0.7.0 // indirect
9092
github.com/google/gofuzz v1.2.0 // indirect
91-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
93+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
9294
github.com/google/uuid v1.6.0 // indirect
9395
github.com/gorilla/css v1.0.1 // indirect
9496
github.com/gorilla/mux v1.8.1 // indirect
@@ -115,34 +117,34 @@ require (
115117
github.com/moby/docker-image-spec v1.3.1 // indirect
116118
github.com/moby/sys/capability v0.3.0 // indirect
117119
github.com/moby/sys/mountinfo v0.7.2 // indirect
118-
github.com/moby/sys/user v0.3.0 // indirect
120+
github.com/moby/sys/user v0.4.0 // indirect
119121
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
120122
github.com/modern-go/reflect2 v1.0.2 // indirect
121123
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
122124
github.com/olekukonko/tablewriter v0.0.1 // indirect
123-
github.com/opencontainers/runtime-spec v1.2.0 // indirect
125+
github.com/opencontainers/runtime-spec v1.2.1 // indirect
124126
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
125127
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
126128
github.com/rivo/uniseg v0.4.7 // indirect
127129
github.com/spf13/pflag v1.0.6 // indirect
128130
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
129-
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 // indirect
131+
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
130132
github.com/vanng822/css v0.0.0-20190504095207-a21e860bcd04 // indirect
131133
github.com/vanng822/go-premailer v0.0.0-20191214114701-be27abe028fe // indirect
132134
github.com/x448/float16 v0.8.4 // indirect
133135
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
134-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
136+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
135137
go.opentelemetry.io/otel v1.35.0 // indirect
136138
go.opentelemetry.io/otel/metric v1.35.0 // indirect
137139
go.opentelemetry.io/otel/trace v1.35.0 // indirect
138-
golang.org/x/crypto v0.36.0 // indirect
139-
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
140-
golang.org/x/net v0.38.0 // indirect
140+
golang.org/x/crypto v0.37.0 // indirect
141+
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
142+
golang.org/x/net v0.39.0 // indirect
141143
golang.org/x/oauth2 v0.28.0 // indirect
142-
golang.org/x/sync v0.12.0 // indirect
143-
golang.org/x/term v0.30.0 // indirect
144-
golang.org/x/text v0.23.0 // indirect
145-
golang.org/x/time v0.7.0 // indirect
144+
golang.org/x/sync v0.14.0 // indirect
145+
golang.org/x/term v0.31.0 // indirect
146+
golang.org/x/text v0.24.0 // indirect
147+
golang.org/x/time v0.11.0 // indirect
146148
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
147149
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
148150
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

0 commit comments

Comments
 (0)