[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/169: gnu: Add go-github-com-rs-zerolog.
From: |
guix-commits |
Subject: |
92/169: gnu: Add go-github-com-rs-zerolog. |
Date: |
Thu, 26 Sep 2024 09:25:45 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 55387cb600a73c824289461dfd72b61ce2d7f4c9
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 802b7f549e..41efe69d5c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6212,6 +6212,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")
- 155/169: gnu: Add go-rsc-io-binaryregexp., (continued)
- 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
- 65/169: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2., guix-commits, 2024/09/26
- 89/169: gnu: go-github-com-go-git-go-git-v5: Update style., guix-commits, 2024/09/26
- 92/169: gnu: Add go-github-com-rs-zerolog.,
guix-commits <=
- 102/169: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/09/26
- 113/169: gnu: Add go-github-com-pquerna-ffjson., guix-commits, 2024/09/26
- 115/169: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 125/169: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26
- 132/169: gnu: go-github-com-aead-chacha20: Fix indentation., guix-commits, 2024/09/26
- 144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/09/26
- 135/169: gnu: Add go-github-com-xtaci-smux., guix-commits, 2024/09/26
- 137/169: gnu: go-github.com-smartystreets-assertions: Rename variable., guix-commits, 2024/09/26