golang-google-grpc 1.38.0+really1.33.3-1ubuntu0.1 source package in Ubuntu

Changelog

golang-google-grpc (1.38.0+really1.33.3-1ubuntu0.1) mantic-security; urgency=medium

  * No-change rebuild due to golang-1.20, golang1-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 29 Jan 2024 10:31:59 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.38.0+really1.33.3.orig.tar.xz 756.1 KiB 2255ad83a5b6bd2b285ea839afd315b2fb810e532569280760ebc91567d3b1e1
golang-google-grpc_1.38.0+really1.33.3-1ubuntu0.1.debian.tar.xz 83.7 KiB 5185f906cb0606306c7ee5ef3408042af4d95ec514d067496226ca1c9d4f412f
golang-google-grpc_1.38.0+really1.33.3-1ubuntu0.1.dsc 2.7 KiB 207d0a0ee5ed621afa4bd5f420f2701322a56836ba7b77d4d12988c6039ab1e3

View changes file

Binary packages built by this source

golang-google-grpc-dev: implementation of gRPC in Go

 Implementation of an RPC system called gRPC in Golang.
 .
 Remote Procedure Calls (RPCs) provide a useful abstraction for building
 distributed applications and services. This library provides a concrete
 implementation of the gRPC protocol, layered over HTTP/2.

protoc-gen-go-grpc: gRPC plugin for protobuf compiler

 This protobuf compiler plugin generates gRPC service definitions for the
 protocol buffer defined by file.proto.
 .
 The new protoc-gen-go plugin (provided by google.golang.org/protobuf) no longer
 supports generating gRPC service.