mirror of
https://github.com/fleetdm/fleet
synced 2026-05-12 11:38:27 +00:00
10 lines
187 B
Go
10 lines
187 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/fleetdm/fleet/v4/server/goose"
|
|
_ "github.com/kevinburke/go-bindata"
|
|
_ "github.com/quasilyte/go-ruleguard/dsl"
|
|
)
|