WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.7
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/hashicorp/hcl/v2 v2.22.0
github.com/hashicorp/packer-plugin-amazon v1.3.2
github.com/hashicorp/packer-plugin-amazon v1.3.4
github.com/hashicorp/packer-plugin-sdk v0.5.4
github.com/zclconf/go-cty v1.15.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO
github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc=
github.com/hashicorp/memberlist v0.5.0 h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=
github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0=
github.com/hashicorp/packer-plugin-amazon v1.3.2 h1:1rQoaKTdhE40+w1x2+A2SZZHoDTVTAXqNxq1wYrx5yY=
github.com/hashicorp/packer-plugin-amazon v1.3.2/go.mod h1:zsXirXn2L9rwDlTMFZWPW6r2N1J6xy637KmBjSFnJnM=
github.com/hashicorp/packer-plugin-amazon v1.3.4 h1:E6I89Em0ujmG2pPSJb2n6EDMPPSiTPAT2cf6Ie4XxqY=
github.com/hashicorp/packer-plugin-amazon v1.3.4/go.mod h1:dOM2kyA9E6fHfM9uZ5rr6IZd9XL8FE+KHF324ItR1VU=
github.com/hashicorp/packer-plugin-sdk v0.5.4 h1:5Bl5DMEa//G4gBNcl842JopM9L4KSSsxpvB4W1lEwIA=
github.com/hashicorp/packer-plugin-sdk v0.5.4/go.mod h1:ALm0ZIK3c/F4iOqPNi7xVuHTgrR5dxzOK+DhFN5DHj4=
github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=
Expand Down
Loading