fix go.mod
This commit is contained in:
parent
0666b787fc
commit
4ac55446a1
4
go.mod
4
go.mod
|
@ -70,7 +70,7 @@ require (
|
||||||
github.com/hashicorp/go-version v1.2.0
|
github.com/hashicorp/go-version v1.2.0
|
||||||
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
||||||
github.com/hashicorp/hcl/v2 v2.6.0
|
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/serf v0.9.2 // indirect
|
||||||
github.com/hashicorp/vault/api v1.0.4
|
github.com/hashicorp/vault/api v1.0.4
|
||||||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
||||||
|
@ -148,6 +148,4 @@ require (
|
||||||
gopkg.in/yaml.v2 v2.3.0 // indirect
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/hashicorp/packer-plugin-sdk => /Users/mmarsh/Projects/packer-plugin-sdk
|
|
||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
Loading…
Reference in New Issue