[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
104/169: gnu: Add go-github-com-hashicorp-go-retryablehttp.
From: |
guix-commits |
Subject: |
104/169: gnu: Add go-github-com-hashicorp-go-retryablehttp. |
Date: |
Thu, 26 Sep 2024 09:26:04 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 8e0670cd65e82b3d009099836ebf64936f403faa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 20:06:48 2024 +0100
gnu: Add go-github-com-hashicorp-go-retryablehttp.
* gnu/packages/golang-web.scm (go-github-com-hashicorp-go-retryablehttp):
New variable.
Change-Id: I60bee5b1ae3cda325cc1be4636766f5ac65a5555
---
gnu/packages/golang-web.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a00cd1e0d3..e6a460bdfb 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2436,6 +2436,35 @@ the Go standard library, but returns a client that does
not share any state
with other clients.")
(license license:mpl2.0)))
+(define-public go-github-com-hashicorp-go-retryablehttp
+ (package
+ (name "go-github-com-hashicorp-go-retryablehttp")
+ (version "0.7.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hashicorp/go-retryablehttp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11bqzz3244vpa91l5bx8pp5pajbcg4qxrl8ic2x0qgwbrjfz362x"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/hashicorp/go-retryablehttp"))
+ (propagated-inputs
+ (list go-github-com-hashicorp-go-hclog
+ go-github-com-hashicorp-go-cleanhttp))
+ (home-page "https://github.com/hashicorp/go-retryablehttp")
+ (synopsis "Retryable HTTP client in Golang")
+ (description
+ "Package retryablehttp provides a familiar HTTP client interface with
+automatic retries and exponential backoff. It is a thin wrapper over the
+standard @code{net/http} client library and exposes nearly the same public
+API.")
+ (license license:mpl2.0)))
+
(define-public go-github-com-hjson-hjson-go-v4
(package
(name "go-github-com-hjson-hjson-go-v4")
- 75/169: gnu: go-github-com-google-gopacket: Move to golang-web., (continued)
- 75/169: gnu: go-github-com-google-gopacket: Move to golang-web., guix-commits, 2024/09/26
- 67/169: gnu: go-github-com-google-goterm: Move to golang-xyz., guix-commits, 2024/09/26
- 84/169: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/09/26
- 68/169: gnu: go-github-com-tomnomnom-gron: Improve package style., guix-commits, 2024/09/26
- 18/169: gnu: go-1.23: Update to 1.23.1., guix-commits, 2024/09/26
- 82/169: gnu: go-github-com-go-git-go-git-fixtures-v4: Keep all phases., guix-commits, 2024/09/26
- 86/169: gnu: go-github-com-go-git-go-billy: Rename variable., guix-commits, 2024/09/26
- 99/169: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/09/26
- 97/169: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/09/26
- 101/169: gnu: Add go-github-com-golang-mock., guix-commits, 2024/09/26
- 104/169: gnu: Add go-github-com-hashicorp-go-retryablehttp.,
guix-commits <=
- 129/169: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/09/26
- 148/169: gnu: trezord: Refresh package style., guix-commits, 2024/09/26
- 155/169: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/09/26
- 160/169: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/09/26
- 156/169: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/09/26
- 169/169: gnu: run: Update to 0.11.2., guix-commits, 2024/09/26
- 165/169: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/09/26
- 105/169: gnu: Add go-github-com-circonus-labs-circonus-gometrics., guix-commits, 2024/09/26
- 35/169: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da., guix-commits, 2024/09/26
- 79/169: gnu: go-github-com-go-logr-logr: Update to 1.4.2., guix-commits, 2024/09/26