summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 18:33:32 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 16:50:08 +0100
commitaaacaaf10a4c80fce0e8fd6031017df80a4a7b57 (patch)
tree2fd2f87bfbe3cf41dbf16fcd7bf88b173a74c65f /gnu/packages/golang-xyz.scm
parenteaeae4e077e48f2a8856bd5bd4e574c9e2f8218e (diff)
gnu: Add go-github-com-kylebanks-depth.
* gnu/packages/golang-xyz.scm (go-github-com-kylebanks-depth): New variable. Change-Id: I20dc98c4fa6c3780a30e93e1280500221171a9d0
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0db75021c0..bd28043968 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -9890,6 +9890,31 @@ allocation. @code{fastime} is returning the approximate time.")
(description "This package provides a text formatting functions in Go.")
(license license:expat)))
+(define-public go-github-com-kylebanks-depth
+ (package
+ (name "go-github-com-kylebanks-depth")
+ (version "1.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/KyleBanks/depth")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19gnz1w3ny3dawdhfnfsr17ll11isgk0jmrbfn2hsa6yqzc7jd3k"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/KyleBanks/depth"
+ #:test-subdirs #~(list ".")))
+ (home-page "https://github.com/KyleBanks/depth")
+ (synopsis "Visualize Golang Dependency Trees")
+ (description
+ "Package depth provides an ability to traverse and retrieve Go source
+code dependencies in the form of internal and external packages.")
+ (license license:expat)))
+
(define-public go-github-com-kylelemons-godebug
(package
(name "go-github-com-kylelemons-godebug")