mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
8 lines
255 B
Modula-2
8 lines
255 B
Modula-2
module github.com/jetbrains-infra/packer-builder-vsphere
|
|
|
|
require (
|
|
github.com/hashicorp/packer v1.4.2
|
|
github.com/vmware/govmomi v0.20.0
|
|
go.uber.org/goleak v0.10.1-0.20190517053103-3b0196519f16
|
|
golang.org/x/mobile v0.0.0-20190607214518-6fa95d984e88
|
|
)
|