Skip to content

Commit 44f5cf4

Browse files
authored
Merge branch 'main' into konflux/component-updates/component-update-odh-workbench-jupyter-trustyai-cpu-py312-ubi9
2 parents 1cb7d95 + 8224c6c commit 44f5cf4

File tree

8 files changed

+161
-171
lines changed

8 files changed

+161
-171
lines changed

.coderabbit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# https://docs.coderabbit.ai/getting-started/configure-coderabbit/?#configure-coderabbit-using-a-yaml-file
12
---
23
language: en-US
34
early_access: false
45
enable_free_tier: true
56
reviews:
67
sequence_diagrams: false
78
poem: false
9+
auto_review:
10+
base_branches:
11+
- main
12+
- 2024b

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ jobs:
638638
# mount the image
639639
IMAGE_MOUNT_DIR=$(sudo "${PODMAN}" image mount "${{ steps.calculated_vars.outputs.OUTPUT_IMAGE }}")
640640
# run the check-payload scan
641-
sudo --preserve-env=PATH go run github.com/openshift/check-payload scan local --path "${IMAGE_MOUNT_DIR}"
641+
sudo --preserve-env=PATH go tool github.com/openshift/check-payload scan local --path "${IMAGE_MOUNT_DIR}"
642642
# unmount the image
643643
sudo "${PODMAN}" image unmount --all
644644
working-directory: scripts/check-payload

manifests/base/commit-latest.env

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
odh-workbench-jupyter-minimal-cpu-py311-ubi9-commit-n=3d24448
2-
odh-workbench-jupyter-minimal-cuda-py311-ubi9-commit-n=3d24448
3-
odh-workbench-jupyter-minimal-rocm-py311-ubi9-commit-n=3d24448
4-
odh-workbench-jupyter-datascience-cpu-py311-ubi9-commit-n=3d24448
5-
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-commit-n=4aae5df
1+
odh-workbench-jupyter-minimal-cpu-py311-ubi9-commit-n=4cdec0a
2+
odh-workbench-jupyter-minimal-cuda-py311-ubi9-commit-n=4cdec0a
3+
odh-workbench-jupyter-minimal-rocm-py311-ubi9-commit-n=4cdec0a
4+
odh-workbench-jupyter-datascience-cpu-py311-ubi9-commit-n=4cdec0a
5+
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-commit-n=4cdec0a
66
odh-workbench-jupyter-pytorch-rocm-py311-ubi9-commit-n=4aae5df
7-
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-commit-n=3d24448
7+
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-commit-n=4cdec0a
88
odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-commit-n=4aae5df
9-
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-commit-n=3d24448
10-
odh-workbench-codeserver-datascience-cpu-py311-ubi9-commit-n=3d24448
9+
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-commit-n=4cdec0a
10+
odh-workbench-codeserver-datascience-cpu-py311-ubi9-commit-n=4cdec0a
1111
odh-workbench-rstudio-minimal-cpu-py311-c9s-commit-n=bb6d116
1212
odh-workbench-rstudio-minimal-cuda-py311-c9s-commit-n=bb6d116
13-
odh-pipeline-runtime-minimal-cpu-py311-ubi9-commit-n=3d24448
13+
odh-pipeline-runtime-minimal-cpu-py311-ubi9-commit-n=4cdec0a
1414
odh-pipeline-runtime-datascience-cpu-py311-ubi9-commit-n=93039d4
15-
odh-pipeline-runtime-pytorch-cuda-py311-ubi9-commit-n=3d24448
15+
odh-pipeline-runtime-pytorch-cuda-py311-ubi9-commit-n=4cdec0a
1616
odh-pipeline-runtime-pytorch-rocm-py311-ubi9-commit-n=4aae5df
17-
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-commit-n=3d24448
17+
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-commit-n=4cdec0a
1818
odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-commit-n=dfb17bc
1919
odh-workbench-jupyter-minimal-cpu-py312-ubi9-commit-n=7c26b6b
20-
odh-workbench-jupyter-minimal-cuda-py312-ubi9-commit-n=3d24448
21-
odh-workbench-jupyter-minimal-rocm-py312-ubi9-commit-n=3d24448
20+
odh-workbench-jupyter-minimal-cuda-py312-ubi9-commit-n=2663f3b
21+
odh-workbench-jupyter-minimal-rocm-py312-ubi9-commit-n=2663f3b
2222
odh-workbench-jupyter-datascience-cpu-py312-ubi9-commit-n=7c26b6b
23-
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-commit-n=3d24448
23+
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-commit-n=2663f3b
2424
odh-workbench-jupyter-pytorch-rocm-py312-ubi9-commit-n=7c26b6b
25-
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-commit-n=3d24448
25+
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-commit-n=2663f3b
2626
odh-workbench-jupyter-trustyai-cpu-py312-ubi9-commit-n=3d24448
27-
odh-workbench-codeserver-datascience-cpu-py312-ubi9-commit-n=3d24448
28-
odh-pipeline-runtime-minimal-cpu-py312-ubi9-commit-n=3d24448
29-
odh-pipeline-runtime-datascience-cpu-py312-ubi9-commit-n=3d24448
30-
odh-pipeline-runtime-pytorch-rocm-py312-ubi9-commit-n=3d24448
31-
odh-pipeline-runtime-pytorch-cuda-py312-ubi9-commit-n=3d24448
27+
odh-workbench-codeserver-datascience-cpu-py312-ubi9-commit-n=2663f3b
28+
odh-pipeline-runtime-minimal-cpu-py312-ubi9-commit-n=2663f3b
29+
odh-pipeline-runtime-datascience-cpu-py312-ubi9-commit-n=2663f3b
30+
odh-pipeline-runtime-pytorch-rocm-py312-ubi9-commit-n=2663f3b
31+
odh-pipeline-runtime-pytorch-cuda-py312-ubi9-commit-n=2663f3b
3232
odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-commit-n=3d24448

