fix go.mod

This commit is contained in:
Megan Marsh 2021-01-07 12:00:57 -08:00
parent 0666b787fc
commit 4ac55446a1
1 changed files with 1 additions and 3 deletions

4
go.mod
View File

@ -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