fleet/tools.go
Zach Wasserman 855cca9368
Update notarization to use notarytool (#7962)
Updating from github.com/mitchellh/gon (old API) to the newer xcrun notarytool.

See https://github.com/fleetdm/fleet/actions/runs/3132173324/jobs/5084249006 for example run.
2022-09-27 08:25:42 -07:00

12 lines
209 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/quasilyte/go-ruleguard/dsl"
)