diff options
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,4 +3,6 @@ package main import ( _ "github.com/99designs/gqlgen" _ "github.com/cheekybits/genny" + _ "github.com/praetorian-inc/gokart" + _ "golang.org/x/vuln/cmd/govulncheck" ) |