|
1 | 1 | module github.com/vmware/terraform-provider-nsxt |
2 | 2 |
|
3 | | -go 1.24.0 |
4 | | - |
5 | | -toolchain go1.24.1 |
| 3 | +go 1.26.6 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | github.com/google/uuid v1.6.0 |
9 | 7 | github.com/hashicorp/go-cty v1.5.0 |
10 | | - github.com/hashicorp/go-version v1.8.0 |
11 | | - github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 |
12 | | - github.com/hashicorp/terraform-plugin-testing v1.14.0 |
| 8 | + github.com/hashicorp/go-version v1.9.0 |
| 9 | + github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.1 |
| 10 | + github.com/hashicorp/terraform-plugin-testing v1.16.0 |
13 | 11 | github.com/stretchr/testify v1.11.1 |
14 | | - github.com/vmware/go-vmware-nsxt v0.0.0-20220328155605-f49a14c1ef5f |
| 12 | + github.com/vmware/go-vmware-nsxt v0.0.0-20230223012718-d31b8a1ca05e |
15 | 13 | github.com/vmware/vsphere-automation-sdk-go/lib v0.8.0 |
16 | 14 | github.com/vmware/vsphere-automation-sdk-go/runtime v0.8.0 |
17 | 15 | github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.12.1-0.20260614145640-9b3a306dd40d |
18 | 16 | github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.9.1-0.20241118070726-666c7cd6e466 |
19 | 17 | github.com/vmware/vsphere-automation-sdk-go/services/nsxt-mp v0.6.1-0.20241118070726-666c7cd6e466 |
20 | | - golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b |
| 18 | + golang.org/x/exp v0.0.0-20260813180055-c1d0aacb2297 |
21 | 19 | ) |
22 | 20 |
|
23 | 21 | require ( |
24 | | - github.com/ProtonMail/go-crypto v1.1.6 // indirect |
| 22 | + dario.cat/mergo v1.0.2 // indirect |
| 23 | + github.com/ProtonMail/go-crypto v1.4.1 // indirect |
25 | 24 | github.com/agext/levenshtein v1.2.3 // indirect |
26 | 25 | github.com/antihax/optional v1.0.0 // indirect |
27 | 26 | github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect |
28 | | - github.com/beevik/etree v1.1.0 // indirect |
29 | | - github.com/cloudflare/circl v1.6.1 // indirect |
| 27 | + github.com/beevik/etree v1.6.0 // indirect |
| 28 | + github.com/cloudflare/circl v1.6.3 // indirect |
| 29 | + github.com/cyphar/filepath-securejoin v0.6.1 // indirect |
30 | 30 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
31 | | - github.com/fatih/color v1.16.0 // indirect |
| 31 | + github.com/fatih/color v1.19.0 // indirect |
32 | 32 | github.com/gibson042/canonicaljson-go v1.0.3 // indirect |
| 33 | + github.com/go-test/deep v1.1.1 // indirect |
33 | 34 | github.com/golang-jwt/jwt/v4 v4.5.2 // indirect |
34 | 35 | github.com/golang/protobuf v1.5.4 // indirect |
35 | 36 | github.com/google/go-cmp v0.7.0 // indirect |
36 | | - github.com/hashicorp/errwrap v1.0.0 // indirect |
| 37 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
37 | 38 | github.com/hashicorp/go-checkpoint v0.5.0 // indirect |
38 | 39 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
39 | 40 | github.com/hashicorp/go-hclog v1.6.3 // indirect |
40 | 41 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
41 | | - github.com/hashicorp/go-plugin v1.7.0 // indirect |
42 | | - github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
| 42 | + github.com/hashicorp/go-plugin v1.8.0 // indirect |
| 43 | + github.com/hashicorp/go-retryablehttp v0.7.8 // indirect |
43 | 44 | github.com/hashicorp/go-uuid v1.0.3 // indirect |
44 | | - github.com/hashicorp/hc-install v0.9.2 // indirect |
| 45 | + github.com/hashicorp/hc-install v0.9.5 // indirect |
45 | 46 | github.com/hashicorp/hcl/v2 v2.24.0 // indirect |
46 | 47 | github.com/hashicorp/logutils v1.0.0 // indirect |
47 | | - github.com/hashicorp/terraform-exec v0.24.0 // indirect |
| 48 | + github.com/hashicorp/terraform-exec v0.25.2 // indirect |
48 | 49 | github.com/hashicorp/terraform-json v0.27.2 // indirect |
49 | | - github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect |
| 50 | + github.com/hashicorp/terraform-plugin-go v0.31.0 // indirect |
50 | 51 | github.com/hashicorp/terraform-plugin-log v0.10.0 // indirect |
51 | 52 | github.com/hashicorp/terraform-registry-address v0.4.0 // indirect |
52 | | - github.com/hashicorp/terraform-svchost v0.1.1 // indirect |
| 53 | + github.com/hashicorp/terraform-svchost v0.2.1 // indirect |
53 | 54 | github.com/hashicorp/yamux v0.1.2 // indirect |
54 | | - github.com/mattn/go-colorable v0.1.13 // indirect |
55 | | - github.com/mattn/go-isatty v0.0.20 // indirect |
| 55 | + github.com/jhump/protoreflect v1.18.0 // indirect |
| 56 | + github.com/kevinburke/ssh_config v1.6.0 // indirect |
| 57 | + github.com/kr/text v0.2.0 // indirect |
| 58 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 59 | + github.com/mattn/go-isatty v0.0.22 // indirect |
56 | 60 | github.com/mitchellh/copystructure v1.2.0 // indirect |
57 | 61 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
58 | 62 | github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
59 | 63 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
60 | 64 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
61 | | - github.com/oklog/run v1.1.0 // indirect |
| 65 | + github.com/oklog/run v1.2.0 // indirect |
| 66 | + github.com/pjbgf/sha1cd v0.6.0 // indirect |
62 | 67 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 68 | + github.com/sergi/go-diff v1.4.0 // indirect |
| 69 | + github.com/skeema/knownhosts v1.3.2 // indirect |
63 | 70 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect |
64 | 71 | github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect |
65 | 72 | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
66 | | - github.com/zclconf/go-cty v1.17.0 // indirect |
67 | | - golang.org/x/crypto v0.46.0 // indirect |
68 | | - golang.org/x/mod v0.30.0 // indirect |
69 | | - golang.org/x/net v0.48.0 // indirect |
70 | | - golang.org/x/oauth2 v0.34.0 // indirect |
71 | | - golang.org/x/sync v0.19.0 // indirect |
72 | | - golang.org/x/sys v0.39.0 // indirect |
73 | | - golang.org/x/text v0.32.0 // indirect |
74 | | - golang.org/x/tools v0.39.0 // indirect |
| 73 | + github.com/zclconf/go-cty v1.18.1 // indirect |
| 74 | + golang.org/x/crypto v0.55.0 // indirect |
| 75 | + golang.org/x/mod v0.39.0 // indirect |
| 76 | + golang.org/x/net v0.58.0 // indirect |
| 77 | + golang.org/x/oauth2 v0.36.0 // indirect |
| 78 | + golang.org/x/sync v0.22.0 // indirect |
| 79 | + golang.org/x/sys v0.47.0 // indirect |
| 80 | + golang.org/x/text v0.41.0 // indirect |
| 81 | + golang.org/x/tools v0.49.0 // indirect |
75 | 82 | google.golang.org/appengine v1.6.8 // indirect |
76 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect |
77 | | - google.golang.org/grpc v1.79.3 // indirect |
| 83 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 // indirect |
| 84 | + google.golang.org/grpc v1.82.1 // indirect |
78 | 85 | google.golang.org/protobuf v1.36.11 // indirect |
79 | 86 | gopkg.in/yaml.v3 v3.0.1 // indirect |
80 | 87 | ) |
0 commit comments