From 3af472be9ae452736e930705b7b9f6875fb290b5 Mon Sep 17 00:00:00 2001 From: sylviamoss Date: Mon, 19 Apr 2021 17:47:09 +0200 Subject: [PATCH] update qemu to latest version --- go.mod | 2 +- go.sum | 2 ++ vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 70fc0d6d7..18eec8ebd 100644 --- a/go.mod +++ b/go.mod @@ -49,7 +49,7 @@ require ( github.com/hashicorp/packer-plugin-ansible v0.0.2 github.com/hashicorp/packer-plugin-docker v0.0.7 github.com/hashicorp/packer-plugin-googlecompute v0.0.1 - github.com/hashicorp/packer-plugin-qemu v0.0.0-20210419131938-9ec808d0c364 + github.com/hashicorp/packer-plugin-qemu v0.0.1 github.com/hashicorp/packer-plugin-sdk v0.2.0 github.com/hashicorp/packer-plugin-virtualbox v0.0.1 github.com/hashicorp/packer-plugin-vmware v0.0.1 diff --git a/go.sum b/go.sum index e8a7f6920..ddffbdbde 100644 --- a/go.sum +++ b/go.sum @@ -464,6 +464,8 @@ github.com/hashicorp/packer-plugin-googlecompute v0.0.1 h1:Shjio88MraB+ocj0VI5+M github.com/hashicorp/packer-plugin-googlecompute v0.0.1/go.mod h1:MfV898IrEMpKH6wVnvOI5Tkhxm2snf3QxwVqV4k3bNI= github.com/hashicorp/packer-plugin-qemu v0.0.0-20210419131938-9ec808d0c364 h1:9vTNg4xYdp+PzBFSi+G2Nfc8qw7X1ebrBFKt4wmvARk= github.com/hashicorp/packer-plugin-qemu v0.0.0-20210419131938-9ec808d0c364/go.mod h1:8Q/LCjO7oplLcLe1KLdEt7rq94h42Di6Lab2DTLNwVg= +github.com/hashicorp/packer-plugin-qemu v0.0.1 h1:yGnmWf4Z+ZmOJXJF6w23V2KChtTCiPHsFnfg7+LRu74= +github.com/hashicorp/packer-plugin-qemu v0.0.1/go.mod h1:8Q/LCjO7oplLcLe1KLdEt7rq94h42Di6Lab2DTLNwVg= github.com/hashicorp/packer-plugin-sdk v0.0.6/go.mod h1:Nvh28f+Jmpp2rcaN79bULTouNkGNDRfHckhHKTAXtyU= github.com/hashicorp/packer-plugin-sdk v0.0.7-0.20210111224258-fd30ebb797f0/go.mod h1:YdWTt5w6cYfaQG7IOi5iorL+3SXnz8hI0gJCi8Db/LI= github.com/hashicorp/packer-plugin-sdk v0.0.7-0.20210120105339-f6fd68d2570a/go.mod h1:exN0C+Pe+3zu18l4nxueNjX5cfmslxUX/m/xk4IVmZQ= diff --git a/vendor/modules.txt b/vendor/modules.txt index d4f82df49..5b9ae1515 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -523,7 +523,7 @@ github.com/hashicorp/packer-plugin-googlecompute/builder/googlecompute github.com/hashicorp/packer-plugin-googlecompute/builder/googlecompute/version github.com/hashicorp/packer-plugin-googlecompute/post-processor/googlecompute-export github.com/hashicorp/packer-plugin-googlecompute/post-processor/googlecompute-import -# github.com/hashicorp/packer-plugin-qemu v0.0.0-20210419131938-9ec808d0c364 +# github.com/hashicorp/packer-plugin-qemu v0.0.1 ## explicit github.com/hashicorp/packer-plugin-qemu/builder/qemu # github.com/hashicorp/packer-plugin-sdk v0.2.0