[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/172: gnu: Add go-github-com-circonus-labs-go-apiclient.
From: |
guix-commits |
Subject: |
106/172: gnu: Add go-github-com-circonus-labs-go-apiclient. |
Date: |
Tue, 5 Nov 2024 16:05:04 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 89c418771592a4b569058723e2e14dcb3e353b44
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 20:17:56 2024 +0100
gnu: Add go-github-com-circonus-labs-go-apiclient.
* gnu/packages/golang-web.scm (go-github-com-circonus-labs-go-apiclient):
New variable.
Change-Id: Ia623c1bf0a296201e36ee6fa97e69cc80cee1dee
---
gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 281bd6ef2c..d1c57483ba 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -762,6 +762,34 @@ provides convenience wrappers for registering latency
instrumented functions
with Go's builtin http server.")
(license license:bsd-3)))
+(define-public go-github-com-circonus-labs-go-apiclient
+ (package
+ (name "go-github-com-circonus-labs-go-apiclient")
+ (version "0.7.24")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/circonus-labs/go-apiclient")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ysfycnjmqkn1prlz68k2nkrkk3570q5gx0d6vdvvwfhvlisj4c7"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/circonus-labs/go-apiclient"))
+ (propagated-inputs
+ (list go-github-com-hashicorp-go-retryablehttp
+ go-github-com-pkg-errors))
+ (home-page "https://github.com/circonus-labs/go-apiclient")
+ (synopsis "Circonus API Client for Golang")
+ (description
+ "Package apiclient provides methods for interacting with the Circonus
+API. See the full Circonus API Documentation at
+@url{https://login.circonus.com/resources/api} for more information.")
+ (license license:bsd-3)))
+
(define-public go-github-com-coder-websocket
(package
(name "go-github-com-coder-websocket")
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., (continued)
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/11/05
- 142/172: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/11/05
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/11/05
- 85/172: gnu: go-github-com-go-git-go-billy: Update to 5.5.0., guix-commits, 2024/11/05
- 90/172: gnu: Add go-github-com-bmatcuk-doublestar-v3., guix-commits, 2024/11/05
- 92/172: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/11/05
- 96/172: gnu: Add go-go-opentelemetry-io-otel-sdk., guix-commits, 2024/11/05
- 97/172: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/11/05
- 101/172: gnu: Add go-github-com-golang-mock., guix-commits, 2024/11/05
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/11/05
- 106/172: gnu: Add go-github-com-circonus-labs-go-apiclient.,
guix-commits <=
- 109/172: gnu: Add go-github-com-pascaldekloe-goe., guix-commits, 2024/11/05
- 117/172: guix: Add copyright records., guix-commits, 2024/11/05
- 130/172: gnu: Add go-github-com-aead-ecdh., guix-commits, 2024/11/05
- 138/172: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/11/05
- 02/172: gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz., guix-commits, 2024/11/05
- 11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz., guix-commits, 2024/11/05
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/11/05
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/11/05
- 28/172: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/11/05
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/11/05