Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
upgrade packer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo C. Moraes committed May 10, 2024
1 parent fb68ac7 commit a476e49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ go 1.21

replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3 // added by packer-sdc fix as noted in github.com/hashicorp/packer-plugin-sdk/issues/187

replace github.com/hashicorp/packer-plugin-sdk v0.5.3 => github.com/inloco/packer-plugin-sdk v0.5.3-incognia.1
replace github.com/hashicorp/packer-plugin-sdk => github.com/inloco/packer-plugin-sdk v0.5.3-incognia.2
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/inloco/packer-plugin-sdk v0.5.3-incognia.1 h1:zy6/36PPQvUdlYAL83bByOoH588D1eefNiI96h5u5ec=
github.com/inloco/packer-plugin-sdk v0.5.3-incognia.1/go.mod h1:/RlEnZJKM9ALCXABe2fgRnqOTcB/Rx+RveqxLqQtDLY=
github.com/inloco/packer-plugin-sdk v0.5.3-incognia.2 h1:weoPib/P0Icjun4l4RvYXDcMtiqnG37xgEwkTHgU/6g=
github.com/inloco/packer-plugin-sdk v0.5.3-incognia.2/go.mod h1:GPpU89SKTVVNcvLGG/DAhK/K0ML9MFVY8qgVlfCi9nM=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 h1:IPJ3dvxmJ4uczJe5YQdrYB16oTJlGSC/OyZDqUk9xX4=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
// for tests to work.
// A pre-release marker for the version can also be specified (e.g -dev). If this is omitted
// The main version number that is being run at the moment.
Version = "1.8.5-incognia.3"
Version = "v1.10.3-incognia.3"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
Expand Down

0 comments on commit a476e49

Please sign in to comment.