mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
11 lines
204 B
Go
11 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"
|
|
)
|