packer-cn/Gopkg.toml

26 lines
646 B
TOML
Raw Normal View History

2018-03-23 19:32:10 -04:00
[[constraint]]
name = "github.com/hashicorp/packer"
2018-05-12 07:03:06 -04:00
version = "~1.2"
2018-03-23 19:32:10 -04:00
[[constraint]]
name = "github.com/vmware/govmomi"
2018-05-12 07:19:17 -04:00
version = "~0.17"
2018-03-23 19:32:10 -04:00
2018-05-03 21:40:35 -04:00
[[override]]
name = "github.com/masterzen/azure-sdk-for-go"
branch = "master"
2018-05-03 21:40:35 -04:00
# need commit https://github.com/ChrisTrenkamp/goxpath/commit/e2e5bcefc4e07f4a0c587a1200c22665dd39bd0e
2018-05-03 21:40:35 -04:00
[[override]]
name = "github.com/ChrisTrenkamp/goxpath"
2018-05-03 21:40:35 -04:00
branch = "master"
# Plugin's RPC client uses the same version of a codec as a server in Packer core
[[override]]
name = "github.com/ugorji/go"
revision = "646ae4a518c1c3be0739df898118d9bccf993858"
2018-03-23 19:32:10 -04:00
[prune]
go-tests = true
unused-packages = true