Skip to content

Commit 545c2b0

Browse files
chore: Bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4 (#169)
* chore: Bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4 Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/packer-plugin-sdk@v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/packer-plugin-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix using go mod tidy * update go version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 71ac04f commit 545c2b0

File tree

6 files changed

+109
-106
lines changed

6 files changed

+109
-106
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: 1.18
13+
go-version: 1.22
1414
- name: golangci-lint
1515
uses: golangci/golangci-lint-action@v6
1616
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
nightly:
1010
strategy:
1111
matrix:
12-
go-version: [ 1.18.x ]
12+
go-version: [ 1.22.x ]
1313
platform: [ ubuntu-latest ]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: 1.18
28+
go-version: 1.22
2929
- name: Describe plugin
3030
id: plugin_describe
3131
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
go-version: [1.20.x]
11+
go-version: [1.22.x]
1212
platform: [ubuntu-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:
@@ -28,7 +28,7 @@ jobs:
2828
generate:
2929
strategy:
3030
matrix:
31-
go-version: [ 1.20.x ]
31+
go-version: [ 1.22.x ]
3232
platform: [ ubuntu-latest ]
3333
runs-on: ${{ matrix.platform }}
3434
steps:

go.mod

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
module github.com/scaleway/packer-plugin-scaleway
22

3-
go 1.18
3+
go 1.21.0
4+
5+
toolchain go1.22.4
46

57
require (
68
github.com/hashicorp/hcl/v2 v2.19.1
7-
github.com/hashicorp/packer-plugin-sdk v0.5.3
9+
github.com/hashicorp/packer-plugin-sdk v0.5.4
810
github.com/mitchellh/mapstructure v1.5.0
911
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.28
1012
github.com/zclconf/go-cty v1.13.3
1113
golang.org/x/crypto v0.24.0
1214
)
1315

1416
require (
15-
cloud.google.com/go v0.110.0 // indirect
16-
cloud.google.com/go/compute v1.19.1 // indirect
17+
cloud.google.com/go v0.110.8 // indirect
18+
cloud.google.com/go/compute v1.23.1 // indirect
1719
cloud.google.com/go/compute/metadata v0.2.3 // indirect
18-
cloud.google.com/go/iam v0.13.0 // indirect
19-
cloud.google.com/go/storage v1.28.1 // indirect
20+
cloud.google.com/go/iam v1.1.3 // indirect
21+
cloud.google.com/go/storage v1.35.1 // indirect
2022
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
2123
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect
2224
github.com/agext/levenshtein v1.2.3 // indirect
@@ -27,26 +29,26 @@ require (
2729
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2830
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
2931
github.com/dylanmei/iso8601 v0.1.0 // indirect
30-
github.com/fatih/color v1.14.1 // indirect
31-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
32+
github.com/fatih/color v1.16.0 // indirect
33+
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
3234
github.com/gofrs/flock v0.8.1 // indirect
3335
github.com/gofrs/uuid v4.0.0+incompatible // indirect
3436
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3537
github.com/golang/protobuf v1.5.3 // indirect
36-
github.com/google/go-cmp v0.5.9 // indirect
37-
github.com/google/uuid v1.3.0 // indirect
38-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
39-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
38+
github.com/google/s2a-go v0.1.7 // indirect
39+
github.com/google/uuid v1.4.0 // indirect
40+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
41+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
4042
github.com/hashicorp/consul/api v1.25.1 // indirect
4143
github.com/hashicorp/errwrap v1.1.0 // indirect
4244
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
43-
github.com/hashicorp/go-getter/gcs/v2 v2.2.1 // indirect
44-
github.com/hashicorp/go-getter/s3/v2 v2.2.1 // indirect
45-
github.com/hashicorp/go-getter/v2 v2.2.1 // indirect
46-
github.com/hashicorp/go-hclog v1.5.0 // indirect
45+
github.com/hashicorp/go-getter/gcs/v2 v2.2.2 // indirect
46+
github.com/hashicorp/go-getter/s3/v2 v2.2.2 // indirect
47+
github.com/hashicorp/go-getter/v2 v2.2.2 // indirect
48+
github.com/hashicorp/go-hclog v1.6.3 // indirect
4749
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
4850
github.com/hashicorp/go-multierror v1.1.1 // indirect
49-
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
51+
github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
5052
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
5153
github.com/hashicorp/go-safetemp v1.0.0 // indirect
5254
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
@@ -56,7 +58,7 @@ require (
5658
github.com/hashicorp/golang-lru v0.5.4 // indirect
5759
github.com/hashicorp/hcl v1.0.0 // indirect
5860
github.com/hashicorp/serf v0.10.1 // indirect
59-
github.com/hashicorp/vault/api v1.10.0 // indirect
61+
github.com/hashicorp/vault/api v1.14.0 // indirect
6062
github.com/hashicorp/yamux v0.1.1 // indirect
6163
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
6264
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -65,7 +67,7 @@ require (
6567
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
6668
github.com/masterzen/winrm v0.0.0-20210623064412-3b76017826b0 // indirect
6769
github.com/mattn/go-colorable v0.1.13 // indirect
68-
github.com/mattn/go-isatty v0.0.17 // indirect
70+
github.com/mattn/go-isatty v0.0.20 // indirect
6971
github.com/mitchellh/go-fs v0.0.0-20180402235330-b7b9ca407fff // indirect
7072
github.com/mitchellh/go-homedir v1.1.0 // indirect
7173
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -80,17 +82,20 @@ require (
8082
github.com/ulikunitz/xz v0.5.10 // indirect
8183
go.opencensus.io v0.24.0 // indirect
8284
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
83-
golang.org/x/net v0.23.0 // indirect
84-
golang.org/x/oauth2 v0.7.0 // indirect
85+
golang.org/x/net v0.25.0 // indirect
86+
golang.org/x/oauth2 v0.13.0 // indirect
87+
golang.org/x/sync v0.7.0 // indirect
8588
golang.org/x/sys v0.21.0 // indirect
8689
golang.org/x/term v0.21.0 // indirect
8790
golang.org/x/text v0.16.0 // indirect
88-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
91+
golang.org/x/time v0.3.0 // indirect
8992
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
90-
google.golang.org/api v0.114.0 // indirect
93+
google.golang.org/api v0.150.0 // indirect
9194
google.golang.org/appengine v1.6.7 // indirect
92-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
93-
google.golang.org/grpc v1.56.3 // indirect
95+
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
96+
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
97+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
98+
google.golang.org/grpc v1.59.0 // indirect
9499
google.golang.org/protobuf v1.33.0 // indirect
95100
gopkg.in/yaml.v2 v2.4.0 // indirect
96101
)

0 commit comments

Comments
 (0)