Skip to content

Commit

Permalink
feat: add godepgraph (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickajacks1 authored Sep 14, 2023
1 parent f4b1cba commit 24d5cc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions godepgraph.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description = "A Go dependency graph visualization tool"
binaries = ["godepgraph"]
homepage = "https://github.com/kisielk/godepgraph"
source = "https://github.com/cashapp/hermit-build/releases/download/go-tools/godepgraph-${os}-${arch}.bz2"

on unpack {
rename { from = "${root}/godepgraph-${os}-${arch}" to = "${root}/godepgraph" }
}

channel "latest" {
update = "24h"
}

0 comments on commit 24d5cc1

Please sign in to comment.