fleet/tools.go
Zach Wasserman 4e72ebb68f
Build Orbit releases in GitHub Actions (#3413)
Complete build including macOS signing+notarization.
2021-12-19 17:06:17 -08:00

12 lines
204 B
Go

//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"
)