forked from YaleUniversity/packer-plugin-goss
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from caarlos0/build
feat: better builds
- Loading branch information
Showing
4 changed files
with
444 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
project_name: packer-provisioner-goss | ||
before: | ||
hooks: | ||
- go mod download | ||
builds: | ||
- env: | ||
- CGO_ENABLED=0 | ||
archive: | ||
format: binary | ||
name_template: '{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
module github.com/YaleUniversity/packer-provisioner-goss | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect | ||
github.com/Jeffail/gabs v1.1.1 // indirect | ||
github.com/Microsoft/go-winio v0.4.11 // indirect | ||
github.com/NYTimes/gziphandler v1.0.1 // indirect | ||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect | ||
github.com/SAP/go-hdb v0.13.1 // indirect | ||
github.com/SermoDigital/jose v0.9.1 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect | ||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/cenkalti/backoff v2.1.0+incompatible // indirect | ||
github.com/circonus-labs/circonus-gometrics v2.2.5+incompatible // indirect | ||
github.com/circonus-labs/circonusllhist v0.1.3 // indirect | ||
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect | ||
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.3.3 // indirect | ||
github.com/duosecurity/duo_api_golang v0.0.0-20181024123116-92fea9203dbc // indirect | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect | ||
github.com/fatih/color v1.7.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/go-ldap/ldap v2.5.1+incompatible // indirect | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/go-test/deep v1.0.1 // indirect | ||
github.com/gocql/gocql v0.0.0-20181124151448-70385f88b28b // indirect | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/google/go-github v17.0.0+incompatible // indirect | ||
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect | ||
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect | ||
github.com/hashicorp/go-memdb v0.0.0-20181108192425-032f93b25bec // indirect | ||
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect | ||
github.com/hashicorp/go-plugin v0.0.0-20181030172320-54b6ff97d818 // indirect | ||
github.com/hashicorp/memberlist v0.1.0 // indirect | ||
github.com/hashicorp/packer v1.3.3 | ||
github.com/hashicorp/vault-plugin-secrets-kv v0.0.0-20181106190520-2236f141171e // indirect | ||
github.com/jefferai/jsonx v0.0.0-20160721235117-9cc31c3135ee // indirect | ||
github.com/keybase/go-crypto v0.0.0-20181127160227-255a5089e85a // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/lib/pq v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/miekg/dns v1.1.1 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/opencontainers/runc v0.1.1 // indirect | ||
github.com/ory/dockertest v3.3.2+incompatible // indirect | ||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect | ||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/prometheus/client_golang v0.9.1 // indirect | ||
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect | ||
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 // indirect | ||
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a // indirect | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect | ||
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect | ||
google.golang.org/grpc v1.17.0 // indirect | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect | ||
gopkg.in/cheggaaa/pb.v1 v1.0.26 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/ldap.v2 v2.5.1 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect | ||
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect | ||
gotest.tools v2.2.0+incompatible // indirect | ||
) |
Oops, something went wrong.