packer-cn/Gopkg.toml

21 lines
466 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
[[constraint]]
name = "github.com/vmware/govmomi"
version = "=0.15.0"
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"
2018-03-23 19:32:10 -04:00
[prune]
go-tests = true
unused-packages = true