manifests/base/params-latest.env

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
odh-workbench-jupyter-minimal-cpu-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cpu-py311-ubi9@sha256:49e3907bf842fec9b6a6490c730bbac6ba910011993f7556fcbb884f8c51adc9
22
odh-workbench-jupyter-minimal-cuda-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cuda-py311-ubi9@sha256:b9a2972104ded2f5ae00be5dd628d80454ae2b9d807f013befd8cd49520209ef
3-
odh-workbench-jupyter-minimal-rocm-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-rocm-py311-ubi9@sha256:f775bfbe2e78306d8aa5a4f5dadb3090534f909b833dab63f40006a183f05dde
3+
odh-workbench-jupyter-minimal-rocm-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-rocm-py311-ubi9@sha256:6d8afa6c26218c55afbd11c05fa31e4eab8358589c97768fff604952cd4cb901
44
odh-workbench-jupyter-datascience-cpu-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-datascience-cpu-py311-ubi9@sha256:ef6939aef61760cb3318599713399554aa99567fc3ad8ca4e1900a0928aa9b71
55
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-cuda-py311-ubi9@sha256:6ca197104a35db5c4f187121acceda24dc290526d53f778d6d6e08267df5ce71
66
odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-rocm-py311-ubi9@sha256:b3e577c019e36c318bce11548de2b647c44299ca8760252654a3e937996c4364
7-
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9@sha256:26a5a1dd6484f2be82fbeb8a82bc483d46cbee31d0d6fab15181c97cad1318bd
8-
odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9@sha256:2ebbd58d4465ab5d0bc7b912f8cb3e9cdc2d99718628078671ad2c5ba308557d
7+
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9@sha256:e73f81471d9c5710950839e1cdb95fab99643668834ca5fa0ed0162c96a279e0
8+
odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9@sha256:29f7fa4bb3b2ea9804ee0a3d2a828d2369877516ba2919c118d126993ea5ed9b
99
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-trustyai-cpu-py311-ubi9@sha256:485d52cf10143cd09dfd13defe1dd37d2dcc7910dcf6e173aa7aa39456526b30
1010
odh-workbench-codeserver-datascience-cpu-py311-ubi9-n=quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py311-ubi9@sha256:4e0cf22ec228a4f757ee09df38bfa143d3fcb10c08f9cdb94b01b877940428e3
1111
odh-workbench-rstudio-minimal-cpu-py311-c9s-n=quay.io/opendatahub/workbench-images@sha256:71027e0e8a25c9010de4fe0a0f3056bc52c370c800e26f5779f9daa29ebd071b
1212
odh-workbench-rstudio-minimal-cuda-py311-c9s-n=quay.io/opendatahub/workbench-images@sha256:eef8bdad143d0fe98d93c19ec008bd7a4e9475874db6c7301e558fe79142d72b
1313
odh-pipeline-runtime-minimal-cpu-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py311-ubi9@sha256:95ac5442205c701733683797babe4bef905ea6d070e6f98bb1990fdc975bba5c
1414
odh-pipeline-runtime-datascience-cpu-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py311-ubi9@sha256:b728be3bb011b6d02d260d9f4877e88a12c6a8d0a2ae03499c6b17156ea3c798
1515
odh-pipeline-runtime-pytorch-cuda-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-pytorch-cuda-py311-ubi9@sha256:9130158bca535aa98250f6a0a1f1165d16a5f52d1f3f4ef4e8bbf5c9ad4f3507
16-
odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-pytorch-rocm-py311-ubi9@sha256:2748137f5ed11bc85fb49e11e3070364b6e8abd1197af1c40136153b38981a2a
17-
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9@sha256:d6bd5e7ae0f0becc6f43db6a58b8e800461df2e2424272c083556d5ba8a44d08
16+
odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-pytorch-rocm-py311-ubi9@sha256:73f0a16a7cdec9a0fd183871d522662949eede7bf6716b09331a4471779be500
17+
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9@sha256:5bfdec236ec8a8e9bd75f67a447e703ebbbcc37ae179b8631336c8efed6b0b08
1818
odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9@sha256:d63b8e637c9bc2c1d787ebc6619a031a398cd650335b0c14d0fef07397c8e805
19-
odh-workbench-jupyter-minimal-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cpu-py312-ubi9@sha256:6be86418bee9f61c6bdcfdd183bf21ae7e7e694ecda1584f9f3994b6aadd8e02
20-
odh-workbench-jupyter-minimal-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9@sha256:05a8598b0208bcef0bbc1aa6e910738728e6af4061c796a5085c8977e199fcd9
19+
odh-workbench-jupyter-minimal-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cpu-py312-ubi9@sha256:9ff4787cfdea6ae6c7e09bc66f0fb0801e79b74fba483349cb4677b9a981088b
20+
odh-workbench-jupyter-minimal-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9@sha256:13f5f7796799f69ced6534b675316daf29aa51bbc2001b3e6a9273f1e55240ed
2121
odh-workbench-jupyter-minimal-rocm-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-rocm-py312-ubi9@sha256:eebee1f87be1a935112eae97fabbbea87c7231118c6954f3217934a46a12acce
22-
odh-workbench-jupyter-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-datascience-cpu-py312-ubi9@sha256:bef3d97438ee8ad8dd311ed420a27094ce7e5ef0d91ee5c58f4edb098c3c1f56
22+
odh-workbench-jupyter-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-datascience-cpu-py312-ubi9@sha256:0d82f41bcd18eb0e735dc71f2128849b408fc75856c1d3e660069c8a96b4ce1a
2323
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-cuda-py312-ubi9@sha256:4ea8ca72c05ab2a8e73d9ad71e666248fffc45a9e171bdc4273ec3e6cc220870
2424
odh-workbench-jupyter-pytorch-rocm-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-rocm-py312-ubi9@sha256:8566550f04ea79a95a714c396d981fc9603d86f825494717141b0f6c1e0a6397
2525
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9@sha256:2a8cd5c581db355aec24fe5524c22d7f40680b86146952b7564d81a9e8fba106
@@ -28,5 +28,5 @@ odh-workbench-codeserver-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-wo
2828
odh-pipeline-runtime-minimal-cpu-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py312-ubi9@sha256:da3b5349f1798a121fec4c3c272ad42a541bbaaed22727b0d2a4874a341d2eca
2929
odh-pipeline-runtime-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py312-ubi9@sha256:ab018e5a3eaf83590111f3ca857bb90ed7b49db8589791356216fde772bd4ecd
3030
odh-pipeline-runtime-pytorch-rocm-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-pytorch-rocm-py312-ubi9@sha256:aeb76339440e56075918d1281c01d710017bdf129de7a67cb4889a042e58aeb5
31-
odh-pipeline-runtime-pytorch-cuda-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-pytorch-cuda-py312-ubi9@sha256:2ebe0f25b632e0f30e372285a539a113c2ce7611fc87891a27e638cc84c47dae
32-
odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9@sha256:01c1b80cfb3e75004c71566494f447ee32f1de42f23ac23d08a9ee82f98a9797
31+
odh-pipeline-runtime-pytorch-cuda-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-pytorch-cuda-py312-ubi9@sha256:57895327c8cc6915cd7eb8e9db2de7ea0490270bfa5b7e5c6057e8263ac2c685
32+
odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9@sha256:7698cb867c79f56193acc74c1159d0fed7b44fecadc172a5726bc73947706025

