aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2024-08-25 20:40:23 +0200
committerGitHub <noreply@github.com>2024-08-25 18:40:23 +0000
commit3a4b8805dfd794cc25f57e99c73ddec651805af1 (patch)
treeb6af67c761c96b323400d061db22ceed73fb0bb0 /tools.go
parentc3ff05f95bdfad6c2ea4cb899024fd47ac503b5f (diff)
downloadgit-bug-3a4b8805dfd794cc25f57e99c73ddec651805af1.tar.gz
core: make label a common type, in a similar fashion as for status (#1252)
This will be useful for Board, and likely code review support later
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools.go b/tools.go
index a52fba0c..3dad8404 100644
--- a/tools.go
+++ b/tools.go
@@ -4,7 +4,6 @@ package tools
import (
_ "github.com/99designs/gqlgen"
- _ "github.com/cheekybits/genny"
_ "github.com/praetorian-inc/gokart"
_ "golang.org/x/vuln/cmd/govulncheck"
)