File: go.mod.example

package info (click to toggle)
packer 1.6.6%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 32,016 kB
  • sloc: sh: 1,154; python: 619; makefile: 251; ruby: 205; xml: 97
file content (41 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/hashicorp/packer-plugin-sdk

require (
	github.com/aws/aws-sdk-go v1.36.5
	github.com/dylanmei/winrmtest v0.0.0-20190225150635-99b7fe2fddf1
	github.com/fatih/camelcase v1.0.0
	github.com/fatih/structtag v1.0.0
	github.com/gofrs/flock v0.8.0
	github.com/google/go-cmp v0.5.2
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
	github.com/google/uuid v1.1.2
	github.com/hashicorp/consul/api v1.8.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.8.0
	github.com/hashicorp/packer v1.6.5
	github.com/hashicorp/vault/api v1.0.4
	github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce
	github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
	github.com/masterzen/winrm v0.0.0-20201030141608-56ca5c5f2380
	github.com/mitchellh/go-fs v0.0.0-20180402235330-b7b9ca407fff
	github.com/mitchellh/iochan v1.0.0
	github.com/mitchellh/mapstructure v1.4.0
	github.com/mitchellh/reflectwalk v1.0.1
	github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db
	github.com/pkg/sftp v1.12.0
	github.com/ryanuber/go-glob v1.0.0
	github.com/stretchr/testify v1.6.1
	github.com/ugorji/go v0.0.0-20151218193438-646ae4a518c1
	github.com/zclconf/go-cty v1.7.0
	golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
	golang.org/x/mobile v0.0.0-20201208152944-da85bec010a2
	golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
	golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
	golang.org/x/tools v0.0.0-20200918232735-d647fc253266
)

go 1.14