From 8f158e02adb7a8e49d3682fe59c678989b36422b Mon Sep 17 00:00:00 2001 From: xaxo05 <35868454+xaxo05@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:28:49 +0200 Subject: [PATCH] Bump module packer-plugin-googlecompute version to v1.0.2. (#11235) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a21cd2c30..9dfb479e0 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( github.com/hashicorp/packer-plugin-converge v1.0.0 github.com/hashicorp/packer-plugin-digitalocean v1.0.0 github.com/hashicorp/packer-plugin-docker v1.0.1 - github.com/hashicorp/packer-plugin-googlecompute v1.0.0 + github.com/hashicorp/packer-plugin-googlecompute v1.0.2 github.com/hashicorp/packer-plugin-hcloud v1.0.0 github.com/hashicorp/packer-plugin-hyperone v1.0.0 github.com/hashicorp/packer-plugin-hyperv v1.0.0 diff --git a/go.sum b/go.sum index 5c9f61a97..f904496ee 100644 --- a/go.sum +++ b/go.sum @@ -754,6 +754,8 @@ github.com/hashicorp/packer-plugin-docker v1.0.1 h1:s4mvIT7+DVf+fucbZ6eGYsCxfprE github.com/hashicorp/packer-plugin-docker v1.0.1/go.mod h1:72oCfil438H0NUo/r/UYzSPYOtbn3XGlSMb986xoR6I= github.com/hashicorp/packer-plugin-googlecompute v1.0.0 h1:m+C2gz5OCllprPld8A7U2JgvAdp2sDDGCzoK6sChTj8= github.com/hashicorp/packer-plugin-googlecompute v1.0.0/go.mod h1:xqrqtnN8P530NVeiZdzXehIbCTh5uScwfnolmGyhSY4= +github.com/hashicorp/packer-plugin-googlecompute v1.0.2 h1:fH7EWZ8qL0INWle03NH0VMVNLBweq/s2x+JGZgf6h2k= +github.com/hashicorp/packer-plugin-googlecompute v1.0.2/go.mod h1:xqrqtnN8P530NVeiZdzXehIbCTh5uScwfnolmGyhSY4= github.com/hashicorp/packer-plugin-hcloud v1.0.0 h1:bhuqPRXc6RG15pgyeqR1qTaJAY6iifhuBV9sAOa/zQo= github.com/hashicorp/packer-plugin-hcloud v1.0.0/go.mod h1:cRPfKodO8JnLKLA47rUQlU8t0Wfc9vpOEhyhBrNFgTY= github.com/hashicorp/packer-plugin-hyperone v1.0.0 h1:4KAu7WTqsZwC6gnL+AGXSJ+DHQ6K73ywl8W1TOZPjZk= -- GitLab