-
Notifications
You must be signed in to change notification settings - Fork 19
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 #7 from darkedges/master
Updated to use Packer 1.5 APIs and some other fixes
- Loading branch information
Showing
3,897 changed files
with
715 additions
and
790,182 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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,22 @@ | ||
module github.com/mefellows/packer-dsc | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/hashicorp/errwrap v1.0.0 | ||
github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de | ||
github.com/hashicorp/go-cleanhttp v0.5.0 | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/go-uuid v1.0.1 | ||
github.com/hashicorp/go-version v1.2.0 | ||
github.com/hashicorp/hcl/v2 v2.0.0 | ||
github.com/hashicorp/packer v1.5.1 | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d | ||
github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7 | ||
github.com/mitchellh/iochan v1.0.0 | ||
github.com/mitchellh/mapstructure v0.0.0-20180111000720-b4575eea38cc | ||
github.com/mitchellh/multistep v0.0.0-20170316185339-391576a156a5 | ||
github.com/mitchellh/reflectwalk v1.0.0 | ||
github.com/ugorji/go v0.0.0-20170620104852-5efa3251c7f7 | ||
github.com/zclconf/go-cty v1.1.2-0.20191126233707-f0f7fd24c4af | ||
) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.