Skip to content

Commit

Permalink
use the github.com/scaleway/packer-plugin-scaleway now (#11296)
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Sep 29, 2021
1 parent 8eac348 commit fee561f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion command/vendored_plugins.go
Expand Up @@ -64,7 +64,6 @@ import (
puppetserverprovisioner "github.com/hashicorp/packer-plugin-puppet/provisioner/puppet-server"
qemubuilder "github.com/hashicorp/packer-plugin-qemu/builder/qemu"
saltmasterlessprovisioner "github.com/hashicorp/packer-plugin-salt/provisioner/salt-masterless"
scalewaybuilder "github.com/hashicorp/packer-plugin-scaleway/builder/scaleway"
tencentcloudcvmbuilder "github.com/hashicorp/packer-plugin-tencentcloud/builder/tencentcloud/cvm"
tritonbuilder "github.com/hashicorp/packer-plugin-triton/builder/triton"
uclouduhostbuilder "github.com/hashicorp/packer-plugin-ucloud/builder/ucloud/uhost"
Expand All @@ -84,6 +83,7 @@ import (
yandexbuilder "github.com/hashicorp/packer-plugin-yandex/builder/yandex"
yandexexportpostprocessor "github.com/hashicorp/packer-plugin-yandex/post-processor/yandex-export"
yandeximportpostprocessor "github.com/hashicorp/packer-plugin-yandex/post-processor/yandex-import"
scalewaybuilder "github.com/scaleway/packer-plugin-scaleway/builder/scaleway"
)

// VendoredDatasources are datasource components that were once bundled with the
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -64,7 +64,6 @@ require (
github.com/hashicorp/packer-plugin-puppet v1.0.0
github.com/hashicorp/packer-plugin-qemu v1.0.0
github.com/hashicorp/packer-plugin-salt v0.0.8
github.com/hashicorp/packer-plugin-scaleway v1.0.3
github.com/hashicorp/packer-plugin-sdk v0.2.5
github.com/hashicorp/packer-plugin-tencentcloud v1.0.1
github.com/hashicorp/packer-plugin-triton v1.0.0
Expand Down Expand Up @@ -93,6 +92,7 @@ require (
github.com/posener/complete v1.2.3
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/scaleway/packer-plugin-scaleway v1.0.4
github.com/shirou/gopsutil v3.21.1+incompatible
github.com/stretchr/testify v1.7.0
github.com/tencentcloud/tencentcloud-sdk-go v3.0.233+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -775,8 +775,6 @@ github.com/hashicorp/packer-plugin-qemu v1.0.0 h1:EiWFadbgahXzY15a6G1BJ49wsmqVYQ
github.com/hashicorp/packer-plugin-qemu v1.0.0/go.mod h1:U+IMWD5NjkCBNQIzttMPOQp+9Xzi4q/atkUJs2Nfv4s=
github.com/hashicorp/packer-plugin-salt v0.0.8 h1:npF2bukm0qFdUcZ11K4aZPu0zlUXdi24cbmZrHTSvdY=
github.com/hashicorp/packer-plugin-salt v0.0.8/go.mod h1:KEMBCXLWT4U7CQ0TggCfLww/ci6QyjvZlUSPpadKT6M=
github.com/hashicorp/packer-plugin-scaleway v1.0.3 h1:o5gx9u5EiwBooVIc4xzLMKkmHQdqvK0JH96IKRONXhQ=
github.com/hashicorp/packer-plugin-scaleway v1.0.3/go.mod h1:v77ZHeSEXF9WWxQk9fQFBzS6zzrgFne85npwdm+xvME=
github.com/hashicorp/packer-plugin-sdk v0.2.2/go.mod h1:MAOhxLneNh27t6N6SMyRcIR5qSE86e6yYCcEfRScwIE=
github.com/hashicorp/packer-plugin-sdk v0.2.3/go.mod h1:MAOhxLneNh27t6N6SMyRcIR5qSE86e6yYCcEfRScwIE=
github.com/hashicorp/packer-plugin-sdk v0.2.4/go.mod h1:g24hx1lY+/ancDs4vGNo+o0V4YCzZW4o2jzZ7LEXyII=
Expand Down Expand Up @@ -1099,6 +1097,8 @@ github.com/ryanuber/go-glob v1.0.0 h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkB
github.com/ryanuber/go-glob v1.0.0/go.mod h1:807d1WSdnB0XRJzKNil9Om6lcp/3a0v4qIHxIXzX/Yc=
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/scaleway/packer-plugin-scaleway v1.0.4 h1:3nVUSsUTA5BjVX0+CTJ7Zr7oerLesb52GKNhpC5ncpo=
github.com/scaleway/packer-plugin-scaleway v1.0.4/go.mod h1:BQ74nXrd4cJsZ5AiOfmLKfGiJgEuXzhYIVGGbmuCkNg=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7 h1:Do8ksLD4Nr3pA0x0hnLOLftZgkiTDvwPDShRTUxtXpE=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8=
github.com/sean-/conswriter v0.0.0-20180208195008-f5ae3917a627/go.mod h1:7zjs06qF79/FKAJpBvFx3P8Ww4UTIMAe+lpNXDHziac=
Expand Down

0 comments on commit fee561f

Please sign in to comment.