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