CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 15:09:29 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/googleapis/go-genproto.git
etag: W/"8ab5fd875fbf1ad26cc9e60d546e24d2"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=8M9Ea%2BlJfWOYETxcROQbTMAgfJmh7lQsnjDaqdJoPqQIqbDmyPjmwjKvcahvdlVWvtOVl%2FCa7RsVrVlgc4t4VtDNSPSqlW0UBL9tyBKdGc4oJOpA4NgNRh2IiWD%2Ff5e6CGfbdknw4%2FBiHrVlGwcJWPBc%2FZxJGozADNQHJ%2Bilqnif4YxBltJ4HKJj%2B4XEzHmxoRNHspyDRoTFMVkQbdE0wdN4BehrU%2FygUPv6twLTicrCGIBLZWOMcUFKYDkdye9gYN3UiYz4fqAwI54ew4JECg%3D%3D--X%2Bp9QuKj1LZfLijY--O2%2Fc8s7IuaNK5EhrGPDgPg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1099339356.1753369768; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 15:09:28 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 15:09:28 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CC7C:4AA7B:5DDDB:6D188:68824CA8
move well-known types (#372) · googleapis/go-genproto@cb27e3a · GitHub
Copy file name to clipboard
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit cb27e3a
authored
move well-known types (#372)
This is step 3 of 6 in a multi-stage migration
to move the well-known types
from the google.golang.org/genproto module
to the google.golang.org/protobuf module.
The generated Go packages for field_mask.proto, api.proto,
type.proto, and source_context.proto are being moved over
to this module alongside all the other well-known types.
In order to move these types between two modules,
there needs to be a sequence of changes submitted in
decently rapid succession. It is impossible to atomically
make these changes, so a brief breakage is inevitable.
The steps are as follows:
Step 1: Submit a change to cloud.google.com/go/internal/gapicgen
to avoid generating the well-known types. Otherwise, the tool
will undo the changes made in step 3.
See https://code-review.googlesource.com/c/gocloud/+/56810
Step 2: Submit a change to google.golang.org/protobuf that
adds the generated well-known types being migrated to that module.
In order to prevent the situation where a user links in
too old a version of the genproto module such that
duplicate registration occurs for the well-known types,
the registry is specially modified to provide an error
message that instructs users to upgrade the genproto module.
See https://golang.org/cl/234937
Step 3: Submit a change to google.golang.org/genproto that
switches all generated well-known types to be aliases to the
ones declared in google.golang.org/protobuf from the previous step.
This will cause the genproto module to incur an dependency
on an unreleased version of the protobuf module.
See #372
Step 4: Submit a change to google.golang.org/protobuf that
adds a weak module depdency on the genproto module at the
revision from the previous step.
Step 5: Release google.golang.org/protobuf@v1.24.0.
Step 6: Submit a change to google.golang.org/genproto that
updates the protobuf module dependency to v1.24.0.1 parent 9bb8953 commit cb27e3aCopy full SHA for cb27e3a
File tree
Expand file treeCollapse file tree
10 files changed
+156
-2166
lines changedFilter options
- protobuf
- api
- field_mask
- ptype
- source_context
Expand file treeCollapse file tree
10 files changed
+156
-2166
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
|
+2-12Lines changed: 2 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 |
| - | |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
18 | 16 |
| |
19 |
| - | |
20 | 17 |
| |
21 | 18 |
| |
22 | 19 |
| |
23 |
| - | |
24 | 20 |
| |
25 | 21 |
| |
26 | 22 |
| |
| |||
30 | 26 |
| |
31 | 27 |
| |
32 | 28 |
| |
33 |
| - | |
34 | 29 |
| |
35 | 30 |
| |
36 | 31 |
| |
37 | 32 |
| |
38 | 33 |
| |
39 |
| - | |
40 | 34 |
| |
41 | 35 |
| |
42 | 36 |
| |
43 | 37 |
| |
44 |
| - | |
45 | 38 |
| |
46 | 39 |
| |
47 | 40 |
| |
48 |
| - | |
49 | 41 |
| |
50 | 42 |
| |
51 | 43 |
| |
52 | 44 |
| |
53 | 45 |
| |
54 | 46 |
| |
55 |
| - | |
56 | 47 |
| |
57 | 48 |
| |
58 | 49 |
| |
| |||
63 | 54 |
| |
64 | 55 |
| |
65 | 56 |
| |
66 |
| - | |
67 | 57 |
| |
68 | 58 |
| |
69 | 59 |
| |
| |||
73 | 63 |
| |
74 | 64 |
| |
75 | 65 |
| |
76 |
| - | |
77 | 66 |
| |
78 |
| - | |
| 67 | + | |
| 68 | + | |
79 | 69 |
| |
80 | 70 |
| |
81 | 71 |
|
protobuf/api/api.go
Copy file name to clipboard+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + |
You can’t perform that action at this time.
0 commit comments