|
1 | 1 | module github.com/xenserver/packer-builder-xenserver |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/amfranz/go-xmlrpc-client v0.0.0-20190612172737-76858463955d |
7 | 7 | github.com/hashicorp/hcl/v2 v2.20.1 |
8 | | - github.com/hashicorp/packer-plugin-sdk v0.3.0 |
| 8 | + github.com/hashicorp/packer-plugin-sdk v0.6.3 |
9 | 9 | github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed |
10 | 10 | github.com/terra-farm/go-xen-api-client v0.0.2 |
11 | 11 | github.com/zclconf/go-cty v1.14.4 |
12 | | - golang.org/x/crypto v0.24.0 |
| 12 | + golang.org/x/crypto v0.36.0 |
13 | 13 | ) |
14 | 14 |
|
15 | 15 | require ( |
16 | | - cloud.google.com/go v0.110.0 // indirect |
17 | | - cloud.google.com/go/compute v1.19.1 // indirect |
| 16 | + cloud.google.com/go v0.110.8 // indirect |
| 17 | + cloud.google.com/go/compute v1.23.1 // indirect |
18 | 18 | cloud.google.com/go/compute/metadata v0.2.3 // indirect |
19 | | - cloud.google.com/go/iam v0.13.0 // indirect |
20 | | - cloud.google.com/go/storage v1.28.1 // indirect |
| 19 | + cloud.google.com/go/iam v1.1.3 // indirect |
| 20 | + cloud.google.com/go/storage v1.35.1 // indirect |
21 | 21 | github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect |
22 | 22 | github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect |
| 23 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
23 | 24 | github.com/agext/levenshtein v1.2.3 // indirect |
24 | 25 | github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect |
25 | 26 | github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect |
26 | | - github.com/armon/go-metrics v0.3.9 // indirect |
27 | | - github.com/aws/aws-sdk-go v1.40.34 // indirect |
| 27 | + github.com/armon/go-metrics v0.4.1 // indirect |
| 28 | + github.com/aws/aws-sdk-go v1.44.114 // indirect |
28 | 29 | github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect |
29 | 30 | github.com/cenkalti/backoff/v3 v3.2.2 // indirect |
30 | 31 | github.com/dylanmei/iso8601 v0.1.0 // indirect |
31 | | - github.com/fatih/color v1.12.0 // indirect |
| 32 | + github.com/fatih/color v1.16.0 // indirect |
| 33 | + github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
32 | 34 | github.com/gofrs/flock v0.8.1 // indirect |
33 | 35 | github.com/gofrs/uuid v4.0.0+incompatible // indirect |
34 | 36 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
35 | 37 | github.com/golang/protobuf v1.5.3 // indirect |
36 | | - github.com/golang/snappy v0.0.4 // indirect |
37 | | - github.com/google/go-cmp v0.6.0 // indirect |
38 | | - github.com/google/uuid v1.3.0 // indirect |
39 | | - github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect |
40 | | - github.com/googleapis/gax-go/v2 v2.7.1 // indirect |
41 | | - github.com/hashicorp/consul/api v1.10.1 // indirect |
| 38 | + github.com/google/s2a-go v0.1.7 // indirect |
| 39 | + github.com/google/uuid v1.4.0 // indirect |
| 40 | + github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect |
| 41 | + github.com/googleapis/gax-go/v2 v2.12.0 // indirect |
| 42 | + github.com/hashicorp/consul/api v1.25.1 // indirect |
42 | 43 | github.com/hashicorp/errwrap v1.1.0 // indirect |
43 | 44 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
44 | | - github.com/hashicorp/go-getter/gcs/v2 v2.1.0 // indirect |
45 | | - github.com/hashicorp/go-getter/s3/v2 v2.1.0 // indirect |
46 | | - github.com/hashicorp/go-getter/v2 v2.1.0 // indirect |
47 | | - github.com/hashicorp/go-hclog v0.16.2 // indirect |
| 45 | + github.com/hashicorp/go-getter/gcs/v2 v2.2.2 // indirect |
| 46 | + github.com/hashicorp/go-getter/s3/v2 v2.2.2 // indirect |
| 47 | + github.com/hashicorp/go-getter/v2 v2.2.2 // indirect |
| 48 | + github.com/hashicorp/go-hclog v1.6.3 // indirect |
48 | 49 | github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
49 | 50 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
50 | | - github.com/hashicorp/go-retryablehttp v0.7.0 // indirect |
| 51 | + github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
51 | 52 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
52 | 53 | github.com/hashicorp/go-safetemp v1.0.0 // indirect |
53 | | - github.com/hashicorp/go-sockaddr v1.0.2 // indirect |
54 | | - github.com/hashicorp/go-version v1.3.0 // indirect |
| 54 | + github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect |
| 55 | + github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
| 56 | + github.com/hashicorp/go-sockaddr v1.0.7 // indirect |
| 57 | + github.com/hashicorp/go-version v1.6.0 // indirect |
55 | 58 | github.com/hashicorp/golang-lru v0.5.4 // indirect |
56 | 59 | github.com/hashicorp/hcl v1.0.0 // indirect |
57 | | - github.com/hashicorp/serf v0.9.5 // indirect |
58 | | - github.com/hashicorp/vault/api v1.1.1 // indirect |
59 | | - github.com/hashicorp/vault/sdk v0.2.1 // indirect |
60 | | - github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493 // indirect |
| 60 | + github.com/hashicorp/serf v0.10.1 // indirect |
| 61 | + github.com/hashicorp/vault/api v1.14.0 // indirect |
| 62 | + github.com/hashicorp/yamux v0.1.1 // indirect |
61 | 63 | github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect |
62 | 64 | github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 65 | + github.com/klauspost/compress v1.11.2 // indirect |
63 | 66 | github.com/kr/fs v0.1.0 // indirect |
64 | 67 | github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect |
65 | 68 | github.com/masterzen/winrm v0.0.0-20210623064412-3b76017826b0 // indirect |
66 | | - github.com/mattn/go-colorable v0.1.8 // indirect |
67 | | - github.com/mattn/go-isatty v0.0.13 // indirect |
| 69 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 70 | + github.com/mattn/go-isatty v0.0.20 // indirect |
68 | 71 | github.com/mitchellh/go-fs v0.0.0-20180402235330-b7b9ca407fff // indirect |
69 | 72 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
70 | 73 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
71 | 74 | github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
72 | 75 | github.com/mitchellh/iochan v1.0.0 // indirect |
73 | | - github.com/mitchellh/mapstructure v1.4.1 // indirect |
| 76 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
74 | 77 | github.com/mitchellh/reflectwalk v1.0.0 // indirect |
75 | 78 | github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
76 | 79 | github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect |
77 | 80 | github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect |
78 | | - github.com/pierrec/lz4 v2.6.1+incompatible // indirect |
79 | 81 | github.com/pkg/sftp v1.13.2 // indirect |
80 | 82 | github.com/ryanuber/go-glob v1.0.0 // indirect |
81 | 83 | github.com/ugorji/go/codec v1.2.6 // indirect |
82 | 84 | github.com/ulikunitz/xz v0.5.10 // indirect |
| 85 | + github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |
| 86 | + github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
83 | 87 | go.opencensus.io v0.24.0 // indirect |
| 88 | + golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect |
84 | 89 | golang.org/x/mobile v0.0.0-20210901025245-1fde1d6c3ca1 // indirect |
85 | | - golang.org/x/mod v0.17.0 // indirect |
86 | | - golang.org/x/net v0.25.0 // indirect |
87 | | - golang.org/x/oauth2 v0.7.0 // indirect |
88 | | - golang.org/x/sync v0.7.0 // indirect |
89 | | - golang.org/x/sys v0.21.0 // indirect |
90 | | - golang.org/x/term v0.21.0 // indirect |
91 | | - golang.org/x/text v0.16.0 // indirect |
92 | | - golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
93 | | - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect |
| 90 | + golang.org/x/mod v0.24.0 // indirect |
| 91 | + golang.org/x/net v0.38.0 // indirect |
| 92 | + golang.org/x/oauth2 v0.13.0 // indirect |
| 93 | + golang.org/x/sync v0.12.0 // indirect |
| 94 | + golang.org/x/sys v0.31.0 // indirect |
| 95 | + golang.org/x/term v0.30.0 // indirect |
| 96 | + golang.org/x/text v0.23.0 // indirect |
| 97 | + golang.org/x/time v0.11.0 // indirect |
| 98 | + golang.org/x/tools v0.31.0 // indirect |
94 | 99 | golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
95 | | - google.golang.org/api v0.114.0 // indirect |
| 100 | + google.golang.org/api v0.150.0 // indirect |
96 | 101 | google.golang.org/appengine v1.6.7 // indirect |
97 | | - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect |
98 | | - google.golang.org/grpc v1.56.3 // indirect |
| 102 | + google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect |
| 103 | + google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect |
| 104 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect |
| 105 | + google.golang.org/grpc v1.59.0 // indirect |
99 | 106 | google.golang.org/protobuf v1.33.0 // indirect |
100 | 107 | gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |
101 | | - gopkg.in/square/go-jose.v2 v2.6.0 // indirect |
102 | 108 | gopkg.in/yaml.v2 v2.4.0 // indirect |
103 | 109 | ) |
104 | 110 |
|
|
0 commit comments