diff options
author | Michael Muré <batolettre@gmail.com> | 2023-01-03 18:52:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 18:52:40 +0100 |
commit | 5b9f88208fd4b1e87b8fd40195aafbf7da2ecd01 (patch) | |
tree | e84c2c8f33d7610ea83da9a8c2ed774a8da0fa48 /tools.go | |
parent | 3915d2b76e17ae7058510d3b4cd91b24786bb526 (diff) | |
parent | 7601e79d2b60315e259f36e96d7bfdcc92d3fcba (diff) | |
download | git-bug-5b9f88208fd4b1e87b8fd40195aafbf7da2ecd01.tar.gz |
Merge pull request #974 from MichaelMure/fix/972/gokart-panic
fix(972): use prerelease of GoKart with repaired panic
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ) |