Skip to content

Commit 0976b8a

Browse files
chore(deps): bump github.com/google/go-containerregistry from 0.21.2 to 0.21.3 (#9121)
chore(deps): bump github.com/google/go-containerregistry Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.21.2 to 0.21.3. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.21.2...v0.21.3) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ad8c14 commit 0976b8a

2 files changed

Lines changed: 24 additions & 56 deletions

File tree

go.mod

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/go-audio/wav v1.1.0
1919
github.com/go-skynet/go-llama.cpp v0.0.0-20240314183750-6a8041ef6b46
2020
github.com/gofrs/flock v0.13.0
21-
github.com/google/go-containerregistry v0.21.2
21+
github.com/google/go-containerregistry v0.21.3
2222
github.com/google/uuid v1.6.0
2323
github.com/gpustack/gguf-parser-go v0.24.0
2424
github.com/hpcloud/tail v1.0.0
@@ -58,7 +58,6 @@ require (
5858
go.opentelemetry.io/otel/metric v1.42.0
5959
go.opentelemetry.io/otel/sdk/metric v1.42.0
6060
google.golang.org/grpc v1.79.1
61-
google.golang.org/protobuf v1.36.11
6261
gopkg.in/yaml.v3 v3.0.1
6362
gorm.io/driver/postgres v1.6.0
6463
gorm.io/driver/sqlite v1.6.0
@@ -67,20 +66,13 @@ require (
6766
)
6867

6968
require (
70-
github.com/chasefleming/elem-go v0.30.0 // indirect
71-
github.com/dave-gray101/v2keyauth v0.0.0-20240624150259-c45d584d25e2 // indirect
7269
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
73-
github.com/gofiber/template v1.8.3 // indirect
74-
github.com/gofiber/template/html/v2 v2.1.3 // indirect
75-
github.com/gofiber/utils v1.1.0 // indirect
76-
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7770
github.com/jinzhu/inflection v1.0.0 // indirect
7871
github.com/jinzhu/now v1.1.5 // indirect
7972
github.com/mattn/go-sqlite3 v1.14.22 // indirect
80-
github.com/spf13/cobra v1.10.2 // indirect
81-
github.com/spf13/pflag v1.0.9 // indirect
8273
github.com/stretchr/testify v1.11.1 // indirect
8374
github.com/tmc/langchaingo v0.1.14 // indirect
75+
google.golang.org/protobuf v1.36.11 // indirect
8476
)
8577

8678
require (
@@ -260,9 +252,9 @@ require (
260252
go.yaml.in/yaml/v2 v2.4.4
261253
go.yaml.in/yaml/v3 v3.0.4 // indirect
262254
golang.org/x/image v0.25.0 // indirect
263-
golang.org/x/net v0.51.0 // indirect; indirect (for websocket)
255+
golang.org/x/net v0.52.0 // indirect; indirect (for websocket)
264256
golang.org/x/oauth2 v0.36.0
265-
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
257+
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
266258
golang.org/x/time v0.14.0 // indirect
267259
)
268260

@@ -292,7 +284,7 @@ require (
292284
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
293285
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
294286
github.com/dlclark/regexp2 v1.11.5 // indirect
295-
github.com/docker/cli v29.2.1+incompatible // indirect
287+
github.com/docker/cli v29.3.0+incompatible // indirect
296288
github.com/docker/distribution v2.8.3+incompatible // indirect
297289
github.com/docker/docker v28.5.2+incompatible
298290
github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -402,7 +394,7 @@ require (
402394
github.com/rivo/uniseg v0.4.7 // indirect
403395
github.com/shoenig/go-m1cpu v0.1.6 // indirect
404396
github.com/shopspring/decimal v1.4.0 // indirect
405-
github.com/sirupsen/logrus v1.9.3 // indirect
397+
github.com/sirupsen/logrus v1.9.4 // indirect
406398
github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d // indirect
407399
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091 // indirect
408400
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -428,12 +420,12 @@ require (
428420
go.uber.org/zap v1.27.0 // indirect
429421
golang.org/x/crypto v0.49.0
430422
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
431-
golang.org/x/mod v0.33.0 // indirect
423+
golang.org/x/mod v0.34.0 // indirect
432424
golang.org/x/sync v0.20.0 // indirect
433425
golang.org/x/sys v0.42.0 // indirect
434426
golang.org/x/term v0.41.0 // indirect
435427
golang.org/x/text v0.35.0 // indirect
436-
golang.org/x/tools v0.42.0 // indirect
428+
golang.org/x/tools v0.43.0 // indirect
437429
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
438430
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
439431
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect

0 commit comments

Comments
 (0)