fleet/tools.go

13 lines
247 B
Go
Raw Normal View History

//go:build tools
// +build tools
package tools
import (
_ "github.com/fleetdm/goose"
_ "github.com/goreleaser/goreleaser"
_ "github.com/kevinburke/go-bindata"
_ "github.com/mitchellh/gon/cmd/gon"
_ "github.com/quasilyte/go-ruleguard/dsl"
)