Mirror of a distributed, offline-first bug tracker embedded in git
1//go:build tools 2 3package tools 4 5import ( 6 _ "github.com/99designs/gqlgen" 7 _ "github.com/cheekybits/genny" 8 _ "github.com/praetorian-inc/gokart" 9 _ "github.com/selesy/gokart-pre" 10 _ "golang.org/x/vuln/cmd/govulncheck" 11)