[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/172: gnu: Add go-github-com-rs-zerolog.
From: |
guix-commits |
Subject: |
92/172: gnu: Add go-github-com-rs-zerolog. |
Date: |
Tue, 5 Nov 2024 16:05:01 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit bf56b868612c0a0d9e8b386bc5823d21cf000e79
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Sep 14 23:23:03 2024 +0100
gnu: Add go-github-com-rs-zerolog.
* gnu/packages/golang-xyz.scm (go-github-com-rs-zerolog): New variable.
Change-Id: I66ff162e3dcc694f27d6d01fb00099d2d5de9abb
---
gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7afee2be7a..a049df136d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6288,6 +6288,35 @@ Included are the following:
@end itemize\n")
(license license:bsd-3)))
+(define-public go-github-com-rs-zerolog
+ (package
+ (name "go-github-com-rs-zerolog")
+ (version "1.33.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rs/zerolog";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14g5sy9n18k18pvzccdcvj5rqi670yw478yqm4n30hrfsdkm5jbp"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/rs/zerolog"))
+ (propagated-inputs
+ (list go-github-com-coreos-go-systemd-v22
+ go-github-com-mattn-go-colorable
+ go-github-com-pkg-errors
+ go-github-com-rs-xid))
+ (home-page "https://github.com/rs/zerolog";)
+ (synopsis "Zero Allocation JSON Logger")
+ (description
+ "Package zerolog provides a lightweight logging library dedicated to JSON
+logging.")
+ (license license:expat)))
+
(define-public go-github-com-schollz-progressbar-v3
(package
(name "go-github-com-schollz-progressbar-v3")
- 116/172: gnu: Add go-msgp., (continued)
- 116/172: gnu: Add go-msgp., guix-commits, 2024/11/05
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/11/05
- 127/172: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., guix-commits, 2024/11/05
- 128/172: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/11/05
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/05
- 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 <=
- 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, 2024/11/05
- 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