scripts/buildinputs/go.mod

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,61 @@
11
module dockerfile
22

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.24
64

75
require (
8-
github.com/containerd/platforms v0.2.1
9-
github.com/moby/buildkit v0.18.1
6+
github.com/containerd/platforms v1.0.0-rc.1
7+
github.com/moby/buildkit v0.23.2
108
github.com/opencontainers/go-digest v1.0.0
11-
github.com/opencontainers/image-spec v1.1.0
9+
github.com/opencontainers/image-spec v1.1.1
1210
github.com/pkg/errors v0.9.1
1311
)
1412

1513
require (
16-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
1714
github.com/agext/levenshtein v1.2.3 // indirect
18-
github.com/containerd/containerd v1.7.24 // indirect
19-
github.com/containerd/errdefs v0.3.0 // indirect
15+
github.com/containerd/containerd/v2 v2.1.3 // indirect
16+
github.com/containerd/errdefs v1.0.0 // indirect
2017
github.com/containerd/log v0.1.0 // indirect
21-
github.com/containerd/ttrpc v1.2.5 // indirect
18+
github.com/containerd/ttrpc v1.2.7 // indirect
2219
github.com/containerd/typeurl/v2 v2.2.3 // indirect
2320
github.com/distribution/reference v0.6.0 // indirect
2421
github.com/docker/go-connections v0.5.0 // indirect
2522
github.com/docker/go-units v0.5.0 // indirect
2623
github.com/felixge/httpsnoop v1.0.4 // indirect
27-
github.com/go-logr/logr v1.4.2 // indirect
24+
github.com/go-logr/logr v1.4.3 // indirect
2825
github.com/go-logr/stdr v1.2.2 // indirect
2926
github.com/gogo/protobuf v1.3.2 // indirect
3027
github.com/golang/protobuf v1.5.4 // indirect
3128
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
3229
github.com/google/uuid v1.6.0 // indirect
3330
github.com/hashicorp/errwrap v1.1.0 // indirect
3431
github.com/hashicorp/go-multierror v1.1.1 // indirect
35-
github.com/in-toto/in-toto-golang v0.5.0 // indirect
36-
github.com/klauspost/compress v1.17.11 // indirect
32+
github.com/in-toto/in-toto-golang v0.9.0 // indirect
33+
github.com/klauspost/compress v1.18.0 // indirect
3734
github.com/moby/docker-image-spec v1.3.1 // indirect
3835
github.com/moby/locker v1.0.1 // indirect
3936
github.com/moby/patternmatcher v0.6.0 // indirect
4037
github.com/moby/sys/signal v0.7.1 // indirect
4138
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
42-
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
39+
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
4340
github.com/shibumi/go-pathspec v1.3.0 // indirect
4441
github.com/sirupsen/logrus v1.9.3 // indirect
45-
github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 // indirect
46-
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 // indirect
47-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
48-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 // indirect
49-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
50-
go.opentelemetry.io/otel v1.28.0 // indirect
51-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
52-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
53-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
54-
golang.org/x/crypto v0.35.0 // indirect
55-
golang.org/x/net v0.29.0 // indirect
56-
golang.org/x/sync v0.11.0 // indirect
57-
golang.org/x/sys v0.30.0 // indirect
58-
golang.org/x/text v0.22.0 // indirect
59-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
60-
google.golang.org/grpc v1.66.3 // indirect
61-
google.golang.org/protobuf v1.35.1 // indirect
42+
github.com/tonistiigi/dchapes-mode v0.0.0-20250318174251-73d941a28323 // indirect
43+
github.com/tonistiigi/fsutil v0.0.0-20250605211040-586307ad452f // indirect
44+
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
45+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
46+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
47+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.62.0 // indirect
48+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
49+
go.opentelemetry.io/otel v1.37.0 // indirect
50+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
51+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
52+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
53+
golang.org/x/crypto v0.40.0 // indirect
54+
golang.org/x/net v0.42.0 // indirect
55+
golang.org/x/sync v0.16.0 // indirect
56+
golang.org/x/sys v0.34.0 // indirect
57+
golang.org/x/text v0.27.0 // indirect
58+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
59+
google.golang.org/grpc v1.74.0 // indirect
60+
google.golang.org/protobuf v1.36.6 // indirect
6261
)

0 commit comments

Comments
 (0)