From eaac894ae6f3a3500bd3bdd668bffb9b2d6ad425 Mon Sep 17 00:00:00 2001 From: Brandon Tassone Date: Tue, 6 Feb 2024 23:20:06 -0500 Subject: [PATCH] Update go.mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index fe8d444..1bf6e6d 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.16 require ( github.com/hashicorp/hcl/v2 v2.19.1 - github.com/hashicorp/packer-plugin-sdk v0.5.2 - github.com/zclconf/go-cty v1.14.2qw + github.com/hashicorp/packer-plugin-sdk v0.5.2 + github.com/zclconf/go-cty v1.14.2 )