mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
4e72ebb68f
Complete build including macOS signing+notarization.
12 lines
204 B
Go
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"
|
|
)
|