golang-google-protobuf 1.28.1-3 source package in Ubuntu
Changelog
golang-google-protobuf (1.28.1-3) unstable; urgency=medium * Backport patch to fix parsing of google.protobuf.Timestamp -- Shengjing Zhu <email address hidden> Tue, 07 Feb 2023 15:12:57 +0800
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-google-protobuf_1.28.1-3.dsc | 1.7 KiB | 4a5f0c22dcd518a39456b647577c2d81e9d2dec5ac86939ae04b66bf5e40aad8 |
golang-google-protobuf_1.28.1.orig.tar.gz | 1.2 MiB | bfa538fd1bc83975825d3ef7d62c35f348340c40d4d5cd3a079d7e4963ce8d99 |
golang-google-protobuf_1.28.1-3.debian.tar.xz | 4.3 KiB | a2de13ca581c981d00d44fc292d8d8983d05fc0656a597436edb96b1012dd1e3 |
Available diffs
- diff from 1.28.1-2 to 1.28.1-3 (1.5 KiB)
No changes file available.
Binary packages built by this source
- golang-google-protobuf-dev: Go support for protocol buffers (APIv2)
This module (google.
golang. org/protobuf) contains Go bindings for protocol
buffers.
.
For APIv2, see https://go.dev/ blog/protobuf- apiv2.
- protoc-gen-go: Go plugin for protobuf compiler (APIv2)
This protobuf compiler plugin is from google.
golang. org/protobuf module,
which is recommended by upstream.
.
Compared to the old plugin provided by github.com/golang/ protobuf module, in
protoc-gen-go-1-3 or protoc-gen-go-1-5 package, it doesn't support generating
gRPC service definitions.
.
For APIv2, see https://go.dev/ blog/protobuf- apiv2.