summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* next part of dependencies for iceberg-go 0.5.0timmyb32r2026-04-153-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` # обновил пакеты ya tool yo get -use-go-resolver cloud.google.com/go/storage v1.60.0 ya tool yo get -use-go-resolver github.com/apache/arrow-go/v18 v18.5.1 ya tool yo get -use-go-resolver github.com/docker/docker v28.5.2+incompatible ya tool yo get -use-go-resolver github.com/googleapis/gax-go/v2 v2.17.0 ya tool yo get -use-go-resolver github.com/hamba/avro/v2 v2.31.0 ya tool yo get -use-go-resolver golang.org/x/crypto v0.48.0 ya tool yo get -use-go-resolver golang.org/x/net v0.51.0 ya tool yo get -use-go-resolver golang.org/x/sys v0.43.0 ya tool yo get -use-go-resolver golang.org/x/text v0.35.0 ya tool yo get -use-go-resolver golang.org/x/tools v0.42.0 ya tool yo get -use-go-resolver google.golang.org/api v0.267.0 ya tool yo get -use-go-resolver github.com/docker/cli v28.5.1+incompatible ya tool yo get -use-go-resolver github.com/docker/docker-credential-helpers v0.9.3 ya tool yo get -use-go-resolver github.com/googleapis/enterprise-certificate-proxy v0.3.11 ya tool yo get -use-go-resolver github.com/substrait-io/substrait v0.81.0 ya tool yo get -use-go-resolver github.com/substrait-io/substrait-go/v7 v7.4.0 ya tool yo get -use-go-resolver github.com/substrait-io/substrait-protobuf/go v0.81.0 ya tool yo get -use-go-resolver golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 ya tool yo get -use-go-resolver modernc.org/ccgo/v4 v4.30.2 ya tool yo get -use-go-resolver modernc.org/libc v1.68.0 # удалил replace на substrait replace github.com/substrait-io/substrait-protobuf/go => github.com/substrait-io/substrait-protobuf/go v0.71.0 replace github.com/substrait-io/substrait => github.com/substrait-io/substrait v0.69.0 # удалил 'github.com/substrait-io/substrait-go/v4' - теперь вместо него будет github.com/substrait-io/substrait-go/v7 ya tool yo get -rm github.com/substrait-io/substrait-go/v4 # А также нафигачил патчей: # vendor/github.com/apache/iceberg-go/patches/iceberg-go.patch # Тут всё просто - 'substrait-go/v4' и 'substrait-go/v7' ссылаются на один и тот же протобуф, который между v4 и v7 несовместимым образом изменился # поэтому одновременно не может существовать в аркадии и v4 и v7 # и этот патч делает так, чтобы iceberg-go v0.4.0 сидел на v7 а не на v4 # iceberg-go v0.5.0 уже сидит на v7, поэтому при обновлении iceberg-go на v0.5.0 этот патч будет удалён # vendor/golang.org/x/tools/gopls/patches/gopls.patch # Тут дело в том, что пакеты: # - golang.org/x/tools # - golang.org/x/tools/gopls # очень тесно связаны, и пакет golang.org/x/tools зарелизили, а golang.org/x/tools/gopls ещё нет # поэтому golang.org/x/tools немножко вперёд уехал, и чтобы оно собиралось - пришлось внести ряд правок: # - vendor/golang.org/x/tools/gopls/internal/label/keys.go - тут NewUInt64 заменил на NewUint # Это изменение есть в транке но gopls не зарелижен # - vendor/golang.org/x/tools/gopls/internal/test/integration/env.go - тут я из теста выкинул mcp # Пакет mcp выкинут в свежайшем golang.org/x/tools, но поскольку gopls еще не выпущен - он продолжал ссылаться на этот пакет в тесте # - vendor/golang.org/x/tools/gopls/internal/test/integration/wrappers.go - тут тоже mcp # - vendor/golang.org/x/tools/gopls/internal/cache/keys.go - тут я добавил метод Append() # В golang.org/x/tools Append() заменили на Format() - но поскольку gopls отстает от tools - это нужно для реализации старого интерфейса # все эти изменения станут неактуальны как только зарелизится новый gopls # vendor/golang.org/x/tools/patches/x_tools.patch # - vendor/golang.org/x/tools/internal/astutil/util.go - добавил выпиленные функции IsChildOf и CursorValid # всё это также нужно из-за отставания gopls # все эти изменения станут неактуальны как только зарелизится новый gopls ya tool yo vendor ``` commit_hash:ecaa7e972308191ebb107b9b468beecc74f7a5a2
* обновляю зависимости для iceberg-go 0.5.0timmyb32r2026-04-114-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` ya tool yo get -use-go-resolver cloud.google.com/go/pubsub/v2 v2.2.1 ya tool yo get -use-go-resolver cloud.google.com/go/storage v1.59.2 ya tool yo get -use-go-resolver github.com/99designs/gqlgen v0.17.84 ya tool yo get -use-go-resolver github.com/Masterminds/semver/v3 v3.4.0 ya tool yo get -use-go-resolver github.com/NVIDIA/go ya tool yo get -use-go-resolver github.com/annetutil/gnetcli v1.2.17 ya tool yo get -use-go-resolver github.com/aws/aws ya tool yo get -use-go-resolver github.com/aws/aws ya tool yo get -use-go-resolver github.com/aws/smithy ya tool yo get -use-go-resolver github.com/containernetworking/cni v1.3.0 ya tool yo get -use-go-resolver github.com/containernetworking/plugins v1.7.1 ya tool yo get -use-go-resolver github.com/coreos/go ya tool yo get -use-go-resolver github.com/envoyproxy/go ya tool yo get -use-go-resolver github.com/envoyproxy/go ya tool yo get -use-go-resolver github.com/google/flatbuffers v25.12.19+incompatible ya tool yo get -use-go-resolver github.com/google/pprof v0.0.0 ya tool yo get -use-go-resolver github.com/googleapis/gax ya tool yo get -use-go-resolver github.com/grpc ya tool yo get -use-go-resolver github.com/hashicorp/hcl/v2 v2.24.0 ya tool yo get -use-go-resolver github.com/insomniacslk/dhcp v0.0.0 ya tool yo get -use-go-resolver github.com/klauspost/compress v1.18.4 ya tool yo get -use-go-resolver github.com/nats ya tool yo get -use-go-resolver github.com/nats ya tool yo get -use-go-resolver github.com/onsi/ginkgo/v2 v2.23.4 ya tool yo get -use-go-resolver github.com/onsi/gomega v1.37.0 ya tool yo get -use-go-resolver github.com/pierrec/lz4/v4 v4.1.25 ya tool yo get -use-go-resolver github.com/prometheus/client_golang v1.22.0 ya tool yo get -use-go-resolver github.com/safchain/ethtool v0.5.10 ya tool yo get -use-go-resolver github.com/ydb ya tool yo get -use-go-resolver github.com/zclconf/go ya tool yo get -use-go-resolver go.etcd.io/etcd/raft/v3 v3.5.16 ya tool yo get -use-go-resolver go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35.0 ya tool yo get -use-go-resolver go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 ya tool yo get -use-go-resolver go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 ya tool yo get -use-go-resolver go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 ya tool yo get -use-go-resolver go.opentelemetry.io/proto/otlp v1.7.1 ya tool yo get -use-go-resolver go.uber.org/mock v0.6.0 ya tool yo get -use-go-resolver gocloud.dev v0.44.0 ya tool yo get -use-go-resolver golang.org/x/crypto v0.47.0 ya tool yo get -use-go-resolver golang.org/x/mod v0.33.0 ya tool yo get -use-go-resolver golang.org/x/sync v0.20.0 ya tool yo get -use-go-resolver golang.org/x/sys v0.42.0 ya tool yo get -use-go-resolver golang.org/x/term v0.41.0 ya tool yo get -use-go-resolver golang.org/x/text v0.33.0 ya tool yo get -use-go-resolver golang.org/x/tools/gopls v0.21.1 ya tool yo get -use-go-resolver google.golang.org/api v0.260.0 ya tool yo get -use-go-resolver google.golang.org/grpc v1.79.1 ya tool yo get -use-go-resolver k8s.io/api v0.32.3 ya tool yo get -use-go-resolver k8s.io/apimachinery v0.32.3 ya tool yo get -use-go-resolver k8s.io/apiserver v0.32.3 ya tool yo get -use-go-resolver k8s.io/client ya tool yo get -use-go-resolver k8s.io/cri ya tool yo get -use-go-resolver k8s.io/kubelet v0.32.3 ya tool yo get -use-go-resolver cel.dev/expr v0.25.1 ya tool yo get -use-go-resolver github.com/apcera/gssapi v0.0.0 ya tool yo get -use-go-resolver github.com/aws/aws ya tool yo get -use-go-resolver github.com/aws/aws ya tool yo get -use-go-resolver github.com/aws/aws ya tool yo get -use-go-resolver github.com/aws/aws ya tool yo get -use-go-resolver github.com/beltran/gohive v1.8.1 ya tool yo get -use-go-resolver github.com/beltran/gosasl v1.0.0 ya tool yo get -use-go-resolver github.com/beltran/gssapi v0.0.0 ya tool yo get -use-go-resolver github.com/cncf/xds/go v0.0.0 ya tool yo get -use-go-resolver github.com/compose ya tool yo get -use-go-resolver github.com/containerd/containerd/api v1.9.0 ya tool yo get -use-go-resolver github.com/containerd/containerd/v2 v2.1.5 ya tool yo get -use-go-resolver github.com/envoyproxy/protoc ya tool yo get -use-go-resolver github.com/google/wire v0.7.0 ya tool yo get -use-go-resolver github.com/googleapis/enterprise ya tool yo get -use-go-resolver github.com/jsimonetti/rtnetlink v1.3.5 ya tool yo get -use-go-resolver github.com/lyft/protoc ya tool yo get -use-go-resolver github.com/opencontainers/runtime ya tool yo get -use-go-resolver github.com/opencontainers/selinux v1.12.0 ya tool yo get -use-go-resolver github.com/pelletier/go ya tool yo get -use-go-resolver github.com/substrait ya tool yo get -use-go-resolver github.com/substrait ya tool yo get -use-go-resolver github.com/tonistiigi/fsutil v0.0.0 ya tool yo get -use-go-resolver github.com/u ya tool yo get -use-go-resolver github.com/uptrace/bun v1.2.17 ya tool yo get -use-go-resolver github.com/uptrace/bun/dialect/mssqldialect v1.2.17 ya tool yo get -use-go-resolver github.com/uptrace/bun/dialect/mysqldialect v1.2.17 ya tool yo get -use-go-resolver github.com/uptrace/bun/dialect/oracledialect v1.2.17 ya tool yo get -use-go-resolver github.com/uptrace/bun/dialect/pgdialect v1.2.17 ya tool yo get -use-go-resolver github.com/uptrace/bun/dialect/sqlitedialect v1.2.17 ya tool yo get -use-go-resolver github.com/uptrace/bun/extra/bundebug v1.2.17 ya tool yo get -use-go-resolver github.com/xiang90/probing v0.0.0 ya tool yo get -use-go-resolver github.com/zeebo/xxh3 v1.1.0 ya tool yo get -use-go-resolver go.etcd.io/etcd/api/v3 v3.5.16 ya tool yo get -use-go-resolver go.etcd.io/etcd/client/pkg/v3 v3.5.16 ya tool yo get -use-go-resolver go.etcd.io/etcd/client/v2 v2.305.16 ya tool yo get -use-go-resolver go.etcd.io/etcd/client/v3 v3.5.16 ya tool yo get -use-go-resolver go.etcd.io/etcd/pkg/v3 v3.5.16 ya tool yo get -use-go-resolver go.etcd.io/etcd/server/v3 v3.5.16 ya tool yo get -use-go-resolver go.opentelemetry.io/contrib/detectors/gcp v1.39.0 ya tool yo get -use-go-resolver google.golang.org/genproto/googleapis/bytestream v0.0.0 ya tool yo get -use-go-resolver k8s.io/kms v0.32.3 ya tool yo get -use-go-resolver modernc.org/gc/v3 v3.1.2 ya tool yo get -use-go-resolver modernc.org/libc v1.67.7 ya tool yo get -use-go-resolver modernc.org/sqlite v1.46.1 ya tool yo get -use-go-resolver sigs.k8s.io/knftables v0.0.18 ya tool yo vendor ``` \+ поотключал кучу тестов - одни шарятся по локальной фс - у нас все что вне ya.make - отсутствует - другие тесты импортируют несуществующие символы из зависимостей по поводу упавшего теста в mds - связался с @asnopov оттуда: ``` Alexander, [10 Apr 2026 at 01:01:12]: ну выглядит так, что флапнули просто локально попрогонял, проходит все ``` commit_hash:1b10260c4bcadf7d2217c9f402cd0818e277c850
* Update vendor/github.com/nats-io/jwt/v2 to 2.8.1robot-contrib2026-04-023-2/+5
| | | | commit_hash:f6eed6caae51d929a89ffbd34c49a0456ebd2340
* YDB Import 880robot-ydb-importer2026-03-1927-7379/+0
| | | | commit_hash:548d3a06371ccac59f78d8c59cd6701c13333679
* update iceberg-go by parts to v0.5.0 - part cloud.google.comtimmyb32r2026-03-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` ya tool yo get -use-go-resolver cloud.google.com/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/dataproc/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/recaptchaenterprise/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/vision/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo vendor #--- ya tool yo get go.einride.tech/[email protected] Убрал replace cloud.google.com/go/pubsub ~/arcadia/vendor/cloud.google.com/go/spanner/ya.make - commented mutation_test.go, поскольку он начал юзать функции из других отключенных тест файлов ~/arcadia/vendor/cloud.google.com/go/firestore/ya.make - commented pipeline_stage_test, креды не может найти ~/arcadia/vendor/cloud.google.com/go/auth/grpctransport - commented grpctransport_otel_test.go, криво оформленный тест ~/arcaia/yy/backend/libs/go/googleapi/indexing/client.go - заменил депрекейтед функцию на актуальную # module for policy "ALLOW .* -> vendor/google.golang.org/api/firebaseremoteconfig/v1" was not found убрал из vendor.policy строчку"ALLOW .* -> vendor/google.golang.org/api/firebaseremoteconfig/v1" ``` commit_hash:76c6a42926c86ff0fe843629bfb793e405c11fa7
* Intermediate changesrobot-piglet2026-03-021-0/+6
| | | | commit_hash:9d6c79b853314e1de7cd92adaba120f2e7fb6000
* [CANDIDATE] dependencies before split opentelemetry/collector (WITHOUT ↵timmyb32r2026-02-2413-29/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vendor/github.com/google/go-tpm-tools & prometheus) + EXTRA ``` ya tool yo get -use-go-resolver carvel.dev/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver cloud.google.com/go/[email protected] ya tool yo get -use-go-resolver github.com/99designs/[email protected] ya tool yo get -use-go-resolver github.com/AlecAivazis/survey/[email protected] ya tool yo get -use-go-resolver github.com/PuerkitoBio/[email protected] ya tool yo get -use-go-resolver github.com/andybalholm/[email protected] ya tool yo get -use-go-resolver github.com/aws/aws-sdk-go-v2/service/[email protected] ya tool yo get -use-go-resolver github.com/bmatcuk/doublestar/[email protected] ya tool yo get -use-go-resolver github.com/creack/[email protected] ya tool yo get -use-go-resolver github.com/go-sql-driver/[email protected] ya tool yo get -use-go-resolver github.com/goccy/[email protected] ya tool yo get -use-go-resolver github.com/golang-jwt/jwt/[email protected] ya tool yo get -use-go-resolver github.com/google/[email protected] ya tool yo get -use-go-resolver github.com/googleapis/[email protected] ya tool yo get -use-go-resolver github.com/hashicorp/[email protected] ya tool yo get -use-go-resolver github.com/klauspost/[email protected] ya tool yo get -use-go-resolver github.com/klauspost/cpuid/[email protected] ya tool yo get -use-go-resolver github.com/magiconair/[email protected] ya tool yo get -use-go-resolver github.com/otiai10/[email protected] ya tool yo get -use-go-resolver github.com/pdfcpu/[email protected] ya tool yo get -use-go-resolver github.com/pierrec/lz4/[email protected] ya tool yo get -use-go-resolver github.com/spf13/[email protected] ya tool yo get -use-go-resolver github.com/spf13/[email protected] ya tool yo get -use-go-resolver github.com/testcontainers/[email protected] ya tool yo get -use-go-resolver github.com/urfave/cli/[email protected] ya tool yo get -use-go-resolver github.com/vektah/gqlparser/[email protected] ya tool yo get -use-go-resolver go.temporal.io/sdk/contrib/tools/[email protected] ya tool yo get -use-go-resolver go.uber.org/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver gonum.org/v1/[email protected] ya tool yo get -use-go-resolver google.golang.org/[email protected] ya tool yo get -use-go-resolver google.golang.org/genproto/googleapis/[email protected] ya tool yo get -use-go-resolver google.golang.org/genproto/googleapis/[email protected] ya tool yo get -use-go-resolver google.golang.org/[email protected] ya tool yo get -use-go-resolver k8s.io/[email protected] ya tool yo get -use-go-resolver k8s.io/[email protected] ya tool yo get -use-go-resolver codeberg.org/go-fonts/[email protected] ya tool yo get -use-go-resolver codeberg.org/go-fonts/[email protected] ya tool yo get -use-go-resolver codeberg.org/go-latex/[email protected] ya tool yo get -use-go-resolver codeberg.org/go-pdf/[email protected] ya tool yo get -use-go-resolver dario.cat/[email protected] ya tool yo get -use-go-resolver git.sr.ht/~sbinet/[email protected] ya tool yo get -use-go-resolver github.com/AdaLogics/[email protected] ya tool yo get -use-go-resolver github.com/GoogleCloudPlatform/[email protected] ya tool yo get -use-go-resolver github.com/aliyun/[email protected]+incompatible ya tool yo get -use-go-resolver github.com/aws/[email protected] ya tool yo get -use-go-resolver github.com/campoy/[email protected] ya tool yo get -use-go-resolver github.com/cenkalti/backoff/[email protected] ya tool yo get -use-go-resolver github.com/cncf/xds/[email protected] ya tool yo get -use-go-resolver github.com/cppforlife/[email protected] ya tool yo get -use-go-resolver github.com/cppforlife/[email protected] ya tool yo get -use-go-resolver github.com/ebitengine/[email protected] ya tool yo get -use-go-resolver github.com/elastic/[email protected] ya tool yo get -use-go-resolver github.com/go-jose/go-jose/[email protected] ya tool yo get -use-go-resolver github.com/go-viper/mapstructure/[email protected] ya tool yo get -use-go-resolver github.com/google/go-replayers/[email protected] ya tool yo get -use-go-resolver github.com/google/go-replayers/[email protected] ya tool yo get -use-go-resolver github.com/google/[email protected] ya tool yo get -use-go-resolver github.com/google/[email protected] ya tool yo get -use-go-resolver github.com/grafana/[email protected] ya tool yo get -use-go-resolver github.com/hhrutter/[email protected] ya tool yo get -use-go-resolver github.com/hhrutter/[email protected] ya tool yo get -use-go-resolver github.com/hhrutter/[email protected] ya tool yo get -use-go-resolver github.com/hpcloud/[email protected] ya tool yo get -use-go-resolver github.com/k14s/[email protected] ya tool yo get -use-go-resolver github.com/k14s/[email protected] ya tool yo get -use-go-resolver github.com/knadh/koanf/[email protected] ya tool yo get -use-go-resolver github.com/lestrrat-go/[email protected] ya tool yo get -use-go-resolver github.com/lestrrat-go/[email protected] ya tool yo get -use-go-resolver github.com/lufia/[email protected] ya tool yo get -use-go-resolver github.com/moby/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/moby/[email protected] ya tool yo get -use-go-resolver github.com/mrunalp/[email protected] ya tool yo get -use-go-resolver github.com/otiai10/[email protected] ya tool yo get -use-go-resolver github.com/power-devops/[email protected] ya tool yo get -use-go-resolver github.com/prometheus/[email protected] ya tool yo get -use-go-resolver github.com/rs/[email protected] ya tool yo get -use-go-resolver github.com/shirou/gopsutil/[email protected] ya tool yo get -use-go-resolver github.com/stoewer/[email protected] ya tool yo get -use-go-resolver github.com/tklauser/[email protected] ya tool yo get -use-go-resolver github.com/tklauser/[email protected] ya tool yo get -use-go-resolver github.com/vbatts/[email protected] ya tool yo get -use-go-resolver golang.org/x/exp/[email protected] ya tool yo get -use-go-resolver golang.org/x/[email protected] ya tool yo get -use-go-resolver gonum.org/v1/[email protected] ya tool yo get -use-go-resolver google.golang.org/genproto/googleapis/[email protected] ya tool yo get -use-go-resolver gotest.tools/[email protected] ya tool yo get -use-go-resolver modernc.org/[email protected] ya tool yo get -use-go-resolver modernc.org/[email protected] ``` step 2: ``` fix: cloud/disk_manager/pkg/admin/run.go music/tools/checklist_automator/pkg/cmd/rootCmd.go music/tools/generate_service_graphs/pkg/cmd/rootCmd.go music/tools/generate_summary_graphs/pkg/cmd/rootCmd.go ``` step 3: ``` ya tool yo get -use-go-resolver [email protected] ya tool yo get -use-go-resolver github.com/aws/aws-sdk-go-v2/service/[email protected] ya tool yo get -use-go-resolver github.com/aws/aws-sdk-go-v2/service/[email protected] ya tool yo get -use-go-resolver github.com/cenkalti/backoff/[email protected] ya tool yo get -use-go-resolver github.com/containerd/errdefs/[email protected] ya tool yo get -use-go-resolver github.com/elastic/[email protected] ya tool yo get -use-go-resolver github.com/glycerine/[email protected] ya tool yo get -use-go-resolver github.com/influxdata/[email protected] ya tool yo get -use-go-resolver github.com/influxdata/[email protected] ya tool yo get -use-go-resolver github.com/influxdata/[email protected] ya tool yo get -use-go-resolver github.com/influxdata/[email protected] ya tool yo get -use-go-resolver github.com/influxdata/[email protected] ya tool yo get -use-go-resolver github.com/jsternberg/[email protected] ya tool yo get -use-go-resolver github.com/jwilder/[email protected] ya tool yo get -use-go-resolver github.com/moby/[email protected] ya tool yo get -use-go-resolver github.com/moby/sys/[email protected] ya tool yo get -use-go-resolver github.com/paulbellamy/[email protected] ya tool yo get -use-go-resolver github.com/puzpuzpuz/xsync/[email protected] ya tool yo get -use-go-resolver github.com/retailnext/[email protected] ya tool yo get -use-go-resolver github.com/stackitcloud/stackit-sdk-go/[email protected] ya tool yo get -use-go-resolver gopkg.in/fsnotify/[email protected] ya tool yo get -use-go-resolver sigs.k8s.io/structured-merge-diff/[email protected] ``` step 4: ``` turned-off tests - in: vendor/github.com/AzureAD/microsoft-authentication-extensions-for-go/cache/ya.make vendor/github.com/hamba/avro/v2/cmd/avrogen/ya.make vendor/github.com/hamba/avro/v2/gen/ya.make ``` . commit_hash:d4a6a2ee9c5f4399a619728deadf58f7c7d3a9d1
* Intermediate changesrobot-piglet2026-02-2011-34/+541
| | | | commit_hash:06bacb565589c34607768d059de17a80a9690e8b
* YDB Import 878robot-ydb-importer2026-02-2027-0/+7379
| | | | commit_hash:78c07557b10347db616179312e8dbb99c6e01920
* Update gqlgen to v0.17.86dimastark2026-02-1959-124/+255
| | | | commit_hash:c7ae860aaa9e96e75a4cdc4340ed58769ab89ef4
* cloud.google.com/go/* bumptimmyb32r2026-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` step 1: ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/compute/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/dataproc/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] ya tool yo get cloud.google.com/go/[email protected] # тут удалил свой микропатч в github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp ya tool yo vendor приводит к ошибке сборки: google.golang.org/genproto/googleapis/cloud/compute/v1 google.golang.org/genproto/googleapis/cloud/compute/v1/alias.go:9994:25: undefined: src.ScratchDisks "cloud.google.com/go/compute" - бампаю с 1.38 до 1.40 ScratchDisks впервые появляется в compute/v1.13.0 ScratchDisks есть до compute/v1.38.0 включительно в compute/v1.39.0 символ уже исчезает . step 2: ya tool yo get google.golang.org/[email protected] . step 3 пофиксил канонизацию в ycserver раньше она при каждом обновлении либы google.golang.org/grpc требовало реканонизации. Теперь нет ``` commit_hash:ceac18d79f825bf839cfd1080a1ce617f54ab8b0
* freeze otelgrpc & try bump library -- cloud.google.com/go: v0.120.0 -> v0.121.6timmyb32r2026-02-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ``` Зафризил otelgrpc на версии 0.60.0 (через require в go.mod, как посоветовали в igniteferro) Бампнул версию cloud.google.com/go: v0.120.0 -> v0.121.6 В обновленной версии интерфейс grpc balancer начал требовать доп метод IdleExit - для обратной совместимости достаточно добавить пустую имплементацию оного - добавил это в: cloud/mdb/internal/grpcutil/pool_balancer/pool.go travel/library/go/grpcutil/client/healthcheck_balancer/balancer.go отключил 4 файла тестов в vendor/cloud.google.com/go/storage/dataflux/ya.make реканонизировал cloud/dataplatform/ycloud/ycserver/gotest/canondata/result.json - там канонизировали версию grpc :-/ "user_agent": "grpc-go/1.73.0" сделал микропатч на vendor/github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/patches - потому что его повышение версии тянет за собой очень много. Отдельно можно будет его бампнуть и выкинуть этот патч отключил файлы тестов из vendor/cloud.google.com/go/spanner/ya.make отключил один файл тестов из vendor/cloud.google.com/go/auth/grpctransport/ya.make - похоже этот тест должен запускаться в каком-то окружении ``` commit_hash:889965dd169151f788ac874859d2b757caf401c3
* Update golang.org/x/tools/gopls 0.20.0 -> 0.21.0mikhnenko2026-02-062-2/+2
| | | | commit_hash:3f7a02990d3ed6ddfa092d98f63bd7b144b10307
* Add adk-go dependenciesmoskovkin2026-02-042-2/+2
| | | | commit_hash:3f360abf8070cbc8ffced6297cdbcd883f39967e
* Make vendor consistentmikhnenko2026-01-2957-253/+122
| | | | | | | | | | | | | Revert "Update vendor/github.com/asticode/go-astits to 1.15.0" This reverts commit 0f990a87399ab73c8ff989b4e09d3c74155d8773, reversing changes made to dbcf14446fea23cda355368cf4bd32b6d4b7bb08. Revert "Update github.com/99designs/gqlgen to v0.17.86" This reverts commit 1c08f1e971c7cf96e2359bcaaed7e6814bd0b22e, reversing changes made to ebfcd8c8e12ebad26e066f7c797c499400c5fad4. commit_hash:462455a91602d52d32814c66d4a84cc03df28f48
* Update github.com/99designs/gqlgen to v0.17.86dimastark2026-01-2757-122/+253
| | | | commit_hash:1c08f1e971c7cf96e2359bcaaed7e6814bd0b22e
* update sigs.k8s.io/controller-runtime to v0.19.6torkve2025-12-012-8/+14
| | | | commit_hash:faf3842feeb4b6d9c5d4bd963e7683e347c98d9e
* Update vendor/google.golang.org/protobuf to 1.36.10robot-contrib2025-11-1960-347/+773
| | | | commit_hash:aba2a22837a1ae82e2180299947c7b738b9e950b
* Intermediate changesrobot-piglet2025-10-241-0/+6
| | | | commit_hash:af02aa9e847b6a5ec7ac329032e5c9fd35e8b34a
* Update vendor/golang.org/x/net to 0.44.0robot-contrib2025-10-022-2/+2
| | | | commit_hash:e889f3bbd1678d65dd2be9b1a03f81988aeb6b84
* vendor: bump gopls to v0.20.0gzuykov2025-08-292-2/+2
| | | | | bump gopls to v0.20.0 commit_hash:b29e7aaef3fc52a62ff25be218cb6171700dab13
* Intermediate changesrobot-piglet2025-08-043-7/+48
| | | | commit_hash:49e6283fb5ad7a4780f1e041ee81f7f2ca81da07
* Добавить terraform-plugin-testing, ↵opanasenko-m2025-07-3016-35/+183
| | | | | | terraform-plugin-framework-validators (Go) commit_hash:646bb26251ef8caaf7d5954613620344e1be2146
* Intermediate changesrobot-piglet2025-07-232-2/+2
| | | | commit_hash:1ed0105027407485c1954258e5d4fb8270f94adb
* add OpenFGA to vendorvansokol2025-06-0854-1106/+718
| | | | | try to add several packages from OpenFGA commit_hash:c4252fbb627404d2fa549d256c5848b073de4915
* Update github.com/xuri/excelize/v2 to 2.9.1atridis2025-06-052-2/+2
| | | | commit_hash:bffb598486f6755f69cf17be37862d16fc96a263
* Update vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore to 1.18.0robot-contrib2025-05-232-2/+2
| | | | commit_hash:1d10fa11cdbb46d735ab28acdc18cff77a0db563
* update grpc-gateway/v2ndtretyak2025-05-122-2/+2
| | | | commit_hash:e1ab48af0c138c6e643774b6143064a52a1184aa
* Update vendor/go.opentelemetry.io/otel to 1.35.0vansokol2025-04-107-301/+463
| | | | | | | | | | | Update vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to 0.60.0 Update vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to 0.60.0 Update vendor/go.opentelemetry.io/otel to 1.35.0 Update vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc to 1.35.0 Update vendor/go.opentelemetry.io/otel/sdk to 1.35.0 Update vendor/go.opentelemetry.io/otel/trace to 1.35.0 Update vendor/go.opentelemetry.io/proto/otlp to 1.5.0 commit_hash:33d1550a78c3897cb914aa30b4ee69ef4a407f06
* go1.23 switchpsydvl2025-04-0812-159/+517
| | | | | | Переключение Go на 1.23 Тулчейн с исходниками положен в PR:7442346 commit_hash:a56e7228a1eab335f40c731dc6a103945515cd70
* обновить grpc-gondtretyak2025-04-013-171/+259
| | | | commit_hash:c02d66d1a693f3970c86b830fa9ce21f9b8000b9
* feat ya-make: add support for DOCS_LIBRARY in PROTO_LIBRARYaserebriyskiy2025-03-10280-0/+58158
| | | | commit_hash:8f3498b2a434c3f72e0f5789ee69ae2aad71a05a
* bump google.golang.org/protobuf -> 1.36.5torkve2025-02-24123-2401/+7134
| | | | commit_hash:8e8141ad49102fc0192b1827d14a3c64f969678d
* Revert commit rXXXXXX,Extract Go lib version from yosvidyuk2024-11-072-119/+0
| | | | | | | Proper solution is implemented here: Heuristic searching of version from yo tool json file is not needed anymore. commit_hash:b1e84226e5379c4cfc5d2451d84c80502a795364
* Intermediate changesrobot-piglet2024-10-3039-0/+78
| | | | commit_hash:8728d5088f12247cf38892337baf887b6df09d87
* Intermediate changesrobot-piglet2024-10-302-0/+4
| | | | commit_hash:6f993565b395ee3cc421930b59f57c5c2f3781af
* Extract Go lib version from yosvidyuk2024-09-232-0/+119
| | | | commit_hash:5bdd87be839b02f013261505a6f5f2fb7fcfc1d4
* Добавить Open Policy Agent (Go)aolenin2024-08-098-78/+115
| | | | 23aa7520a3f21ef7b5ddeef09f95bea8b621eccd
* Update vendor/google.golang.org/protobuf to 1.34.2robot-contrib2024-07-1265-959/+1511
| | | | 1f36075f7778c814777f0001d36ba8f129268c07
* Intermediate changesrobot-piglet2024-05-224-0/+632
|
* Intermediate changesrobot-piglet2024-05-081-1/+3
|
* YDB Import 594robot-ydb-importer2024-04-242203-836740/+0
| | | | 2e301d4ba3c00c097627b06a869b401920c63bbe
* Intermediate changesrobot-piglet2024-04-1937-58/+326
|
* added bufbuild 1.30.0 into vendortimmyb32r2024-04-178-168/+463
| | | | e3239236fb9352805620cbc09bf87fc3470b93bc
* Intermediate changesrobot-piglet2024-04-091-1/+1
|
* Update vendor/github.com/go-resty/resty/v2 to 2.12.0robot-contrib2024-04-0812-13/+191
| | | | 2c417eb1f19edbc1bc383a8fae8345fc76c5e038
* Update ↵robot-contrib2024-03-2773-319/+351
| | | | | | vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to 0.49.0 69ec0201934185d3528e389698dc1f486b528977
* vendor github.com/smallstep/certificatesndtretyak2024-03-221-0/+2
| | | | 8cfed91c5843757a1c90bcaf5b5c8a3132ef15d3
* Update vendor/google.golang.org/protobuf to 1.33.0robot-contrib2024-03-0659-848/+1746
| | | | | | | | | https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY `CVE-2024-24786` Update vendor/github.com/golang/protobuf to 1.5.4 Update vendor/google.golang.org/protobuf to 1.33.0 49932bde4d66dcc904cbf736caa0272baf07833b
* Intermediate changesrobot-piglet2024-02-296-5/+237
|