module github.com/hashicorp/packer-plugin-sdk require ( cloud.google.com/go v0.66.0 // indirect github.com/Azure/go-ntlmssp v0.0.0-20191115201650-bad6df29494a // indirect github.com/agext/levenshtein v1.2.1 github.com/antchfx/xpath v1.1.11 // indirect github.com/antchfx/xquery v0.0.0-20180515051857-ad5b8c7a47b0 // indirect github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect github.com/aws/aws-sdk-go v1.38.0 github.com/dylanmei/iso8601 v0.1.0 // indirect github.com/dylanmei/winrmtest v0.0.0-20170819153634-c2fbb09e6c08 github.com/fatih/camelcase v1.0.0 github.com/fatih/structtag v1.2.0 github.com/gofrs/flock v0.7.3 github.com/gofrs/uuid v4.0.0+incompatible // indirect github.com/google/go-cmp v0.5.5 github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 github.com/google/uuid v1.1.2 github.com/hashicorp/consul/api v1.4.0 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect 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 github.com/hashicorp/go-immutable-radix v1.1.0 // indirect github.com/hashicorp/go-msgpack v0.5.5 // indirect github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/go-uuid v1.0.2 // indirect github.com/hashicorp/go-version v1.2.0 github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/serf v0.9.2 // indirect 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/kr/fs v0.1.0 // indirect github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect github.com/masterzen/winrm v0.0.0-20210504160029-28ed956f5227 github.com/mattn/go-colorable v0.1.8 // indirect github.com/mitchellh/cli v1.1.0 github.com/mitchellh/go-fs v0.0.0-20180402234041-7b48fa161ea7 github.com/mitchellh/go-testing-interface v1.0.3 // indirect github.com/mitchellh/iochan v1.0.0 github.com/mitchellh/mapstructure v1.4.0 github.com/mitchellh/reflectwalk v1.0.0 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect github.com/packer-community/winrmcp v0.0.0-20180921204643-0fd363d6159a github.com/pkg/errors v0.9.1 github.com/pkg/sftp v0.0.0-20160118190721-e84cc8c755ca github.com/ryanuber/go-glob v1.0.0 github.com/satori/go.uuid v1.2.0 // indirect github.com/stretchr/testify v1.7.0 github.com/ugorji/go/codec v1.2.4 github.com/zclconf/go-cty v1.8.3 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/mobile v0.0.0-20201208152944-da85bec010a2 golang.org/x/mod v0.3.0 golang.org/x/net v0.0.0-20210119194325-5f4716e94777 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect golang.org/x/tools v0.0.0-20201111133315-69daaf961d65 google.golang.org/api v0.32.0 // indirect google.golang.org/genproto v0.0.0-20200918140846-d0d605568037 // indirect google.golang.org/grpc v1.32.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) go 1.16