packer-cn/Gopkg.toml

16 lines
285 B
TOML
Raw Normal View History

2018-03-23 19:32:10 -04:00
[[constraint]]
name = "github.com/hashicorp/packer"
2018-04-25 07:22:38 -04:00
version = "=1.2.2"
2018-03-23 19:32:10 -04:00
[[override]]
name = "github.com/masterzen/azure-sdk-for-go"
branch = "master"
[[constraint]]
name = "github.com/vmware/govmomi"
version = "=0.15.0"
[prune]
go-tests = true
unused-packages = true