mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
855cca9368
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.
12 lines
209 B
Go
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"
|
|
)
|