module github.com/hashicorp/packer-plugin-sdk require ( github.com/aws/aws-sdk-go v1.36.0 github.com/dylanmei/winrmtest v0.0.0-20170819153634-c2fbb09e6c08 github.com/gofrs/flock v0.7.3 github.com/google/go-cmp v0.5.2 github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 github.com/google/uuid v1.1.1 github.com/hashicorp/consul/api v1.4.0 github.com/hashicorp/go-getter/gcs/v2 v2.0.0-20200604122502-a6995fa1edad github.com/hashicorp/go-getter/s3/v2 v2.0.0-20200604122502-a6995fa1edad github.com/hashicorp/go-getter/v2 v2.0.0-20200604122502-a6995fa1edad github.com/hashicorp/go-multierror v1.1.0 github.com/hashicorp/go-version v1.2.0 github.com/hashicorp/hcl/v2 v2.6.0 github.com/hashicorp/packer v1.6.6 github.com/hashicorp/vault/api v1.0.4 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88 github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7 github.com/mitchellh/iochan v1.0.0 github.com/mitchellh/mapstructure v1.2.3 github.com/mitchellh/reflectwalk v1.0.0 github.com/packer-community/winrmcp v0.0.0-20180921204643-0fd363d6159a github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca github.com/ryanuber/go-glob v1.0.0 github.com/stretchr/testify v1.5.1 github.com/ugorji/go v0.0.0-20151218193438-646ae4a518c1 github.com/zclconf/go-cty v1.4.0 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/mobile v0.0.0-20191130191448-5c0e7e404af8 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 ) go 1.14