Skip to content

Commit e0fd9df

Browse files
author
Edwin Hermans
committed
Made package compatible with go modules, added hcl2 compatible
1 parent 4308435 commit e0fd9df

File tree

4 files changed

+600
-1
lines changed

4 files changed

+600
-1
lines changed

go.mod

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module github.com/lmars/packer-post-processor-vagrant-s3
2+
3+
go 1.13
4+
5+
require (
6+
github.com/aws/aws-sdk-go v1.29.23
7+
github.com/blang/semver v3.5.1+incompatible
8+
github.com/hashicorp/hcl/v2 v2.3.0
9+
github.com/hashicorp/packer v1.5.4
10+
github.com/zclconf/go-cty v1.3.1
11+
)

0 commit comments

Comments
 (0)