aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-03 08:31:43 -0500
committerSteve Moyer <smoyer1@selesy.com>2023-01-03 08:31:43 -0500
commit344438b9cb216dd878221600071d3ac8093ad34b (patch)
tree30dff68cf481fc5e1130a53cf28bc523fd240f18 /tools.go
parentd11ea5c2adec0fd92be30d3e3bdd1b5679d4118c (diff)
downloadgit-bug-344438b9cb216dd878221600071d3ac8093ad34b.tar.gz
fix(972): use prerelease of GoKart with repaired panic
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.go b/tools.go
index a52fba0c..69230ed6 100644
--- a/tools.go
+++ b/tools.go
@@ -6,5 +6,6 @@ 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"
)