[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/131: gnu: Add go-github-com-grpc-ecosystem-grpc-gateway-v2.
From: |
guix-commits |
Subject: |
78/131: gnu: Add go-github-com-grpc-ecosystem-grpc-gateway-v2. |
Date: |
Thu, 12 Jun 2025 20:22:16 -0400 (EDT) |
guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 934237c09302798164ae36230208552b2b4eec5a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jun 11 00:45:57 2025 +0100
gnu: Add go-github-com-grpc-ecosystem-grpc-gateway-v2.
* gnu/packages/golang-web.scm
(go-github-com-grpc-ecosystem-grpc-gateway-v2): New variable.
Change-Id: I742349d17d25b988993b61b6c31c19afdb6b75eb
---
gnu/packages/golang-web.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index df94bfccbf..e909907575 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -4372,6 +4372,47 @@ responses. It is only suitable for use as a \"private\"
cache (i.e. for a
web-browser or an API-client and not for a shared proxy).")
(license license:expat)))
+(define-public go-github-com-grpc-ecosystem-grpc-gateway-v2
+ (package
+ (name "go-github-com-grpc-ecosystem-grpc-gateway-v2")
+ (version "2.26.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/grpc-ecosystem/grpc-gateway")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pw845x9bqhj64pxvyaafacq0mmmblbf5z4r2arprhdnb05czx3v"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/grpc-ecosystem/grpc-gateway/v2"))
+ (propagated-inputs
+ (list go-github-com-antihax-optional
+ go-github-com-google-go-cmp
+ go-github-com-rogpeppe-fastuuid
+ go-golang-org-x-oauth2
+ go-golang-org-x-text
+ go-google-golang-org-genproto-googleapis-api
+ go-google-golang-org-genproto-googleapis-rpc
+ go-google-golang-org-grpc
+ go-google-golang-org-protobuf
+ go-gopkg-in-yaml-v3))
+ (home-page "https://github.com/grpc-ecosystem/grpc-gateway")
+ (synopsis "gRPC to JSON proxy generator following the gRPC HTTP spec")
+ (description
+ "The @code{gRPC-Gateway} is a plugin of the Google protocol buffers
+compiler @@url{https://github.com/protocolbuffers/protobuf,protoc}. It reads
+protobuf service definitions and generates a reverse-proxy server which
+translates a RESTful HTTP API into @code{gRPC}. This server is generated
+according to the
+@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code
+google.api.http)} annotations in your service definitions.")
+ (license license:bsd-3)))
+
(define-public go-github-com-hashicorp-go-cleanhttp
(package
(name "go-github-com-hashicorp-go-cleanhttp")
- 73/131: gnu: Add go-go-opentelemetry-io-contrib-propagators-jaeger., (continued)
- 73/131: gnu: Add go-go-opentelemetry-io-contrib-propagators-jaeger., guix-commits, 2025/06/12
- 91/131: gnu: kubo: Update to 0.35.0., guix-commits, 2025/06/12
- 88/131: gnu: go-github-com-caddyserver-certmagic: Update to 0.22.1., guix-commits, 2025/06/12
- 85/131: gnu: Remove go-github-com-aead-ecdh., guix-commits, 2025/06/12
- 100/131: gnu: go-git-sr-ht-rockorager-go-jmap: Update to 0.5.2., guix-commits, 2025/06/12
- 93/131: gnu: go-github-com-cockroachdb-apd: Skip one test., guix-commits, 2025/06/12
- 87/131: gnu: Add go-go-opentelemetry-io-otel-exporters-otlp-otlptrace., guix-commits, 2025/06/12
- 77/131: gnu: go-github-com-goccy-go-json: Update to 0.10.5., guix-commits, 2025/06/12
- 104/131: gnu: go-github-com-emersion-go-smtp: Update to 0.22.0., guix-commits, 2025/06/12
- 83/131: gnu: go-github-com-libp2p-go-libp2p-kad-dht: Skip one test., guix-commits, 2025/06/12
- 78/131: gnu: Add go-github-com-grpc-ecosystem-grpc-gateway-v2.,
guix-commits <=
- 109/131: gnu: go-github-com-pascaldekloe-goe: Simplify., guix-commits, 2025/06/12
- 111/131: gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-20250401214520-65e299d6c5c9., guix-commits, 2025/06/12
- 112/131: gnu: Add go-github-com-makenowjust-heredoc-v2., guix-commits, 2025/06/12
- 115/131: gnu: go-github-com-go-openapi-runtime: Update to 0.26.2., guix-commits, 2025/06/12
- 120/131: gnu: Add go-github-com-go-openapi-inflect., guix-commits, 2025/06/12
- 114/131: gnu: go-github-com-alecthomas-participle-v2: Update to 2.1.4., guix-commits, 2025/06/12
- 69/131: gnu: go-go-opentelemetry-io-otel: Adjust snippet., guix-commits, 2025/06/12
- 110/131: gnu: go-github-com-digitalocean-godo: Update to 1.151.0., guix-commits, 2025/06/12
- 75/131: gnu: Add go-go-opentelemetry-io-contrib-propagators-aws., guix-commits, 2025/06/12
- 124/131: gnu: go-git-sr-ht-rockorager-vaxis: Update to 0.14.0., guix-commits, 2025/06/12