From dd13989cd366c1829f11be96793bb79365d26317 Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:48:03 +0000 Subject: [PATCH] Make upgrade (#3608) --- go.mod | 42 ++++----- go.sum | 88 +++++++++---------- make/go/dep_buf.mk | 4 +- make/go/dep_golangci_lint.mk | 4 +- make/go/dep_protoc_gen_go.mk | 4 +- make/go/go.mk | 2 +- .../go/buf/alpha/audit/v1alpha1/event.pb.go | 10 +-- .../go/buf/alpha/audit/v1alpha1/service.pb.go | 10 +-- .../go/buf/alpha/breaking/v1/config.pb.go | 10 +-- .../proto/go/buf/alpha/image/v1/image.pb.go | 10 +-- .../proto/go/buf/alpha/lint/v1/config.pb.go | 10 +-- .../go/buf/alpha/module/v1alpha1/module.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/admin.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/authn.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/authz.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/convert.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/display.pb.go | 10 +-- .../go/buf/alpha/registry/v1alpha1/doc.pb.go | 10 +-- .../alpha/registry/v1alpha1/download.pb.go | 10 +-- .../registry/v1alpha1/git_metadata.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/github.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/image.pb.go | 10 +-- .../alpha/registry/v1alpha1/jsonschema.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/module.pb.go | 10 +-- .../registry/v1alpha1/organization.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/owner.pb.go | 10 +-- .../registry/v1alpha1/plugin_curation.pb.go | 10 +-- .../go/buf/alpha/registry/v1alpha1/push.pb.go | 10 +-- .../registry/v1alpha1/recommendation.pb.go | 10 +-- .../alpha/registry/v1alpha1/reference.pb.go | 10 +-- .../alpha/registry/v1alpha1/repository.pb.go | 10 +-- .../registry/v1alpha1/repository_branch.pb.go | 10 +-- .../registry/v1alpha1/repository_commit.pb.go | 10 +-- .../registry/v1alpha1/repository_tag.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/resolve.pb.go | 10 +-- .../alpha/registry/v1alpha1/resource.pb.go | 10 +-- .../go/buf/alpha/registry/v1alpha1/role.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/schema.pb.go | 10 +-- .../alpha/registry/v1alpha1/scim_token.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/search.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/studio.pb.go | 10 +-- .../registry/v1alpha1/studio_request.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/token.pb.go | 10 +-- .../go/buf/alpha/registry/v1alpha1/user.pb.go | 10 +-- .../v1alpha1/verification_status.pb.go | 10 +-- .../buf/alpha/registry/v1alpha1/webhook.pb.go | 10 +-- .../go/buf/alpha/studio/v1alpha1/invoke.pb.go | 10 +-- .../go/buf/alpha/webhook/v1alpha1/event.pb.go | 10 +-- .../go/google/protobuf/cpp_features.pb.go | 10 +-- .../go/google/protobuf/java_features.pb.go | 10 +-- .../go/grpc/reflection/v1/reflection.pb.go | 10 +-- 51 files changed, 297 insertions(+), 297 deletions(-) diff --git a/go.mod b/go.mod index 447f9c129c..7842e8b022 100644 --- a/go.mod +++ b/go.mod @@ -2,13 +2,13 @@ module github.com/bufbuild/buf go 1.22.0 -toolchain go1.23.4 +toolchain go1.23.5 require ( - buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.3-20250121211742-6d880cc6cc8d.1 - buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.3-20241127180247-a33202765966.1 - buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250106231242-56271afbd6ce.1 - buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.3-20250106231242-56271afbd6ce.1 + buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.4-20250121211742-6d880cc6cc8d.1 + buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20241127180247-a33202765966.1 + buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250116203702-1c024d64352b.1 + buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.4-20250116203702-1c024d64352b.1 buf.build/go/bufplugin v0.7.0 buf.build/go/protoyaml v0.3.1 buf.build/go/spdx v0.2.0 @@ -17,10 +17,10 @@ require ( github.com/bufbuild/protocompile v0.14.1 github.com/bufbuild/protoplugin v0.0.0-20250106231243-3a819552c9d9 github.com/bufbuild/protovalidate-go v0.8.2 - github.com/docker/docker v27.5.0+incompatible + github.com/docker/docker v27.5.1+incompatible github.com/go-chi/chi/v5 v5.2.0 github.com/gofrs/flock v0.12.1 - github.com/google/cel-go v0.22.1 + github.com/google/cel-go v0.23.0 github.com/google/go-cmp v0.6.0 github.com/google/go-containerregistry v0.20.2 github.com/google/uuid v1.6.0 @@ -30,7 +30,7 @@ require ( github.com/klauspost/pgzip v1.2.6 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c github.com/pkg/profile v1.7.0 - github.com/quic-go/quic-go v0.48.2 + github.com/quic-go/quic-go v0.49.0 github.com/rs/cors v1.11.1 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 @@ -47,14 +47,14 @@ require ( golang.org/x/sync v0.10.0 golang.org/x/term v0.28.0 golang.org/x/tools v0.29.0 - google.golang.org/protobuf v1.36.4-0.20250116160514-2005adbe0cf6 + google.golang.org/protobuf v1.36.4 gopkg.in/yaml.v3 v3.0.1 pluginrpc.com/pluginrpc v0.5.0 ) require ( - buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.3-20241007202033-cf42259fcbfc.1 // indirect - cel.dev/expr v0.19.1 // indirect + buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.4-20241007202033-cf42259fcbfc.1 // indirect + cel.dev/expr v0.19.2 // indirect github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/Microsoft/hcsshim v0.12.9 // indirect @@ -72,7 +72,7 @@ require ( github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/cli v27.5.0+incompatible // indirect + github.com/docker/cli v27.5.1+incompatible // indirect github.com/docker/distribution v2.8.3+incompatible // indirect github.com/docker/docker-credential-helpers v0.8.2 // indirect github.com/docker/go-connections v0.5.0 // indirect @@ -84,7 +84,7 @@ require ( github.com/go-task/slim-sprig/v3 v3.0.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect - github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect + github.com/google/pprof v0.0.0-20250125003558-7fdb3d7e6fa0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect @@ -111,20 +111,20 @@ require ( github.com/segmentio/encoding v0.4.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/stoewer/go-strcase v1.3.0 // indirect - github.com/vbatts/tar-split v0.11.6 // indirect + github.com/vbatts/tar-split v0.11.7 // indirect go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect go.lsp.dev/uri v0.3.0 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect - go.opentelemetry.io/otel v1.33.0 // indirect - go.opentelemetry.io/otel/metric v1.33.0 // indirect - go.opentelemetry.io/otel/trace v1.33.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect + go.opentelemetry.io/otel v1.34.0 // indirect + go.opentelemetry.io/otel/metric v1.34.0 // indirect + go.opentelemetry.io/otel/trace v1.34.0 // indirect go.uber.org/mock v0.5.0 // indirect go.uber.org/multierr v1.11.0 // indirect golang.org/x/sys v0.29.0 // indirect golang.org/x/text v0.21.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect - google.golang.org/grpc v1.69.4 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect + google.golang.org/grpc v1.70.0 // indirect ) diff --git a/go.sum b/go.sum index 456f59e2db..3bd2c7b6ee 100644 --- a/go.sum +++ b/go.sum @@ -1,21 +1,21 @@ -buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.3-20250121211742-6d880cc6cc8d.1 h1:1v+ez1GRKKKdI1IwDDQqV98lGKo8489+Ekql+prUW6c= -buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.3-20250121211742-6d880cc6cc8d.1/go.mod h1:MYDFm9IHRP085R5Bis68mLc0mIqp5Q27Uk4o8YXjkAI= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.3-20241127180247-a33202765966.1 h1:cQZXKoQ+eB0kykzfJe80RP3nc+3PWbbBrUBm8XNYAQY= -buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.3-20241127180247-a33202765966.1/go.mod h1:6VPKM8zbmgf9qsmkmKeH49a36Vtmidw3rG53B5mTenc= -buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250106231242-56271afbd6ce.1 h1:4bJ5Sh3FovNqit+k1rYn03YpckFkgpBjeZe52eoiuUY= -buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250106231242-56271afbd6ce.1/go.mod h1:GI0Fv/enMZ/dJPfDwU5zamn8P3LUEEl2L/1yg0qw4ZQ= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.3-20250106231242-56271afbd6ce.1 h1:yPzRLpc0SqVzph6J9NcNux3B7vx4hNy8svO36F+mogc= -buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.3-20250106231242-56271afbd6ce.1/go.mod h1:UOdD+CmwdvN3oRHXeZ+WDeIthKVXKo7Dm+2E/233xd0= -buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.3-20241007202033-cf42259fcbfc.1 h1:NOipq02MS20WQCr6rfAG1o0n2AuQnY4Xg9avLl16csA= -buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.3-20241007202033-cf42259fcbfc.1/go.mod h1:jceo5esD5zSbflHHGad57RXzBpRrcPaiLrLQRA+Mbec= +buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.4-20250121211742-6d880cc6cc8d.1 h1:p5SFT60M93aMQhOz81VH3kPg8t1pp/Litae/1eSxie4= +buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.4-20250121211742-6d880cc6cc8d.1/go.mod h1:umI0o7WWHv8lCbLjYUMzfjHKjyaIt2D89sIj1D9fqy0= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20241127180247-a33202765966.1 h1:yeaeyw0RQUe009ebxBQ3TsqBPptiNEGsiS10t+8Htuo= +buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20241127180247-a33202765966.1/go.mod h1:novQBstnxcGpfKf8qGRATqn1anQKwMJIbH5Q581jibU= +buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250116203702-1c024d64352b.1 h1:1SDs5tEGoWWv2vmKLx2B0Bp+yfhlxiU4DaZUII8+Pvs= +buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250116203702-1c024d64352b.1/go.mod h1:o2AgVM1j3MczvxnMqfZTpiqGwK1VD4JbEagseY0QcjE= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.4-20250116203702-1c024d64352b.1 h1:uKJgSNHvwQUZ6+0dSnx9MtkZ+h/ORbkKym0rlzIjUSI= +buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.4-20250116203702-1c024d64352b.1/go.mod h1:Ua59W2s7uwPS5sGNgW08QewjBaPnUxOdpkWsuDvJ36Q= +buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.4-20241007202033-cf42259fcbfc.1 h1:XmYgi9W/9oST2ZrfT3ucGWkzD9+Vd0ls9yhyZ8ae0KQ= +buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.4-20241007202033-cf42259fcbfc.1/go.mod h1:cxFpqWIC80Wm8YNo1038ocBmrF84uQ0IfL0uVdAu9ZY= buf.build/go/bufplugin v0.7.0 h1:Tq8FXBVfpMxhl3QR6P/gMQHROg1Ss7WhpyD4QVV61ds= buf.build/go/bufplugin v0.7.0/go.mod h1:LuQzv36Ezu2zQIQUtwg4WJJFe58tXn1anL1IosAh6ik= buf.build/go/protoyaml v0.3.1 h1:ucyzE7DRnjX+mQ6AH4JzN0Kg50ByHHu+yrSKbgQn2D4= buf.build/go/protoyaml v0.3.1/go.mod h1:0TzNpFQDXhwbkXb/ajLvxIijqbve+vMQvWY/b3/Dzxg= buf.build/go/spdx v0.2.0 h1:IItqM0/cMxvFJJumcBuP8NrsIzMs/UYjp/6WSpq8LTw= buf.build/go/spdx v0.2.0/go.mod h1:bXdwQFem9Si3nsbNy8aJKGPoaPi5DKwdeEp5/ArZ6w8= -cel.dev/expr v0.19.1 h1:NciYrtDRIR0lNCnH1LFJegdjspNx9fI59O7TWcua/W4= -cel.dev/expr v0.19.1/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw= +cel.dev/expr v0.19.2 h1:V354PbqIXr9IQdwy4SYA4xa0HXaWq1BUPAGzugBY5V4= +cel.dev/expr v0.19.2/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= connectrpc.com/connect v1.18.1 h1:PAg7CjSAGvscaf6YZKUefjoih5Z/qYkyaTrBW8xvYPw= connectrpc.com/connect v1.18.1/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8= @@ -82,12 +82,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/cli v27.5.0+incompatible h1:aMphQkcGtpHixwwhAXJT1rrK/detk2JIvDaFkLctbGM= -github.com/docker/cli v27.5.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v27.5.1+incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3LKVc6cqWaY= +github.com/docker/cli v27.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/docker v27.5.0+incompatible h1:um++2NcQtGRTz5eEgO6aJimo6/JxrTXC941hd05JO6U= -github.com/docker/docker v27.5.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.5.1+incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8= +github.com/docker/docker v27.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo= github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= @@ -137,8 +137,8 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= -github.com/google/cel-go v0.22.1 h1:AfVXx3chM2qwoSbM7Da8g8hX8OVSkBFwX+rz2+PcK40= -github.com/google/cel-go v0.22.1/go.mod h1:BuznPXXfQDpXKWQ9sPW3TzlAJN5zzFe+i9tIs0yC4s8= +github.com/google/cel-go v0.23.0 h1:knsnzeUOcREUFo0ZFJqZI8Rk6uEVyobAlir7GEbf5v0= +github.com/google/cel-go v0.23.0/go.mod h1:52Pb6QsDbC5kvgxvZhiL9QX1oZEkcUF/ZqaPx1J5Wwo= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -151,8 +151,8 @@ github.com/google/go-containerregistry v0.20.2 h1:B1wPJ1SN/S7pB+ZAimcciVD+r+yV/l github.com/google/go-containerregistry v0.20.2/go.mod h1:z38EKdKh4h7IP2gSfUUqEvalZBqs6AoLeWfUy34nQC8= github.com/google/pprof v0.0.0-20211214055906-6f57359322fd/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik= -github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad h1:a6HEuzUHeKH6hwfN/ZoQgRgVIWFJljSWa/zetS2WTvg= -github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144= +github.com/google/pprof v0.0.0-20250125003558-7fdb3d7e6fa0 h1:my2ucqBZmv+cWHIhZNSIYKzgN8EBGyHdC7zD5sASRAg= +github.com/google/pprof v0.0.0-20250125003558-7fdb3d7e6fa0/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= @@ -231,8 +231,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= github.com/quic-go/qpack v0.5.1 h1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI= github.com/quic-go/qpack v0.5.1/go.mod h1:+PC4XFrEskIVkcLzpEkbLqq1uCoxPhQuvK5rH1ZgaEg= -github.com/quic-go/quic-go v0.48.2 h1:wsKXZPeGWpMpCGSWqOcqpW2wZYic/8T3aqiOID0/KWE= -github.com/quic-go/quic-go v0.48.2/go.mod h1:yBgs3rWBOADpga7F+jJsb6Ybg1LSYiQvwWlLX+/6HMs= +github.com/quic-go/quic-go v0.49.0 h1:w5iJHXwHxs1QxyBv1EHKuC50GX5to8mJAxvtnttJp94= +github.com/quic-go/quic-go v0.49.0/go.mod h1:s2wDnmCdooUQBmQfpUSTCYBl1/D4FcqbULMMkASvR6s= github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII= github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o= github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA= @@ -262,8 +262,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tetratelabs/wazero v1.8.2 h1:yIgLR/b2bN31bjxwXHD8a3d+BogigR952csSDdLYEv4= github.com/tetratelabs/wazero v1.8.2/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs= -github.com/vbatts/tar-split v0.11.6 h1:4SjTW5+PU11n6fZenf2IPoV8/tz3AaYHMWjf23envGs= -github.com/vbatts/tar-split v0.11.6/go.mod h1:dqKNtesIOr2j2Qv3W/cHjnvk9I8+G7oAkFDFN6TCBEI= +github.com/vbatts/tar-split v0.11.7 h1:ixZ93pO/GmvaZw4Vq9OwmfZK/kc2zKdPfu0B+gYqs3U= +github.com/vbatts/tar-split v0.11.7/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= go.lsp.dev/jsonrpc2 v0.10.0 h1:Pr/YcXJoEOTMc/b6OTmcR1DPJ3mSWl/SWiU1Cct6VmI= @@ -278,22 +278,22 @@ go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA= go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 h1:yd02MEjBdJkG3uabWP9apV+OuWRIXGDuJEUJbOHmCFU= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0/go.mod h1:umTcuxiv1n/s/S6/c2AT/g2CQ7u5C59sHDNmfSwgz7Q= -go.opentelemetry.io/otel v1.33.0 h1:/FerN9bax5LoK51X/sI0SVYrjSE0/yUL7DpxW4K3FWw= -go.opentelemetry.io/otel v1.33.0/go.mod h1:SUUkR6csvUQl+yjReHu5uM3EtVV7MBm5FHKRlNx4I8I= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 h1:CV7UdSGJt/Ao6Gp4CXckLxVRRsRgDHoI8XjbL3PDl8s= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0/go.mod h1:FRmFuRJfag1IZ2dPkHnEoSFVgTVPUd2qf5Vi69hLb8I= +go.opentelemetry.io/otel v1.34.0 h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY= +go.opentelemetry.io/otel v1.34.0/go.mod h1:OWFPOQ+h4G8xpyjgqo4SxJYdDQ/qmRH+wivy7zzx9oI= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U= go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0/go.mod h1:IPtUMKL4O3tH5y+iXVyAXqpAwMuzC1IrxVS81rummfE= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg= go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0/go.mod h1:oVdCUtjq9MK9BlS7TtucsQwUcXcymNiEDjgDD2jMtZU= -go.opentelemetry.io/otel/metric v1.33.0 h1:r+JOocAyeRVXD8lZpjdQjzMadVZp2M4WmQ+5WtEnklQ= -go.opentelemetry.io/otel/metric v1.33.0/go.mod h1:L9+Fyctbp6HFTddIxClbQkjtubW6O9QS3Ann/M82u6M= -go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk= -go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0= -go.opentelemetry.io/otel/sdk/metric v1.31.0 h1:i9hxxLJF/9kkvfHppyLL55aW7iIJz4JjxTeYusH7zMc= -go.opentelemetry.io/otel/sdk/metric v1.31.0/go.mod h1:CRInTMVvNhUKgSAMbKyTMxqOBC0zgyxzW55lZzX43Y8= -go.opentelemetry.io/otel/trace v1.33.0 h1:cCJuF7LRjUFso9LPnEAHJDB2pqzp+hbO8eu1qqW2d/s= -go.opentelemetry.io/otel/trace v1.33.0/go.mod h1:uIcdVUZMpTAmz0tI1z04GoVSezK37CbGV4fr1f2nBck= +go.opentelemetry.io/otel/metric v1.34.0 h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ= +go.opentelemetry.io/otel/metric v1.34.0/go.mod h1:CEDrp0fy2D0MvkXE+dPV7cMi8tWZwX3dmaIhwPOaqHE= +go.opentelemetry.io/otel/sdk v1.32.0 h1:RNxepc9vK59A8XsgZQouW8ue8Gkb4jpWtJm9ge5lEG4= +go.opentelemetry.io/otel/sdk v1.32.0/go.mod h1:LqgegDBjKMmb2GC6/PrTnteJG39I8/vJCAP9LlJXEjU= +go.opentelemetry.io/otel/sdk/metric v1.32.0 h1:rZvFnvmvawYb0alrYkjraqJq0Z4ZUJAiyYCU9snn1CU= +go.opentelemetry.io/otel/sdk/metric v1.32.0/go.mod h1:PWeZlq0zt9YkYAp3gjKZ0eicRYvOh1Gd+X99x6GHpCQ= +go.opentelemetry.io/otel/trace v1.34.0 h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k= +go.opentelemetry.io/otel/trace v1.34.0/go.mod h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE= go.opentelemetry.io/proto/otlp v1.0.0 h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I= go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= @@ -379,17 +379,17 @@ google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7 google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f h1:gap6+3Gk41EItBuyi4XX/bp4oqJ3UwuIMl25yGinuAA= -google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f/go.mod h1:Ic02D47M+zbarjYYUlK57y316f2MoN0gjAwI3f2S95o= -google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI= -google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50= +google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 h1:5iw9XJTD4thFidQmFVvx0wi4g5yOHk76rNRUxz1ZG5g= +google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47/go.mod h1:AfA77qWLcidQWywD0YgqfpJzf50w2VjzBml3TybHeJU= +google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 h1:91mG8dNTpkC0uChJUQ9zCiRqx3GEEFOWaRZ0mI6Oj2I= +google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.69.4 h1:MF5TftSMkd8GLw/m0KM6V8CMOCY6NZ1NQDPGFgbTt4A= -google.golang.org/grpc v1.69.4/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4= +google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ= +google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= @@ -399,8 +399,8 @@ google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.36.4-0.20250116160514-2005adbe0cf6 h1:ExbOpvwTDdpfXk6InTqz/MevF+sSFWrAZlfZUy5Kw6k= -google.golang.org/protobuf v1.36.4-0.20250116160514-2005adbe0cf6/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= +google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM= +google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= diff --git a/make/go/dep_buf.mk b/make/go/dep_buf.mk index c40a0c287c..c45f4a57a6 100644 --- a/make/go/dep_buf.mk +++ b/make/go/dep_buf.mk @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS) $(call _assert_var,CACHE_BIN) # Settable -# https://github.com/bufbuild/buf/releases 20250107 checked 20250107 -BUF_VERSION ?= v1.49.0 +# https://github.com/bufbuild/buf/releases 20250117 checked 20250117 +BUF_VERSION ?= v1.50.0 # Settable # # If set, this path will be installed every time someone depends on $(BUF) diff --git a/make/go/dep_golangci_lint.mk b/make/go/dep_golangci_lint.mk index a33a9929d8..32a7d20d89 100644 --- a/make/go/dep_golangci_lint.mk +++ b/make/go/dep_golangci_lint.mk @@ -11,9 +11,9 @@ $(call _assert_var,CACHE_BIN) GOLANGCI_LINT_GO_VERSION := $(shell go list -m -f '{{.GoVersion}}' | cut -d'.' -f1-2) # Settable -# https://github.com/golangci/golangci-lint/releases 20250102 checked 20250102 +# https://github.com/golangci/golangci-lint/releases 20250103 checked 20250124 # Contrast golangci-lint configuration with the one in https://github.com/connectrpc/connect-go/blob/main/.golangci.yml when upgrading -GOLANGCI_LINT_VERSION ?= v1.63.2 +GOLANGCI_LINT_VERSION ?= v1.63.4 GOLANGCI_LINT := $(CACHE_VERSIONS)/golangci-lint/$(GOLANGCI_LINT_VERSION)-go$(GOLANGCI_LINT_GO_VERSION) $(GOLANGCI_LINT): diff --git a/make/go/dep_protoc_gen_go.mk b/make/go/dep_protoc_gen_go.mk index a4e60d6b29..eae17eeaea 100644 --- a/make/go/dep_protoc_gen_go.mk +++ b/make/go/dep_protoc_gen_go.mk @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS) $(call _assert_var,CACHE_BIN) # Settable -# https://github.com/protocolbuffers/protobuf-go/releases 20250115 checked 20250115 -PROTOC_GEN_GO_VERSION ?= v1.36.3 +# https://github.com/protocolbuffers/protobuf-go/releases 20250124 checked 20250124 +PROTOC_GEN_GO_VERSION ?= v1.36.4 GO_GET_PKGS := $(GO_GET_PKGS) \ google.golang.org/protobuf/proto@$(PROTOC_GEN_GO_VERSION) diff --git a/make/go/go.mk b/make/go/go.mk index 885a25564b..95996de945 100644 --- a/make/go/go.mk +++ b/make/go/go.mk @@ -22,7 +22,7 @@ GO_GET_PKGS ?= # Settable GO_MOD_VERSION ?= 1.22 # Settable -GO_MOD_TOOLCHAIN ?= 1.23.4 +GO_MOD_TOOLCHAIN ?= 1.23.5 # Settable GO_ALL_REPO_PKGS ?= ./cmd/... ./internal/... # Settable diff --git a/private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go b/private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go index 385d252f2d..94bf8fb5a0 100644 --- a/private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go +++ b/private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/audit/v1alpha1/event.proto @@ -26,6 +26,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -7227,7 +7228,7 @@ func (b0 PayloadPluginLabelUnarchived_builder) Build() *PayloadPluginLabelUnarch var File_buf_alpha_audit_v1alpha1_event_proto protoreflect.FileDescriptor -var file_buf_alpha_audit_v1alpha1_event_proto_rawDesc = []byte{ +var file_buf_alpha_audit_v1alpha1_event_proto_rawDesc = string([]byte{ 0x0a, 0x24, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x18, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, 0x70, 0x68, @@ -8280,7 +8281,7 @@ var file_buf_alpha_audit_v1alpha1_event_proto_rawDesc = []byte{ 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1b, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x41, 0x75, 0x64, 0x69, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_audit_v1alpha1_event_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_buf_alpha_audit_v1alpha1_event_proto_msgTypes = make([]protoimpl.MessageInfo, 53) @@ -8494,7 +8495,7 @@ func file_buf_alpha_audit_v1alpha1_event_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_audit_v1alpha1_event_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_audit_v1alpha1_event_proto_rawDesc), len(file_buf_alpha_audit_v1alpha1_event_proto_rawDesc)), NumEnums: 3, NumMessages: 53, NumExtensions: 0, @@ -8506,7 +8507,6 @@ func file_buf_alpha_audit_v1alpha1_event_proto_init() { MessageInfos: file_buf_alpha_audit_v1alpha1_event_proto_msgTypes, }.Build() File_buf_alpha_audit_v1alpha1_event_proto = out.File - file_buf_alpha_audit_v1alpha1_event_proto_rawDesc = nil file_buf_alpha_audit_v1alpha1_event_proto_goTypes = nil file_buf_alpha_audit_v1alpha1_event_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/audit/v1alpha1/service.pb.go b/private/gen/proto/go/buf/alpha/audit/v1alpha1/service.pb.go index a2646a55e2..7716a2af77 100644 --- a/private/gen/proto/go/buf/alpha/audit/v1alpha1/service.pb.go +++ b/private/gen/proto/go/buf/alpha/audit/v1alpha1/service.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/audit/v1alpha1/service.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -237,7 +238,7 @@ func (b0 ListAuditedEventsResponse_builder) Build() *ListAuditedEventsResponse { var File_buf_alpha_audit_v1alpha1_service_proto protoreflect.FileDescriptor -var file_buf_alpha_audit_v1alpha1_service_proto_rawDesc = []byte{ +var file_buf_alpha_audit_v1alpha1_service_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x18, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -293,7 +294,7 @@ var file_buf_alpha_audit_v1alpha1_service_proto_rawDesc = []byte{ 0x1b, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x41, 0x75, 0x64, 0x69, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_audit_v1alpha1_service_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_buf_alpha_audit_v1alpha1_service_proto_goTypes = []any{ @@ -325,7 +326,7 @@ func file_buf_alpha_audit_v1alpha1_service_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_audit_v1alpha1_service_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_audit_v1alpha1_service_proto_rawDesc), len(file_buf_alpha_audit_v1alpha1_service_proto_rawDesc)), NumEnums: 0, NumMessages: 2, NumExtensions: 0, @@ -336,7 +337,6 @@ func file_buf_alpha_audit_v1alpha1_service_proto_init() { MessageInfos: file_buf_alpha_audit_v1alpha1_service_proto_msgTypes, }.Build() File_buf_alpha_audit_v1alpha1_service_proto = out.File - file_buf_alpha_audit_v1alpha1_service_proto_rawDesc = nil file_buf_alpha_audit_v1alpha1_service_proto_goTypes = nil file_buf_alpha_audit_v1alpha1_service_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/breaking/v1/config.pb.go b/private/gen/proto/go/buf/alpha/breaking/v1/config.pb.go index 2922251c4f..4353b1ffc2 100644 --- a/private/gen/proto/go/buf/alpha/breaking/v1/config.pb.go +++ b/private/gen/proto/go/buf/alpha/breaking/v1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/breaking/v1/config.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -256,7 +257,7 @@ func (b0 IDPaths_builder) Build() *IDPaths { var File_buf_alpha_breaking_v1_config_proto protoreflect.FileDescriptor -var file_buf_alpha_breaking_v1_config_proto_rawDesc = []byte{ +var file_buf_alpha_breaking_v1_config_proto_rawDesc = string([]byte{ 0x0a, 0x22, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, @@ -296,7 +297,7 @@ var file_buf_alpha_breaking_v1_config_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x18, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x42, 0x72, 0x65, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_breaking_v1_config_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_buf_alpha_breaking_v1_config_proto_goTypes = []any{ @@ -321,7 +322,7 @@ func file_buf_alpha_breaking_v1_config_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_breaking_v1_config_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_breaking_v1_config_proto_rawDesc), len(file_buf_alpha_breaking_v1_config_proto_rawDesc)), NumEnums: 0, NumMessages: 2, NumExtensions: 0, @@ -332,7 +333,6 @@ func file_buf_alpha_breaking_v1_config_proto_init() { MessageInfos: file_buf_alpha_breaking_v1_config_proto_msgTypes, }.Build() File_buf_alpha_breaking_v1_config_proto = out.File - file_buf_alpha_breaking_v1_config_proto_rawDesc = nil file_buf_alpha_breaking_v1_config_proto_goTypes = nil file_buf_alpha_breaking_v1_config_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/image/v1/image.pb.go b/private/gen/proto/go/buf/alpha/image/v1/image.pb.go index f1486a6efa..3f118de3d2 100644 --- a/private/gen/proto/go/buf/alpha/image/v1/image.pb.go +++ b/private/gen/proto/go/buf/alpha/image/v1/image.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/image/v1/image.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" descriptorpb "google.golang.org/protobuf/types/descriptorpb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -908,7 +909,7 @@ func (b0 ModuleName_builder) Build() *ModuleName { var File_buf_alpha_image_v1_image_proto protoreflect.FileDescriptor -var file_buf_alpha_image_v1_image_proto_rawDesc = []byte{ +var file_buf_alpha_image_v1_image_proto_rawDesc = string([]byte{ 0x0a, 0x1e, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x69, 0x6d, 0x61, 0x67, @@ -1003,7 +1004,7 @@ var file_buf_alpha_image_v1_image_proto_rawDesc = []byte{ 0x5c, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x15, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x3a, 0x3a, 0x56, 0x31, -} +}) var file_buf_alpha_image_v1_image_proto_msgTypes = make([]protoimpl.MessageInfo, 5) var file_buf_alpha_image_v1_image_proto_goTypes = []any{ @@ -1048,7 +1049,7 @@ func file_buf_alpha_image_v1_image_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_image_v1_image_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_image_v1_image_proto_rawDesc), len(file_buf_alpha_image_v1_image_proto_rawDesc)), NumEnums: 0, NumMessages: 5, NumExtensions: 0, @@ -1059,7 +1060,6 @@ func file_buf_alpha_image_v1_image_proto_init() { MessageInfos: file_buf_alpha_image_v1_image_proto_msgTypes, }.Build() File_buf_alpha_image_v1_image_proto = out.File - file_buf_alpha_image_v1_image_proto_rawDesc = nil file_buf_alpha_image_v1_image_proto_goTypes = nil file_buf_alpha_image_v1_image_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/lint/v1/config.pb.go b/private/gen/proto/go/buf/alpha/lint/v1/config.pb.go index 1e3cbcc2f0..7d9f4bdc70 100644 --- a/private/gen/proto/go/buf/alpha/lint/v1/config.pb.go +++ b/private/gen/proto/go/buf/alpha/lint/v1/config.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/lint/v1/config.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -329,7 +330,7 @@ func (b0 IDPaths_builder) Build() *IDPaths { var File_buf_alpha_lint_v1_config_proto protoreflect.FileDescriptor -var file_buf_alpha_lint_v1_config_proto_rawDesc = []byte{ +var file_buf_alpha_lint_v1_config_proto_rawDesc = string([]byte{ 0x0a, 0x1e, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x6c, 0x69, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x6c, 0x69, 0x6e, 0x74, @@ -387,7 +388,7 @@ var file_buf_alpha_lint_v1_config_proto_rawDesc = []byte{ 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x14, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x4c, 0x69, 0x6e, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_lint_v1_config_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_buf_alpha_lint_v1_config_proto_goTypes = []any{ @@ -412,7 +413,7 @@ func file_buf_alpha_lint_v1_config_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_lint_v1_config_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_lint_v1_config_proto_rawDesc), len(file_buf_alpha_lint_v1_config_proto_rawDesc)), NumEnums: 0, NumMessages: 2, NumExtensions: 0, @@ -423,7 +424,6 @@ func file_buf_alpha_lint_v1_config_proto_init() { MessageInfos: file_buf_alpha_lint_v1_config_proto_msgTypes, }.Build() File_buf_alpha_lint_v1_config_proto = out.File - file_buf_alpha_lint_v1_config_proto_rawDesc = nil file_buf_alpha_lint_v1_config_proto_goTypes = nil file_buf_alpha_lint_v1_config_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/module/v1alpha1/module.pb.go b/private/gen/proto/go/buf/alpha/module/v1alpha1/module.pb.go index a638e8d037..cc38b4bde6 100644 --- a/private/gen/proto/go/buf/alpha/module/v1alpha1/module.pb.go +++ b/private/gen/proto/go/buf/alpha/module/v1alpha1/module.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/module/v1alpha1/module.proto @@ -26,6 +26,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -728,7 +729,7 @@ func (b0 ModulePin_builder) Build() *ModulePin { var File_buf_alpha_module_v1alpha1_module_proto protoreflect.FileDescriptor -var file_buf_alpha_module_v1alpha1_module_proto_rawDesc = []byte{ +var file_buf_alpha_module_v1alpha1_module_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -821,7 +822,7 @@ var file_buf_alpha_module_v1alpha1_module_proto_rawDesc = []byte{ 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_module_v1alpha1_module_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_module_v1alpha1_module_proto_msgTypes = make([]protoimpl.MessageInfo, 6) @@ -859,7 +860,7 @@ func file_buf_alpha_module_v1alpha1_module_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_module_v1alpha1_module_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_module_v1alpha1_module_proto_rawDesc), len(file_buf_alpha_module_v1alpha1_module_proto_rawDesc)), NumEnums: 1, NumMessages: 6, NumExtensions: 0, @@ -871,7 +872,6 @@ func file_buf_alpha_module_v1alpha1_module_proto_init() { MessageInfos: file_buf_alpha_module_v1alpha1_module_proto_msgTypes, }.Build() File_buf_alpha_module_v1alpha1_module_proto = out.File - file_buf_alpha_module_v1alpha1_module_proto_rawDesc = nil file_buf_alpha_module_v1alpha1_module_proto_goTypes = nil file_buf_alpha_module_v1alpha1_module_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go index 0da1c402d5..f77e2a3acf 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/admin.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -2295,7 +2296,7 @@ func (b0 GetClusterUsageResponse_builder) Build() *GetClusterUsageResponse { var File_buf_alpha_registry_v1alpha1_admin_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc = string([]byte{ 0x0a, 0x27, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, @@ -2694,7 +2695,7 @@ var file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc = []byte{ 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_admin_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_buf_alpha_registry_v1alpha1_admin_proto_msgTypes = make([]protoimpl.MessageInfo, 32) @@ -2807,7 +2808,7 @@ func file_buf_alpha_registry_v1alpha1_admin_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc)), NumEnums: 2, NumMessages: 32, NumExtensions: 0, @@ -2819,7 +2820,6 @@ func file_buf_alpha_registry_v1alpha1_admin_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_admin_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_admin_proto = out.File - file_buf_alpha_registry_v1alpha1_admin_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_admin_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_admin_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/authn.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/authn.pb.go index 9e1357e8b5..79c8213ad5 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/authn.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/authn.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/authn.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -250,7 +251,7 @@ func (b0 GetCurrentUserSubjectResponse_builder) Build() *GetCurrentUserSubjectRe var File_buf_alpha_registry_v1alpha1_authn_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc = string([]byte{ 0x0a, 0x27, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, @@ -307,7 +308,7 @@ var file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc = []byte{ 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_authn_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_buf_alpha_registry_v1alpha1_authn_proto_goTypes = []any{ @@ -340,7 +341,7 @@ func file_buf_alpha_registry_v1alpha1_authn_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc)), NumEnums: 0, NumMessages: 4, NumExtensions: 0, @@ -351,7 +352,6 @@ func file_buf_alpha_registry_v1alpha1_authn_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_authn_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_authn_proto = out.File - file_buf_alpha_registry_v1alpha1_authn_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_authn_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_authn_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/authz.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/authz.pb.go index 98cd1beb9e..8d0c14bddc 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/authz.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/authz.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/authz.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1403,7 +1404,7 @@ func (b0 UserCanReviewCommitsResponse_builder) Build() *UserCanReviewCommitsResp var File_buf_alpha_registry_v1alpha1_authz_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc = string([]byte{ 0x0a, 0x27, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x7a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, @@ -1679,7 +1680,7 @@ var file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc = []byte{ 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_authz_proto_msgTypes = make([]protoimpl.MessageInfo, 24) var file_buf_alpha_registry_v1alpha1_authz_proto_goTypes = []any{ @@ -1756,7 +1757,7 @@ func file_buf_alpha_registry_v1alpha1_authz_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc)), NumEnums: 0, NumMessages: 24, NumExtensions: 0, @@ -1767,7 +1768,6 @@ func file_buf_alpha_registry_v1alpha1_authz_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_authz_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_authz_proto = out.File - file_buf_alpha_registry_v1alpha1_authz_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_authz_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_authz_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/convert.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/convert.pb.go index 08679224f8..14b8b0a2f1 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/convert.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/convert.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/convert.proto @@ -25,6 +25,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -274,7 +275,7 @@ func (b0 ConvertResponse_builder) Build() *ConvertResponse { var File_buf_alpha_registry_v1alpha1_convert_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc = string([]byte{ 0x0a, 0x29, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, @@ -335,7 +336,7 @@ var file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc = []byte{ 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_convert_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_convert_proto_msgTypes = make([]protoimpl.MessageInfo, 2) @@ -367,7 +368,7 @@ func file_buf_alpha_registry_v1alpha1_convert_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc)), NumEnums: 1, NumMessages: 2, NumExtensions: 0, @@ -379,7 +380,6 @@ func file_buf_alpha_registry_v1alpha1_convert_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_convert_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_convert_proto = out.File - file_buf_alpha_registry_v1alpha1_convert_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_convert_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_convert_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/display.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/display.pb.go index 8e06e6864d..0cd9718c22 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/display.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/display.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/display.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1179,7 +1180,7 @@ func (b0 ListManageableUserRepositoryRolesResponse_builder) Build() *ListManagea var File_buf_alpha_registry_v1alpha1_display_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_display_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_display_proto_rawDesc = string([]byte{ 0x0a, 0x29, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, @@ -1399,7 +1400,7 @@ var file_buf_alpha_registry_v1alpha1_display_proto_rawDesc = []byte{ 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_display_proto_msgTypes = make([]protoimpl.MessageInfo, 18) var file_buf_alpha_registry_v1alpha1_display_proto_goTypes = []any{ @@ -1461,7 +1462,7 @@ func file_buf_alpha_registry_v1alpha1_display_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_display_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_display_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_display_proto_rawDesc)), NumEnums: 0, NumMessages: 18, NumExtensions: 0, @@ -1472,7 +1473,6 @@ func file_buf_alpha_registry_v1alpha1_display_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_display_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_display_proto = out.File - file_buf_alpha_registry_v1alpha1_display_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_display_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_display_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/doc.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/doc.pb.go index b23971147e..2355fe6251 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/doc.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/doc.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/doc.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -4660,7 +4661,7 @@ func (b0 FileExtension_builder) Build() *FileExtension { var File_buf_alpha_registry_v1alpha1_doc_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc = string([]byte{ 0x0a, 0x25, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x64, 0x6f, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, 0x70, @@ -5201,7 +5202,7 @@ var file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc = []byte{ 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_doc_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_doc_proto_msgTypes = make([]protoimpl.MessageInfo, 37) @@ -5335,7 +5336,7 @@ func file_buf_alpha_registry_v1alpha1_doc_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc)), NumEnums: 1, NumMessages: 37, NumExtensions: 0, @@ -5347,7 +5348,6 @@ func file_buf_alpha_registry_v1alpha1_doc_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_doc_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_doc_proto = out.File - file_buf_alpha_registry_v1alpha1_doc_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_doc_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_doc_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/download.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/download.pb.go index eb01a50ac7..a47f89c6ab 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/download.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/download.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/download.proto @@ -25,6 +25,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -373,7 +374,7 @@ func (b0 DownloadManifestAndBlobsResponse_builder) Build() *DownloadManifestAndB var File_buf_alpha_registry_v1alpha1_download_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_download_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_download_proto_rawDesc = string([]byte{ 0x0a, 0x2a, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, @@ -446,7 +447,7 @@ var file_buf_alpha_registry_v1alpha1_download_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_download_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_buf_alpha_registry_v1alpha1_download_proto_goTypes = []any{ @@ -481,7 +482,7 @@ func file_buf_alpha_registry_v1alpha1_download_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_download_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_download_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_download_proto_rawDesc)), NumEnums: 0, NumMessages: 4, NumExtensions: 0, @@ -492,7 +493,6 @@ func file_buf_alpha_registry_v1alpha1_download_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_download_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_download_proto = out.File - file_buf_alpha_registry_v1alpha1_download_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_download_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_download_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/git_metadata.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/git_metadata.pb.go index daad026c5d..ecc94ffede 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/git_metadata.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/git_metadata.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/git_metadata.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -251,7 +252,7 @@ func (b0 GitCommitInformation_builder) Build() *GitCommitInformation { var File_buf_alpha_registry_v1alpha1_git_metadata_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc = string([]byte{ 0x0a, 0x2e, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x67, 0x69, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, @@ -296,7 +297,7 @@ var file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc = []byte{ 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_git_metadata_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_buf_alpha_registry_v1alpha1_git_metadata_proto_goTypes = []any{ @@ -324,7 +325,7 @@ func file_buf_alpha_registry_v1alpha1_git_metadata_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc)), NumEnums: 0, NumMessages: 2, NumExtensions: 0, @@ -335,7 +336,6 @@ func file_buf_alpha_registry_v1alpha1_git_metadata_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_git_metadata_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_git_metadata_proto = out.File - file_buf_alpha_registry_v1alpha1_git_metadata_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_git_metadata_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_git_metadata_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/github.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/github.pb.go index c2f3094c88..d36892668b 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/github.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/github.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/github.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -203,7 +204,7 @@ func (b0 GetGithubAppConfigResponse_builder) Build() *GetGithubAppConfigResponse var File_buf_alpha_registry_v1alpha1_github_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_github_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_github_proto_rawDesc = string([]byte{ 0x0a, 0x28, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, @@ -248,7 +249,7 @@ var file_buf_alpha_registry_v1alpha1_github_proto_rawDesc = []byte{ 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_github_proto_msgTypes = make([]protoimpl.MessageInfo, 3) var file_buf_alpha_registry_v1alpha1_github_proto_goTypes = []any{ @@ -276,7 +277,7 @@ func file_buf_alpha_registry_v1alpha1_github_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_github_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_github_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_github_proto_rawDesc)), NumEnums: 0, NumMessages: 3, NumExtensions: 0, @@ -287,7 +288,6 @@ func file_buf_alpha_registry_v1alpha1_github_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_github_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_github_proto = out.File - file_buf_alpha_registry_v1alpha1_github_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_github_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_github_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/image.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/image.pb.go index 545d4f8a6d..061c36929f 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/image.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/image.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/image.proto @@ -25,6 +25,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -316,7 +317,7 @@ func (b0 GetImageResponse_builder) Build() *GetImageResponse { var File_buf_alpha_registry_v1alpha1_image_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_image_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_image_proto_rawDesc = string([]byte{ 0x0a, 0x27, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, @@ -379,7 +380,7 @@ var file_buf_alpha_registry_v1alpha1_image_proto_rawDesc = []byte{ 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_image_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_image_proto_msgTypes = make([]protoimpl.MessageInfo, 2) @@ -410,7 +411,7 @@ func file_buf_alpha_registry_v1alpha1_image_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_image_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_image_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_image_proto_rawDesc)), NumEnums: 1, NumMessages: 2, NumExtensions: 0, @@ -422,7 +423,6 @@ func file_buf_alpha_registry_v1alpha1_image_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_image_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_image_proto = out.File - file_buf_alpha_registry_v1alpha1_image_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_image_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_image_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/jsonschema.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/jsonschema.pb.go index c0a63a026f..cc3f0f839d 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/jsonschema.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/jsonschema.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/jsonschema.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -202,7 +203,7 @@ func (b0 GetJSONSchemaResponse_builder) Build() *GetJSONSchemaResponse { var File_buf_alpha_registry_v1alpha1_jsonschema_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc = string([]byte{ 0x0a, 0x2c, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, @@ -248,7 +249,7 @@ var file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc = []byte{ 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_jsonschema_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_buf_alpha_registry_v1alpha1_jsonschema_proto_goTypes = []any{ @@ -274,7 +275,7 @@ func file_buf_alpha_registry_v1alpha1_jsonschema_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc)), NumEnums: 0, NumMessages: 2, NumExtensions: 0, @@ -285,7 +286,6 @@ func file_buf_alpha_registry_v1alpha1_jsonschema_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_jsonschema_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_jsonschema_proto = out.File - file_buf_alpha_registry_v1alpha1_jsonschema_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_jsonschema_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_jsonschema_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/module.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/module.pb.go index 8eadd1f2d6..10d144d2aa 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/module.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/module.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/module.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -227,7 +228,7 @@ func (b0 LocalModulePin_builder) Build() *LocalModulePin { var File_buf_alpha_registry_v1alpha1_module_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_module_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_module_proto_rawDesc = string([]byte{ 0x0a, 0x28, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, @@ -271,7 +272,7 @@ var file_buf_alpha_registry_v1alpha1_module_proto_rawDesc = []byte{ 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_module_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_buf_alpha_registry_v1alpha1_module_proto_goTypes = []any{ @@ -295,7 +296,7 @@ func file_buf_alpha_registry_v1alpha1_module_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_module_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_module_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_module_proto_rawDesc)), NumEnums: 0, NumMessages: 2, NumExtensions: 0, @@ -306,7 +307,6 @@ func file_buf_alpha_registry_v1alpha1_module_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_module_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_module_proto = out.File - file_buf_alpha_registry_v1alpha1_module_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_module_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_module_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/organization.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/organization.pb.go index 7d2b03af6b..2960cb09f8 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/organization.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/organization.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/organization.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -2416,7 +2417,7 @@ func (b0 RemoveOrganizationGroupResponse_builder) Build() *RemoveOrganizationGro var File_buf_alpha_registry_v1alpha1_organization_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc = string([]byte{ 0x0a, 0x2e, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, @@ -2833,7 +2834,7 @@ var file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc = []byte{ 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 34) var file_buf_alpha_registry_v1alpha1_organization_proto_goTypes = []any{ @@ -2944,7 +2945,7 @@ func file_buf_alpha_registry_v1alpha1_organization_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc)), NumEnums: 0, NumMessages: 34, NumExtensions: 0, @@ -2955,7 +2956,6 @@ func file_buf_alpha_registry_v1alpha1_organization_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_organization_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_organization_proto = out.File - file_buf_alpha_registry_v1alpha1_organization_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_organization_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_organization_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/owner.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/owner.pb.go index c8403f28c4..8c3707e450 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/owner.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/owner.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/owner.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -336,7 +337,7 @@ func (b0 GetOwnerByNameResponse_builder) Build() *GetOwnerByNameResponse { var File_buf_alpha_registry_v1alpha1_owner_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc = string([]byte{ 0x0a, 0x27, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, @@ -392,7 +393,7 @@ var file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc = []byte{ 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_owner_proto_msgTypes = make([]protoimpl.MessageInfo, 3) var file_buf_alpha_registry_v1alpha1_owner_proto_goTypes = []any{ @@ -430,7 +431,7 @@ func file_buf_alpha_registry_v1alpha1_owner_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc)), NumEnums: 0, NumMessages: 3, NumExtensions: 0, @@ -441,7 +442,6 @@ func file_buf_alpha_registry_v1alpha1_owner_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_owner_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_owner_proto = out.File - file_buf_alpha_registry_v1alpha1_owner_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_owner_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_owner_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/plugin_curation.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/plugin_curation.pb.go index feaaae5b62..f70d7b1abd 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/plugin_curation.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/plugin_curation.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/plugin_curation.proto @@ -27,6 +27,7 @@ import ( timestamppb "google.golang.org/protobuf/types/known/timestamppb" pluginpb "google.golang.org/protobuf/types/pluginpb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -4625,7 +4626,7 @@ func (b0 CargoConfig_RuntimeLibrary_builder) Build() *CargoConfig_RuntimeLibrary var File_buf_alpha_registry_v1alpha1_plugin_curation_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc = string([]byte{ 0x0a, 0x31, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x5f, 0x63, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, @@ -5318,7 +5319,7 @@ var file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_plugin_curation_proto_enumTypes = make([]protoimpl.EnumInfo, 7) var file_buf_alpha_registry_v1alpha1_plugin_curation_proto_msgTypes = make([]protoimpl.MessageInfo, 37) @@ -5456,7 +5457,7 @@ func file_buf_alpha_registry_v1alpha1_plugin_curation_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc)), NumEnums: 7, NumMessages: 37, NumExtensions: 0, @@ -5468,7 +5469,6 @@ func file_buf_alpha_registry_v1alpha1_plugin_curation_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_plugin_curation_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_plugin_curation_proto = out.File - file_buf_alpha_registry_v1alpha1_plugin_curation_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_plugin_curation_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_plugin_curation_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/push.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/push.pb.go index acc071542d..516b5d7593 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/push.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/push.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/push.proto @@ -25,6 +25,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -496,7 +497,7 @@ func (b0 PushManifestAndBlobsResponse_builder) Build() *PushManifestAndBlobsResp var File_buf_alpha_registry_v1alpha1_push_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_push_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_push_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x70, 0x75, 0x73, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -586,7 +587,7 @@ var file_buf_alpha_registry_v1alpha1_push_proto_rawDesc = []byte{ 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_push_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_buf_alpha_registry_v1alpha1_push_proto_goTypes = []any{ @@ -625,7 +626,7 @@ func file_buf_alpha_registry_v1alpha1_push_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_push_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_push_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_push_proto_rawDesc)), NumEnums: 0, NumMessages: 4, NumExtensions: 0, @@ -636,7 +637,6 @@ func file_buf_alpha_registry_v1alpha1_push_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_push_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_push_proto = out.File - file_buf_alpha_registry_v1alpha1_push_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_push_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_push_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/recommendation.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/recommendation.pb.go index 3e3cfed19a..b515658437 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/recommendation.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/recommendation.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/recommendation.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -540,7 +541,7 @@ func (b0 SetRecommendedResourcesResponse_builder) Build() *SetRecommendedResourc var File_buf_alpha_registry_v1alpha1_recommendation_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc = string([]byte{ 0x0a, 0x30, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, @@ -646,7 +647,7 @@ var file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc = []byte{ 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_recommendation_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_buf_alpha_registry_v1alpha1_recommendation_proto_goTypes = []any{ @@ -689,7 +690,7 @@ func file_buf_alpha_registry_v1alpha1_recommendation_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc)), NumEnums: 0, NumMessages: 8, NumExtensions: 0, @@ -700,7 +701,6 @@ func file_buf_alpha_registry_v1alpha1_recommendation_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_recommendation_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_recommendation_proto = out.File - file_buf_alpha_registry_v1alpha1_recommendation_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_recommendation_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_recommendation_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/reference.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/reference.pb.go index e3a90421ff..6705bd6ac6 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/reference.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/reference.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/reference.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -834,7 +835,7 @@ func (b0 GetReferenceByNameResponse_builder) Build() *GetReferenceByNameResponse var File_buf_alpha_registry_v1alpha1_reference_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc = string([]byte{ 0x0a, 0x2b, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, @@ -947,7 +948,7 @@ var file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc = []byte{ 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_reference_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_buf_alpha_registry_v1alpha1_reference_proto_goTypes = []any{ @@ -1002,7 +1003,7 @@ func file_buf_alpha_registry_v1alpha1_reference_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc)), NumEnums: 0, NumMessages: 6, NumExtensions: 0, @@ -1013,7 +1014,6 @@ func file_buf_alpha_registry_v1alpha1_reference_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_reference_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_reference_proto = out.File - file_buf_alpha_registry_v1alpha1_reference_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_reference_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_reference_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository.pb.go index 78c431d6cb..89a5b2ef95 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/repository.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -3551,7 +3552,7 @@ func (b0 GetRepositoryDependencyDOTStringResponse_builder) Build() *GetRepositor var File_buf_alpha_registry_v1alpha1_repository_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc = string([]byte{ 0x0a, 0x2c, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, @@ -4129,7 +4130,7 @@ var file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_repository_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_repository_proto_msgTypes = make([]protoimpl.MessageInfo, 42) @@ -4271,7 +4272,7 @@ func file_buf_alpha_registry_v1alpha1_repository_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc)), NumEnums: 1, NumMessages: 42, NumExtensions: 0, @@ -4283,7 +4284,6 @@ func file_buf_alpha_registry_v1alpha1_repository_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_repository_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_repository_proto = out.File - file_buf_alpha_registry_v1alpha1_repository_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_repository_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_repository_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_branch.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_branch.pb.go index 6c6c5bddfe..511f0a4d58 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_branch.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_branch.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/repository_branch.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -933,7 +934,7 @@ func (b0 GetCurrentDefaultBranchResponse_builder) Build() *GetCurrentDefaultBran var File_buf_alpha_registry_v1alpha1_repository_branch_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc = string([]byte{ 0x0a, 0x33, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x2e, @@ -1096,7 +1097,7 @@ var file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc = []byte{ 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_repository_branch_proto_msgTypes = make([]protoimpl.MessageInfo, 9) var file_buf_alpha_registry_v1alpha1_repository_branch_proto_goTypes = []any{ @@ -1145,7 +1146,7 @@ func file_buf_alpha_registry_v1alpha1_repository_branch_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc)), NumEnums: 0, NumMessages: 9, NumExtensions: 0, @@ -1156,7 +1157,6 @@ func file_buf_alpha_registry_v1alpha1_repository_branch_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_repository_branch_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_repository_branch_proto = out.File - file_buf_alpha_registry_v1alpha1_repository_branch_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_repository_branch_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_repository_branch_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_commit.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_commit.pb.go index 0c682513f6..a739660b41 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_commit.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_commit.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/repository_commit.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1182,7 +1183,7 @@ func (b0 DeleteRepositoryDraftCommitResponse_builder) Build() *DeleteRepositoryD var File_buf_alpha_registry_v1alpha1_repository_commit_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc = string([]byte{ 0x0a, 0x33, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x2e, @@ -1408,7 +1409,7 @@ var file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc = []byte{ 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_repository_commit_proto_msgTypes = make([]protoimpl.MessageInfo, 11) var file_buf_alpha_registry_v1alpha1_repository_commit_proto_goTypes = []any{ @@ -1460,7 +1461,7 @@ func file_buf_alpha_registry_v1alpha1_repository_commit_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc)), NumEnums: 0, NumMessages: 11, NumExtensions: 0, @@ -1471,7 +1472,6 @@ func file_buf_alpha_registry_v1alpha1_repository_commit_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_repository_commit_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_repository_commit_proto = out.File - file_buf_alpha_registry_v1alpha1_repository_commit_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_repository_commit_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_repository_commit_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_tag.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_tag.pb.go index 8798be1d20..17d7480de4 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_tag.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/repository_tag.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/repository_tag.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1008,7 +1009,7 @@ func (b0 ListRepositoryTagsForReferenceResponse_builder) Build() *ListRepository var File_buf_alpha_registry_v1alpha1_repository_tag_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc = string([]byte{ 0x0a, 0x30, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x74, 0x61, 0x67, 0x2e, 0x70, 0x72, 0x6f, @@ -1179,7 +1180,7 @@ var file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc = []byte{ 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_repository_tag_proto_msgTypes = make([]protoimpl.MessageInfo, 11) var file_buf_alpha_registry_v1alpha1_repository_tag_proto_goTypes = []any{ @@ -1230,7 +1231,7 @@ func file_buf_alpha_registry_v1alpha1_repository_tag_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc)), NumEnums: 0, NumMessages: 11, NumExtensions: 0, @@ -1241,7 +1242,6 @@ func file_buf_alpha_registry_v1alpha1_repository_tag_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_repository_tag_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_repository_tag_proto = out.File - file_buf_alpha_registry_v1alpha1_repository_tag_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_repository_tag_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_repository_tag_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/resolve.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/resolve.pb.go index 7ceb753919..8dfeda5aa8 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/resolve.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/resolve.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/resolve.proto @@ -25,6 +25,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1811,7 +1812,7 @@ func (b0 GetRemotePackageVersionPlugin_builder) Build() *GetRemotePackageVersion var File_buf_alpha_registry_v1alpha1_resolve_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc = string([]byte{ 0x0a, 0x29, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, @@ -2146,7 +2147,7 @@ var file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc = []byte{ 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_resolve_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_resolve_proto_msgTypes = make([]protoimpl.MessageInfo, 22) @@ -2242,7 +2243,7 @@ func file_buf_alpha_registry_v1alpha1_resolve_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc)), NumEnums: 1, NumMessages: 22, NumExtensions: 0, @@ -2254,7 +2255,6 @@ func file_buf_alpha_registry_v1alpha1_resolve_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_resolve_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_resolve_proto = out.File - file_buf_alpha_registry_v1alpha1_resolve_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_resolve_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_resolve_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/resource.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/resource.pb.go index 3a9d6bf37d..397dfd2237 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/resource.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/resource.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/resource.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -347,7 +348,7 @@ func (b0 GetResourceByNameResponse_builder) Build() *GetResourceByNameResponse { var File_buf_alpha_registry_v1alpha1_resource_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc = string([]byte{ 0x0a, 0x2a, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, @@ -408,7 +409,7 @@ var file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_resource_proto_msgTypes = make([]protoimpl.MessageInfo, 3) var file_buf_alpha_registry_v1alpha1_resource_proto_goTypes = []any{ @@ -446,7 +447,7 @@ func file_buf_alpha_registry_v1alpha1_resource_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc)), NumEnums: 0, NumMessages: 3, NumExtensions: 0, @@ -457,7 +458,6 @@ func file_buf_alpha_registry_v1alpha1_resource_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_resource_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_resource_proto = out.File - file_buf_alpha_registry_v1alpha1_resource_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_resource_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_resource_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/role.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/role.pb.go index c69f962017..f48ddcfaa7 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/role.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/role.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/role.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -233,7 +234,7 @@ func (x RepositoryRole) Number() protoreflect.EnumNumber { var File_buf_alpha_registry_v1alpha1_role_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_role_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_role_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x72, 0x6f, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -297,7 +298,7 @@ var file_buf_alpha_registry_v1alpha1_role_proto_rawDesc = []byte{ 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_role_proto_enumTypes = make([]protoimpl.EnumInfo, 4) var file_buf_alpha_registry_v1alpha1_role_proto_goTypes = []any{ @@ -323,7 +324,7 @@ func file_buf_alpha_registry_v1alpha1_role_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_role_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_role_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_role_proto_rawDesc)), NumEnums: 4, NumMessages: 0, NumExtensions: 0, @@ -334,7 +335,6 @@ func file_buf_alpha_registry_v1alpha1_role_proto_init() { EnumInfos: file_buf_alpha_registry_v1alpha1_role_proto_enumTypes, }.Build() File_buf_alpha_registry_v1alpha1_role_proto = out.File - file_buf_alpha_registry_v1alpha1_role_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_role_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_role_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/schema.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/schema.pb.go index 6c6bed0438..b0f98a79e0 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/schema.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/schema.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/schema.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" descriptorpb "google.golang.org/protobuf/types/descriptorpb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -941,7 +942,7 @@ func (b0 ConvertMessageResponse_builder) Build() *ConvertMessageResponse { var File_buf_alpha_registry_v1alpha1_schema_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc = string([]byte{ 0x0a, 0x28, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, @@ -1065,7 +1066,7 @@ var file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_schema_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_schema_proto_msgTypes = make([]protoimpl.MessageInfo, 7) @@ -1111,7 +1112,7 @@ func file_buf_alpha_registry_v1alpha1_schema_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc)), NumEnums: 1, NumMessages: 7, NumExtensions: 0, @@ -1123,7 +1124,6 @@ func file_buf_alpha_registry_v1alpha1_schema_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_schema_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_schema_proto = out.File - file_buf_alpha_registry_v1alpha1_schema_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_schema_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_schema_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/scim_token.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/scim_token.pb.go index 0bc4b199fe..21fbf2e351 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/scim_token.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/scim_token.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/scim_token.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -531,7 +532,7 @@ func (b0 DeleteSCIMTokenResponse_builder) Build() *DeleteSCIMTokenResponse { var File_buf_alpha_registry_v1alpha1_scim_token_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc = string([]byte{ 0x0a, 0x2c, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x73, 0x63, 0x69, 0x6d, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, @@ -621,7 +622,7 @@ var file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc = []byte{ 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_scim_token_proto_msgTypes = make([]protoimpl.MessageInfo, 7) var file_buf_alpha_registry_v1alpha1_scim_token_proto_goTypes = []any{ @@ -661,7 +662,7 @@ func file_buf_alpha_registry_v1alpha1_scim_token_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc)), NumEnums: 0, NumMessages: 7, NumExtensions: 0, @@ -672,7 +673,6 @@ func file_buf_alpha_registry_v1alpha1_scim_token_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_scim_token_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_scim_token_proto = out.File - file_buf_alpha_registry_v1alpha1_scim_token_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_scim_token_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_scim_token_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/search.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/search.pb.go index cfce1bb73a..0fd69fd84f 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/search.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/search.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/search.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -3010,7 +3011,7 @@ func (b0 SearchModuleContentResponse_builder) Build() *SearchModuleContentRespon var File_buf_alpha_registry_v1alpha1_search_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_search_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_search_proto_rawDesc = string([]byte{ 0x0a, 0x28, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, @@ -3452,7 +3453,7 @@ var file_buf_alpha_registry_v1alpha1_search_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_search_proto_enumTypes = make([]protoimpl.EnumInfo, 4) var file_buf_alpha_registry_v1alpha1_search_proto_msgTypes = make([]protoimpl.MessageInfo, 19) @@ -3575,7 +3576,7 @@ func file_buf_alpha_registry_v1alpha1_search_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_search_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_search_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_search_proto_rawDesc)), NumEnums: 4, NumMessages: 19, NumExtensions: 0, @@ -3587,7 +3588,6 @@ func file_buf_alpha_registry_v1alpha1_search_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_search_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_search_proto = out.File - file_buf_alpha_registry_v1alpha1_search_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_search_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_search_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio.pb.go index 5758fc6cb5..25deb4423b 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/studio.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -388,7 +389,7 @@ func (b0 SetStudioAgentPresetsResponse_builder) Build() *SetStudioAgentPresetsRe var File_buf_alpha_registry_v1alpha1_studio_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc = string([]byte{ 0x0a, 0x28, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x73, 0x74, 0x75, 0x64, 0x69, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, @@ -468,7 +469,7 @@ var file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc = []byte{ 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_studio_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_studio_proto_msgTypes = make([]protoimpl.MessageInfo, 5) @@ -504,7 +505,7 @@ func file_buf_alpha_registry_v1alpha1_studio_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc)), NumEnums: 1, NumMessages: 5, NumExtensions: 0, @@ -516,7 +517,6 @@ func file_buf_alpha_registry_v1alpha1_studio_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_studio_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_studio_proto = out.File - file_buf_alpha_registry_v1alpha1_studio_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_studio_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_studio_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio_request.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio_request.pb.go index 6bf3ee2567..0f061b8115 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio_request.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/studio_request.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/studio_request.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1069,7 +1070,7 @@ func (b0 StudioRequest_builder) Build() *StudioRequest { var File_buf_alpha_registry_v1alpha1_studio_request_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc = string([]byte{ 0x0a, 0x30, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x73, 0x74, 0x75, 0x64, 0x69, 0x6f, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, @@ -1256,7 +1257,7 @@ var file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc = []byte{ 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_studio_request_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_studio_request_proto_msgTypes = make([]protoimpl.MessageInfo, 11) @@ -1308,7 +1309,7 @@ func file_buf_alpha_registry_v1alpha1_studio_request_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc)), NumEnums: 1, NumMessages: 11, NumExtensions: 0, @@ -1320,7 +1321,6 @@ func file_buf_alpha_registry_v1alpha1_studio_request_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_studio_request_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_studio_request_proto = out.File - file_buf_alpha_registry_v1alpha1_studio_request_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_studio_request_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_studio_request_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/token.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/token.pb.go index 53ee465671..8d49cd8a13 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/token.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/token.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/token.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -718,7 +719,7 @@ func (b0 DeleteTokenResponse_builder) Build() *DeleteTokenResponse { var File_buf_alpha_registry_v1alpha1_token_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_token_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_token_proto_rawDesc = string([]byte{ 0x0a, 0x27, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, @@ -823,7 +824,7 @@ var file_buf_alpha_registry_v1alpha1_token_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_token_proto_msgTypes = make([]protoimpl.MessageInfo, 9) var file_buf_alpha_registry_v1alpha1_token_proto_goTypes = []any{ @@ -868,7 +869,7 @@ func file_buf_alpha_registry_v1alpha1_token_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_token_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_token_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_token_proto_rawDesc)), NumEnums: 0, NumMessages: 9, NumExtensions: 0, @@ -879,7 +880,6 @@ func file_buf_alpha_registry_v1alpha1_token_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_token_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_token_proto = out.File - file_buf_alpha_registry_v1alpha1_token_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_token_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_token_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/user.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/user.pb.go index b3ffe2a4e9..f2569bd2e6 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/user.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/user.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/user.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -2092,7 +2093,7 @@ func (b0 UpdateUserPluginPreferencesResponse_builder) Build() *UpdateUserPluginP var File_buf_alpha_registry_v1alpha1_user_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_user_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_user_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -2427,7 +2428,7 @@ var file_buf_alpha_registry_v1alpha1_user_proto_rawDesc = []byte{ 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_user_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_buf_alpha_registry_v1alpha1_user_proto_msgTypes = make([]protoimpl.MessageInfo, 27) @@ -2533,7 +2534,7 @@ func file_buf_alpha_registry_v1alpha1_user_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_user_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_user_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_user_proto_rawDesc)), NumEnums: 2, NumMessages: 27, NumExtensions: 0, @@ -2545,7 +2546,6 @@ func file_buf_alpha_registry_v1alpha1_user_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_user_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_user_proto = out.File - file_buf_alpha_registry_v1alpha1_user_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_user_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_user_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/verification_status.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/verification_status.pb.go index ae0cd3a006..4cdf12b842 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/verification_status.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/verification_status.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/verification_status.proto @@ -24,6 +24,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -84,7 +85,7 @@ func (x VerificationStatus) Number() protoreflect.EnumNumber { var File_buf_alpha_registry_v1alpha1_verification_status_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc = string([]byte{ 0x0a, 0x35, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, @@ -118,7 +119,7 @@ var file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1e, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_verification_status_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_verification_status_proto_goTypes = []any{ @@ -141,7 +142,7 @@ func file_buf_alpha_registry_v1alpha1_verification_status_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc)), NumEnums: 1, NumMessages: 0, NumExtensions: 0, @@ -152,7 +153,6 @@ func file_buf_alpha_registry_v1alpha1_verification_status_proto_init() { EnumInfos: file_buf_alpha_registry_v1alpha1_verification_status_proto_enumTypes, }.Build() File_buf_alpha_registry_v1alpha1_verification_status_proto = out.File - file_buf_alpha_registry_v1alpha1_verification_status_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_verification_status_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_verification_status_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/webhook.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/webhook.pb.go index d6186e284d..8789c4fb4c 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/webhook.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/webhook.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/registry/v1alpha1/webhook.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -705,7 +706,7 @@ func (b0 Webhook_builder) Build() *Webhook { var File_buf_alpha_registry_v1alpha1_webhook_proto protoreflect.FileDescriptor -var file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc = []byte{ +var file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc = string([]byte{ 0x0a, 0x29, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x62, 0x75, 0x66, @@ -822,7 +823,7 @@ var file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc = []byte{ 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_registry_v1alpha1_webhook_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_buf_alpha_registry_v1alpha1_webhook_proto_msgTypes = make([]protoimpl.MessageInfo, 7) @@ -866,7 +867,7 @@ func file_buf_alpha_registry_v1alpha1_webhook_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc), len(file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc)), NumEnums: 1, NumMessages: 7, NumExtensions: 0, @@ -878,7 +879,6 @@ func file_buf_alpha_registry_v1alpha1_webhook_proto_init() { MessageInfos: file_buf_alpha_registry_v1alpha1_webhook_proto_msgTypes, }.Build() File_buf_alpha_registry_v1alpha1_webhook_proto = out.File - file_buf_alpha_registry_v1alpha1_webhook_proto_rawDesc = nil file_buf_alpha_registry_v1alpha1_webhook_proto_goTypes = nil file_buf_alpha_registry_v1alpha1_webhook_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/studio/v1alpha1/invoke.pb.go b/private/gen/proto/go/buf/alpha/studio/v1alpha1/invoke.pb.go index 62ed96f5ac..ba9cabe300 100644 --- a/private/gen/proto/go/buf/alpha/studio/v1alpha1/invoke.pb.go +++ b/private/gen/proto/go/buf/alpha/studio/v1alpha1/invoke.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/studio/v1alpha1/invoke.proto @@ -48,6 +48,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -327,7 +328,7 @@ func (b0 InvokeResponse_builder) Build() *InvokeResponse { var File_buf_alpha_studio_v1alpha1_invoke_proto protoreflect.FileDescriptor -var file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc = []byte{ +var file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x73, 0x74, 0x75, 0x64, 0x69, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -371,7 +372,7 @@ var file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1c, 0x42, 0x75, 0x66, 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x53, 0x74, 0x75, 0x64, 0x69, 0x6f, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_studio_v1alpha1_invoke_proto_msgTypes = make([]protoimpl.MessageInfo, 3) var file_buf_alpha_studio_v1alpha1_invoke_proto_goTypes = []any{ @@ -399,7 +400,7 @@ func file_buf_alpha_studio_v1alpha1_invoke_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc), len(file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc)), NumEnums: 0, NumMessages: 3, NumExtensions: 0, @@ -410,7 +411,6 @@ func file_buf_alpha_studio_v1alpha1_invoke_proto_init() { MessageInfos: file_buf_alpha_studio_v1alpha1_invoke_proto_msgTypes, }.Build() File_buf_alpha_studio_v1alpha1_invoke_proto = out.File - file_buf_alpha_studio_v1alpha1_invoke_proto_rawDesc = nil file_buf_alpha_studio_v1alpha1_invoke_proto_goTypes = nil file_buf_alpha_studio_v1alpha1_invoke_proto_depIdxs = nil } diff --git a/private/gen/proto/go/buf/alpha/webhook/v1alpha1/event.pb.go b/private/gen/proto/go/buf/alpha/webhook/v1alpha1/event.pb.go index 65290c756c..1bbde8831e 100644 --- a/private/gen/proto/go/buf/alpha/webhook/v1alpha1/event.pb.go +++ b/private/gen/proto/go/buf/alpha/webhook/v1alpha1/event.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: buf/alpha/webhook/v1alpha1/event.proto @@ -26,6 +26,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -419,7 +420,7 @@ func (b0 RepositoryPushEvent_builder) Build() *RepositoryPushEvent { var File_buf_alpha_webhook_v1alpha1_event_proto protoreflect.FileDescriptor -var file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc = []byte{ +var file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc = string([]byte{ 0x0a, 0x26, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x62, 0x75, 0x66, 0x2e, 0x61, 0x6c, @@ -494,7 +495,7 @@ var file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc = []byte{ 0x3a, 0x3a, 0x41, 0x6c, 0x70, 0x68, 0x61, 0x3a, 0x3a, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x3a, 0x3a, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_buf_alpha_webhook_v1alpha1_event_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_buf_alpha_webhook_v1alpha1_event_proto_goTypes = []any{ @@ -535,7 +536,7 @@ func file_buf_alpha_webhook_v1alpha1_event_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc), len(file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc)), NumEnums: 0, NumMessages: 4, NumExtensions: 0, @@ -546,7 +547,6 @@ func file_buf_alpha_webhook_v1alpha1_event_proto_init() { MessageInfos: file_buf_alpha_webhook_v1alpha1_event_proto_msgTypes, }.Build() File_buf_alpha_webhook_v1alpha1_event_proto = out.File - file_buf_alpha_webhook_v1alpha1_event_proto_rawDesc = nil file_buf_alpha_webhook_v1alpha1_event_proto_goTypes = nil file_buf_alpha_webhook_v1alpha1_event_proto_depIdxs = nil } diff --git a/private/gen/proto/go/google/protobuf/cpp_features.pb.go b/private/gen/proto/go/google/protobuf/cpp_features.pb.go index 42b83dea06..405a4bbb8f 100644 --- a/private/gen/proto/go/google/protobuf/cpp_features.pb.go +++ b/private/gen/proto/go/google/protobuf/cpp_features.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: google/protobuf/cpp_features.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" descriptorpb "google.golang.org/protobuf/types/descriptorpb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -241,7 +242,7 @@ var ( var File_google_protobuf_cpp_features_proto protoreflect.FileDescriptor -var file_google_protobuf_cpp_features_proto_rawDesc = []byte{ +var file_google_protobuf_cpp_features_proto_rawDesc = string([]byte{ 0x0a, 0x22, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x63, 0x70, 0x70, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, @@ -286,7 +287,7 @@ var file_google_protobuf_cpp_features_proto_rawDesc = []byte{ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x65, 0x74, 0x18, 0xe8, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x70, 0x70, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x52, 0x03, 0x63, 0x70, 0x70, -} +}) var file_google_protobuf_cpp_features_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_google_protobuf_cpp_features_proto_msgTypes = make([]protoimpl.MessageInfo, 1) @@ -315,7 +316,7 @@ func file_google_protobuf_cpp_features_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_google_protobuf_cpp_features_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_google_protobuf_cpp_features_proto_rawDesc), len(file_google_protobuf_cpp_features_proto_rawDesc)), NumEnums: 1, NumMessages: 1, NumExtensions: 1, @@ -328,7 +329,6 @@ func file_google_protobuf_cpp_features_proto_init() { ExtensionInfos: file_google_protobuf_cpp_features_proto_extTypes, }.Build() File_google_protobuf_cpp_features_proto = out.File - file_google_protobuf_cpp_features_proto_rawDesc = nil file_google_protobuf_cpp_features_proto_goTypes = nil file_google_protobuf_cpp_features_proto_depIdxs = nil } diff --git a/private/gen/proto/go/google/protobuf/java_features.pb.go b/private/gen/proto/go/google/protobuf/java_features.pb.go index aa18d582f2..d90894ba09 100644 --- a/private/gen/proto/go/google/protobuf/java_features.pb.go +++ b/private/gen/proto/go/google/protobuf/java_features.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: google/protobuf/java_features.proto @@ -25,6 +25,7 @@ import ( protoimpl "google.golang.org/protobuf/runtime/protoimpl" descriptorpb "google.golang.org/protobuf/types/descriptorpb" reflect "reflect" + unsafe "unsafe" ) const ( @@ -215,7 +216,7 @@ var ( var File_google_protobuf_java_features_proto protoreflect.FileDescriptor -var file_google_protobuf_java_features_proto_rawDesc = []byte{ +var file_google_protobuf_java_features_proto_rawDesc = string([]byte{ 0x0a, 0x23, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x6a, 0x61, 0x76, 0x61, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, @@ -270,7 +271,7 @@ var file_google_protobuf_java_features_proto_rawDesc = []byte{ 0x13, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x42, 0x11, 0x4a, 0x61, 0x76, 0x61, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, -} +}) var file_google_protobuf_java_features_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_google_protobuf_java_features_proto_msgTypes = make([]protoimpl.MessageInfo, 1) @@ -299,7 +300,7 @@ func file_google_protobuf_java_features_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_google_protobuf_java_features_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_google_protobuf_java_features_proto_rawDesc), len(file_google_protobuf_java_features_proto_rawDesc)), NumEnums: 1, NumMessages: 1, NumExtensions: 1, @@ -312,7 +313,6 @@ func file_google_protobuf_java_features_proto_init() { ExtensionInfos: file_google_protobuf_java_features_proto_extTypes, }.Build() File_google_protobuf_java_features_proto = out.File - file_google_protobuf_java_features_proto_rawDesc = nil file_google_protobuf_java_features_proto_goTypes = nil file_google_protobuf_java_features_proto_depIdxs = nil } diff --git a/private/gen/proto/go/grpc/reflection/v1/reflection.pb.go b/private/gen/proto/go/grpc/reflection/v1/reflection.pb.go index 7250b2356e..c4c240e313 100644 --- a/private/gen/proto/go/grpc/reflection/v1/reflection.pb.go +++ b/private/gen/proto/go/grpc/reflection/v1/reflection.pb.go @@ -21,7 +21,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.3 +// protoc-gen-go v1.36.4 // protoc (unknown) // source: grpc/reflection/v1/reflection.proto @@ -31,6 +31,7 @@ import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" + unsafe "unsafe" ) const ( @@ -1111,7 +1112,7 @@ func (b0 ErrorResponse_builder) Build() *ErrorResponse { var File_grpc_reflection_v1_reflection_proto protoreflect.FileDescriptor -var file_grpc_reflection_v1_reflection_proto_rawDesc = []byte{ +var file_grpc_reflection_v1_reflection_proto_rawDesc = string([]byte{ 0x0a, 0x23, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, @@ -1229,7 +1230,7 @@ var file_grpc_reflection_v1_reflection_proto_rawDesc = []byte{ 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x14, 0x47, 0x72, 0x70, 0x63, 0x3a, 0x3a, 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} +}) var file_grpc_reflection_v1_reflection_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_grpc_reflection_v1_reflection_proto_goTypes = []any{ @@ -1281,7 +1282,7 @@ func file_grpc_reflection_v1_reflection_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_grpc_reflection_v1_reflection_proto_rawDesc, + RawDescriptor: unsafe.Slice(unsafe.StringData(file_grpc_reflection_v1_reflection_proto_rawDesc), len(file_grpc_reflection_v1_reflection_proto_rawDesc)), NumEnums: 0, NumMessages: 8, NumExtensions: 0, @@ -1292,7 +1293,6 @@ func file_grpc_reflection_v1_reflection_proto_init() { MessageInfos: file_grpc_reflection_v1_reflection_proto_msgTypes, }.Build() File_grpc_reflection_v1_reflection_proto = out.File - file_grpc_reflection_v1_reflection_proto_rawDesc = nil file_grpc_reflection_v1_reflection_proto_goTypes = nil file_grpc_reflection_v1_reflection_proto_depIdxs = nil }