From 4ac55446a1757cb00f2a68bf6ec0dad13b8c896d Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 7 Jan 2021 12:00:57 -0800 Subject: [PATCH] fix go.mod --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 117b7b5ba..1129d9108 100644 --- a/go.mod +++ b/go.mod @@ -70,7 +70,7 @@ require ( github.com/hashicorp/go-version v1.2.0 github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/hashicorp/hcl/v2 v2.6.0 - github.com/hashicorp/packer-plugin-sdk v0.0.4 + github.com/hashicorp/packer-plugin-sdk v0.0.5 github.com/hashicorp/serf v0.9.2 // indirect github.com/hashicorp/vault/api v1.0.4 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect @@ -148,6 +148,4 @@ require ( gopkg.in/yaml.v2 v2.3.0 // indirect ) -replace github.com/hashicorp/packer-plugin-sdk => /Users/mmarsh/Projects/packer-plugin-sdk - go 1.13