mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
11 lines
187 B
Go
11 lines
187 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/cheekybits/genny"
|
|
_ "github.com/praetorian-inc/gokart"
|
|
_ "golang.org/x/vuln/cmd/govulncheck"
|
|
)
|