aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-03-04 14:11:58 +0100
committerMichael Muré <batolettre@gmail.com>2023-03-04 14:11:58 +0100
commit4477152319883cdebd5fbd8887ca092d9eaeea57 (patch)
tree550af6a26773082840008cf921d0a235a6b258aa /tools.go
parenta1015493875963d75b3ca24caa31a2b65203309e (diff)
downloadgit-bug-4477152319883cdebd5fbd8887ca092d9eaeea57.tar.gz
tools: fix how security tools are setup and launched
fix https://github.com/MichaelMure/git-bug/issues/1018
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 69230ed6..a52fba0c 100644
--- a/tools.go
+++ b/tools.go
@@ -6,6 +6,5 @@ import (
_ "github.com/99designs/gqlgen"
_ "github.com/cheekybits/genny"
_ "github.com/praetorian-inc/gokart"
- _ "github.com/selesy/gokart-pre"
_ "golang.org/x/vuln/cmd/govulncheck"
)