-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmodules.txt
More file actions
605 lines (605 loc) · 24.9 KB
/
Copy pathmodules.txt
File metadata and controls
605 lines (605 loc) · 24.9 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
# github.com/BurntSushi/toml v1.2.1
## explicit; go 1.16
github.com/BurntSushi/toml
github.com/BurntSushi/toml/internal
# github.com/Kunde21/markdownfmt/v3 v3.1.0
## explicit; go 1.18
github.com/Kunde21/markdownfmt/v3/markdown
# github.com/Masterminds/goutils v1.1.1
## explicit
github.com/Masterminds/goutils
# github.com/Masterminds/semver/v3 v3.2.0
## explicit; go 1.18
github.com/Masterminds/semver/v3
# github.com/Masterminds/sprig/v3 v3.2.3
## explicit; go 1.13
github.com/Masterminds/sprig/v3
# github.com/ProtonMail/go-crypto v1.1.3
## explicit; go 1.17
github.com/ProtonMail/go-crypto/bitcurves
github.com/ProtonMail/go-crypto/brainpool
github.com/ProtonMail/go-crypto/eax
github.com/ProtonMail/go-crypto/internal/byteutil
github.com/ProtonMail/go-crypto/ocb
github.com/ProtonMail/go-crypto/openpgp
github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
github.com/ProtonMail/go-crypto/openpgp/armor
github.com/ProtonMail/go-crypto/openpgp/ecdh
github.com/ProtonMail/go-crypto/openpgp/ecdsa
github.com/ProtonMail/go-crypto/openpgp/ed25519
github.com/ProtonMail/go-crypto/openpgp/ed448
github.com/ProtonMail/go-crypto/openpgp/eddsa
github.com/ProtonMail/go-crypto/openpgp/elgamal
github.com/ProtonMail/go-crypto/openpgp/errors
github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
github.com/ProtonMail/go-crypto/openpgp/internal/ecc
github.com/ProtonMail/go-crypto/openpgp/internal/encoding
github.com/ProtonMail/go-crypto/openpgp/packet
github.com/ProtonMail/go-crypto/openpgp/s2k
github.com/ProtonMail/go-crypto/openpgp/x25519
github.com/ProtonMail/go-crypto/openpgp/x448
# github.com/agext/levenshtein v1.2.2
## explicit
github.com/agext/levenshtein
# github.com/apparentlymart/go-textseg/v15 v15.0.0
## explicit; go 1.16
github.com/apparentlymart/go-textseg/v15/textseg
# github.com/armon/go-radix v1.0.0
## explicit
github.com/armon/go-radix
# github.com/bgentry/speakeasy v0.1.0
## explicit
github.com/bgentry/speakeasy
# github.com/bmatcuk/doublestar/v4 v4.8.1
## explicit; go 1.16
github.com/bmatcuk/doublestar/v4
# github.com/cloudflare/circl v1.3.7
## explicit; go 1.19
github.com/cloudflare/circl/dh/x25519
github.com/cloudflare/circl/dh/x448
github.com/cloudflare/circl/ecc/goldilocks
github.com/cloudflare/circl/internal/conv
github.com/cloudflare/circl/internal/sha3
github.com/cloudflare/circl/math
github.com/cloudflare/circl/math/fp25519
github.com/cloudflare/circl/math/fp448
github.com/cloudflare/circl/math/mlsbset
github.com/cloudflare/circl/sign
github.com/cloudflare/circl/sign/ed25519
github.com/cloudflare/circl/sign/ed448
# github.com/fatih/color v1.16.0
## explicit; go 1.17
github.com/fatih/color
# github.com/golang/protobuf v1.5.4
## explicit; go 1.17
github.com/golang/protobuf/proto
github.com/golang/protobuf/ptypes/empty
# github.com/google/go-cmp v0.7.0
## explicit; go 1.21
github.com/google/go-cmp/cmp
github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/flags
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/google/uuid v1.6.0
## explicit
github.com/google/uuid
# github.com/hashicorp/cli v1.1.7
## explicit; go 1.20
github.com/hashicorp/cli
# github.com/hashicorp/errwrap v1.1.0
## explicit
github.com/hashicorp/errwrap
# github.com/hashicorp/go-checkpoint v0.5.0
## explicit
github.com/hashicorp/go-checkpoint
# github.com/hashicorp/go-cleanhttp v0.5.2
## explicit; go 1.13
github.com/hashicorp/go-cleanhttp
# github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
## explicit; go 1.12
github.com/hashicorp/go-cty/cty
github.com/hashicorp/go-cty/cty/convert
github.com/hashicorp/go-cty/cty/gocty
github.com/hashicorp/go-cty/cty/json
github.com/hashicorp/go-cty/cty/msgpack
github.com/hashicorp/go-cty/cty/set
# github.com/hashicorp/go-hclog v1.6.3
## explicit; go 1.13
github.com/hashicorp/go-hclog
# github.com/hashicorp/go-multierror v1.1.1
## explicit; go 1.13
github.com/hashicorp/go-multierror
# github.com/hashicorp/go-plugin v1.6.2
## explicit; go 1.17
github.com/hashicorp/go-plugin
github.com/hashicorp/go-plugin/internal/cmdrunner
github.com/hashicorp/go-plugin/internal/grpcmux
github.com/hashicorp/go-plugin/internal/plugin
github.com/hashicorp/go-plugin/runner
# github.com/hashicorp/go-retryablehttp v0.7.7
## explicit; go 1.19
github.com/hashicorp/go-retryablehttp
# github.com/hashicorp/go-uuid v1.0.3
## explicit
github.com/hashicorp/go-uuid
# github.com/hashicorp/go-version v1.7.0
## explicit
github.com/hashicorp/go-version
# github.com/hashicorp/hc-install v0.9.1
## explicit; go 1.22.0
github.com/hashicorp/hc-install
github.com/hashicorp/hc-install/checkpoint
github.com/hashicorp/hc-install/errors
github.com/hashicorp/hc-install/fs
github.com/hashicorp/hc-install/internal/build
github.com/hashicorp/hc-install/internal/httpclient
github.com/hashicorp/hc-install/internal/pubkey
github.com/hashicorp/hc-install/internal/releasesjson
github.com/hashicorp/hc-install/internal/src
github.com/hashicorp/hc-install/internal/validators
github.com/hashicorp/hc-install/product
github.com/hashicorp/hc-install/releases
github.com/hashicorp/hc-install/src
github.com/hashicorp/hc-install/version
# github.com/hashicorp/hcl/v2 v2.23.0
## explicit; go 1.18
github.com/hashicorp/hcl/v2
github.com/hashicorp/hcl/v2/ext/customdecode
github.com/hashicorp/hcl/v2/hclsyntax
# github.com/hashicorp/logutils v1.0.0
## explicit
github.com/hashicorp/logutils
# github.com/hashicorp/terraform-exec v0.22.0
## explicit; go 1.22.0
github.com/hashicorp/terraform-exec/internal/version
github.com/hashicorp/terraform-exec/tfexec
# github.com/hashicorp/terraform-json v0.24.0
## explicit; go 1.18
github.com/hashicorp/terraform-json
# github.com/hashicorp/terraform-plugin-docs v0.21.0
## explicit; go 1.22.7
github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs/build
github.com/hashicorp/terraform-plugin-docs/internal/check
github.com/hashicorp/terraform-plugin-docs/internal/cmd
github.com/hashicorp/terraform-plugin-docs/internal/functionmd
github.com/hashicorp/terraform-plugin-docs/internal/mdplain
github.com/hashicorp/terraform-plugin-docs/internal/provider
github.com/hashicorp/terraform-plugin-docs/internal/schemamd
github.com/hashicorp/terraform-plugin-docs/internal/tmplfuncs
# github.com/hashicorp/terraform-plugin-framework v1.14.1
## explicit; go 1.22.0
github.com/hashicorp/terraform-plugin-framework/attr
github.com/hashicorp/terraform-plugin-framework/attr/xattr
github.com/hashicorp/terraform-plugin-framework/datasource
github.com/hashicorp/terraform-plugin-framework/datasource/schema
github.com/hashicorp/terraform-plugin-framework/diag
github.com/hashicorp/terraform-plugin-framework/ephemeral
github.com/hashicorp/terraform-plugin-framework/ephemeral/schema
github.com/hashicorp/terraform-plugin-framework/function
github.com/hashicorp/terraform-plugin-framework/internal/fromproto5
github.com/hashicorp/terraform-plugin-framework/internal/fromproto6
github.com/hashicorp/terraform-plugin-framework/internal/fromtftypes
github.com/hashicorp/terraform-plugin-framework/internal/fwfunction
github.com/hashicorp/terraform-plugin-framework/internal/fwschema
github.com/hashicorp/terraform-plugin-framework/internal/fwschema/fwxschema
github.com/hashicorp/terraform-plugin-framework/internal/fwschemadata
github.com/hashicorp/terraform-plugin-framework/internal/fwserver
github.com/hashicorp/terraform-plugin-framework/internal/fwtype
github.com/hashicorp/terraform-plugin-framework/internal/logging
github.com/hashicorp/terraform-plugin-framework/internal/privatestate
github.com/hashicorp/terraform-plugin-framework/internal/proto5server
github.com/hashicorp/terraform-plugin-framework/internal/proto6server
github.com/hashicorp/terraform-plugin-framework/internal/reflect
github.com/hashicorp/terraform-plugin-framework/internal/toproto5
github.com/hashicorp/terraform-plugin-framework/internal/toproto6
github.com/hashicorp/terraform-plugin-framework/internal/totftypes
github.com/hashicorp/terraform-plugin-framework/path
github.com/hashicorp/terraform-plugin-framework/provider
github.com/hashicorp/terraform-plugin-framework/provider/metaschema
github.com/hashicorp/terraform-plugin-framework/provider/schema
github.com/hashicorp/terraform-plugin-framework/providerserver
github.com/hashicorp/terraform-plugin-framework/resource
github.com/hashicorp/terraform-plugin-framework/resource/schema
github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault
github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/defaults
github.com/hashicorp/terraform-plugin-framework/resource/schema/int32planmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/int64default
github.com/hashicorp/terraform-plugin-framework/resource/schema/int64planmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/listdefault
github.com/hashicorp/terraform-plugin-framework/resource/schema/listplanmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/mapdefault
github.com/hashicorp/terraform-plugin-framework/resource/schema/objectdefault
github.com/hashicorp/terraform-plugin-framework/resource/schema/objectplanmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier
github.com/hashicorp/terraform-plugin-framework/resource/schema/stringdefault
github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier
github.com/hashicorp/terraform-plugin-framework/schema/validator
github.com/hashicorp/terraform-plugin-framework/tfsdk
github.com/hashicorp/terraform-plugin-framework/types
github.com/hashicorp/terraform-plugin-framework/types/basetypes
# github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
## explicit; go 1.22.0
github.com/hashicorp/terraform-plugin-framework-timeouts/internal/validators
github.com/hashicorp/terraform-plugin-framework-timeouts/resource/timeouts
# github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
## explicit; go 1.21
github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes
# github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
## explicit; go 1.23.0
github.com/hashicorp/terraform-plugin-framework-validators/helpers/validatordiag
github.com/hashicorp/terraform-plugin-framework-validators/helpers/validatorfuncerr
github.com/hashicorp/terraform-plugin-framework-validators/internal/schemavalidator
github.com/hashicorp/terraform-plugin-framework-validators/listvalidator
github.com/hashicorp/terraform-plugin-framework-validators/mapvalidator
github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator
# github.com/hashicorp/terraform-plugin-go v0.26.0
## explicit; go 1.22.0
github.com/hashicorp/terraform-plugin-go/internal/logging
github.com/hashicorp/terraform-plugin-go/tfprotov5
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/diag
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/fromproto
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/funcerr
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tf5serverlogging
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/toproto
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server
github.com/hashicorp/terraform-plugin-go/tfprotov6
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/diag
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/fromproto
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/funcerr
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tf6serverlogging
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/toproto
github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server
github.com/hashicorp/terraform-plugin-go/tftypes
# github.com/hashicorp/terraform-plugin-log v0.9.0
## explicit; go 1.19
github.com/hashicorp/terraform-plugin-log/internal/fieldutils
github.com/hashicorp/terraform-plugin-log/internal/hclogutils
github.com/hashicorp/terraform-plugin-log/internal/logging
github.com/hashicorp/terraform-plugin-log/tflog
github.com/hashicorp/terraform-plugin-log/tfsdklog
# github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
## explicit; go 1.22.0
github.com/hashicorp/terraform-plugin-sdk/v2/diag
github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging
github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema
github.com/hashicorp/terraform-plugin-sdk/v2/internal/addrs
github.com/hashicorp/terraform-plugin-sdk/v2/internal/configs/configschema
github.com/hashicorp/terraform-plugin-sdk/v2/internal/configs/hcl2shim
github.com/hashicorp/terraform-plugin-sdk/v2/internal/helper/hashcode
github.com/hashicorp/terraform-plugin-sdk/v2/internal/logging
github.com/hashicorp/terraform-plugin-sdk/v2/internal/plans/objchange
github.com/hashicorp/terraform-plugin-sdk/v2/internal/plugin/convert
github.com/hashicorp/terraform-plugin-sdk/v2/internal/tfdiags
github.com/hashicorp/terraform-plugin-sdk/v2/meta
github.com/hashicorp/terraform-plugin-sdk/v2/plugin
github.com/hashicorp/terraform-plugin-sdk/v2/terraform
# github.com/hashicorp/terraform-plugin-testing v1.11.0
## explicit; go 1.22.0
github.com/hashicorp/terraform-plugin-testing/compare
github.com/hashicorp/terraform-plugin-testing/config
github.com/hashicorp/terraform-plugin-testing/helper/resource
github.com/hashicorp/terraform-plugin-testing/internal/addrs
github.com/hashicorp/terraform-plugin-testing/internal/configs/configschema
github.com/hashicorp/terraform-plugin-testing/internal/configs/hcl2shim
github.com/hashicorp/terraform-plugin-testing/internal/logging
github.com/hashicorp/terraform-plugin-testing/internal/plugintest
github.com/hashicorp/terraform-plugin-testing/internal/teststep
github.com/hashicorp/terraform-plugin-testing/internal/tfdiags
github.com/hashicorp/terraform-plugin-testing/knownvalue
github.com/hashicorp/terraform-plugin-testing/plancheck
github.com/hashicorp/terraform-plugin-testing/statecheck
github.com/hashicorp/terraform-plugin-testing/terraform
github.com/hashicorp/terraform-plugin-testing/tfjsonpath
github.com/hashicorp/terraform-plugin-testing/tfversion
# github.com/hashicorp/terraform-registry-address v0.2.4
## explicit; go 1.19
github.com/hashicorp/terraform-registry-address
# github.com/hashicorp/terraform-svchost v0.1.1
## explicit; go 1.19
github.com/hashicorp/terraform-svchost
# github.com/hashicorp/yamux v0.1.1
## explicit; go 1.15
github.com/hashicorp/yamux
# github.com/huandu/xstrings v1.3.3
## explicit; go 1.12
github.com/huandu/xstrings
# github.com/imdario/mergo v0.3.15
## explicit; go 1.13
github.com/imdario/mergo
# github.com/infobloxopen/bloxone-go-client v0.3.1-0.20241125184204-e0a0801689a3
## explicit; go 1.19
github.com/infobloxopen/bloxone-go-client/anycast
github.com/infobloxopen/bloxone-go-client/client
github.com/infobloxopen/bloxone-go-client/clouddiscovery
github.com/infobloxopen/bloxone-go-client/dfp
github.com/infobloxopen/bloxone-go-client/dnsconfig
github.com/infobloxopen/bloxone-go-client/dnsdata
github.com/infobloxopen/bloxone-go-client/fw
github.com/infobloxopen/bloxone-go-client/inframgmt
github.com/infobloxopen/bloxone-go-client/infraprovision
github.com/infobloxopen/bloxone-go-client/internal
github.com/infobloxopen/bloxone-go-client/ipam
github.com/infobloxopen/bloxone-go-client/ipamfederation
github.com/infobloxopen/bloxone-go-client/keys
github.com/infobloxopen/bloxone-go-client/option
github.com/infobloxopen/bloxone-go-client/redirect
github.com/infobloxopen/bloxone-go-client/upgradepolicy
# github.com/mattn/go-colorable v0.1.14
## explicit; go 1.18
github.com/mattn/go-colorable
# github.com/mattn/go-isatty v0.0.20
## explicit; go 1.15
github.com/mattn/go-isatty
# github.com/mattn/go-runewidth v0.0.9
## explicit; go 1.9
github.com/mattn/go-runewidth
# github.com/mitchellh/copystructure v1.2.0
## explicit; go 1.15
github.com/mitchellh/copystructure
# github.com/mitchellh/go-testing-interface v1.14.1
## explicit; go 1.14
github.com/mitchellh/go-testing-interface
# github.com/mitchellh/go-wordwrap v1.0.0
## explicit
github.com/mitchellh/go-wordwrap
# github.com/mitchellh/mapstructure v1.5.0
## explicit; go 1.14
github.com/mitchellh/mapstructure
# github.com/mitchellh/reflectwalk v1.0.2
## explicit
github.com/mitchellh/reflectwalk
# github.com/oklog/run v1.0.0
## explicit
github.com/oklog/run
# github.com/posener/complete v1.2.3
## explicit; go 1.13
github.com/posener/complete
github.com/posener/complete/cmd
github.com/posener/complete/cmd/install
# github.com/shopspring/decimal v1.3.1
## explicit; go 1.13
github.com/shopspring/decimal
# github.com/spf13/cast v1.5.0
## explicit; go 1.18
github.com/spf13/cast
# github.com/vmihailenco/msgpack v4.0.4+incompatible
## explicit
github.com/vmihailenco/msgpack
github.com/vmihailenco/msgpack/codes
# github.com/vmihailenco/msgpack/v5 v5.4.1
## explicit; go 1.19
github.com/vmihailenco/msgpack/v5
github.com/vmihailenco/msgpack/v5/msgpcode
# github.com/vmihailenco/tagparser/v2 v2.0.0
## explicit; go 1.15
github.com/vmihailenco/tagparser/v2
github.com/vmihailenco/tagparser/v2/internal
github.com/vmihailenco/tagparser/v2/internal/parser
# github.com/yuin/goldmark v1.7.7
## explicit; go 1.19
github.com/yuin/goldmark
github.com/yuin/goldmark/ast
github.com/yuin/goldmark/extension
github.com/yuin/goldmark/extension/ast
github.com/yuin/goldmark/parser
github.com/yuin/goldmark/renderer
github.com/yuin/goldmark/renderer/html
github.com/yuin/goldmark/text
github.com/yuin/goldmark/util
# github.com/yuin/goldmark-meta v1.1.0
## explicit; go 1.17
github.com/yuin/goldmark-meta
# github.com/zclconf/go-cty v1.16.2
## explicit; go 1.18
github.com/zclconf/go-cty/cty
github.com/zclconf/go-cty/cty/convert
github.com/zclconf/go-cty/cty/ctystrings
github.com/zclconf/go-cty/cty/function
github.com/zclconf/go-cty/cty/function/stdlib
github.com/zclconf/go-cty/cty/gocty
github.com/zclconf/go-cty/cty/json
github.com/zclconf/go-cty/cty/set
# go.abhg.dev/goldmark/frontmatter v0.2.0
## explicit; go 1.20
go.abhg.dev/goldmark/frontmatter
# golang.org/x/crypto v0.32.0
## explicit; go 1.20
golang.org/x/crypto/argon2
golang.org/x/crypto/bcrypt
golang.org/x/crypto/blake2b
golang.org/x/crypto/blowfish
golang.org/x/crypto/cast5
golang.org/x/crypto/hkdf
golang.org/x/crypto/pbkdf2
golang.org/x/crypto/scrypt
golang.org/x/crypto/sha3
# golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
## explicit; go 1.22.0
golang.org/x/exp/slices
# golang.org/x/mod v0.22.0
## explicit; go 1.22.0
golang.org/x/mod/internal/lazyregexp
golang.org/x/mod/modfile
golang.org/x/mod/module
golang.org/x/mod/semver
# golang.org/x/net v0.34.0
## explicit; go 1.18
golang.org/x/net/http/httpguts
golang.org/x/net/http2
golang.org/x/net/http2/hpack
golang.org/x/net/idna
golang.org/x/net/internal/timeseries
golang.org/x/net/trace
# golang.org/x/sync v0.11.0
## explicit; go 1.18
golang.org/x/sync/errgroup
# golang.org/x/sys v0.29.0
## explicit; go 1.18
golang.org/x/sys/cpu
golang.org/x/sys/unix
golang.org/x/sys/windows
# golang.org/x/text v0.22.0
## explicit; go 1.18
golang.org/x/text/cases
golang.org/x/text/internal
golang.org/x/text/internal/language
golang.org/x/text/internal/language/compact
golang.org/x/text/internal/tag
golang.org/x/text/language
golang.org/x/text/secure/bidirule
golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
# golang.org/x/tools v0.29.0
## explicit; go 1.22.0
golang.org/x/tools/cmd/stringer
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/go/types/objectpath
golang.org/x/tools/go/types/typeutil
golang.org/x/tools/internal/aliases
golang.org/x/tools/internal/event
golang.org/x/tools/internal/event/core
golang.org/x/tools/internal/event/keys
golang.org/x/tools/internal/event/label
golang.org/x/tools/internal/gcimporter
golang.org/x/tools/internal/gocommand
golang.org/x/tools/internal/packagesinternal
golang.org/x/tools/internal/pkgbits
golang.org/x/tools/internal/stdlib
golang.org/x/tools/internal/typeparams
golang.org/x/tools/internal/typesinternal
golang.org/x/tools/internal/versions
# google.golang.org/appengine v1.6.8
## explicit; go 1.11
google.golang.org/appengine
google.golang.org/appengine/datastore
google.golang.org/appengine/datastore/internal/cloudkey
google.golang.org/appengine/datastore/internal/cloudpb
google.golang.org/appengine/internal
google.golang.org/appengine/internal/app_identity
google.golang.org/appengine/internal/base
google.golang.org/appengine/internal/datastore
google.golang.org/appengine/internal/log
google.golang.org/appengine/internal/modules
google.golang.org/appengine/internal/remote_api
# google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53
## explicit; go 1.21
google.golang.org/genproto/googleapis/rpc/status
# google.golang.org/grpc v1.69.4
## explicit; go 1.22
google.golang.org/grpc
google.golang.org/grpc/attributes
google.golang.org/grpc/backoff
google.golang.org/grpc/balancer
google.golang.org/grpc/balancer/base
google.golang.org/grpc/balancer/grpclb/state
google.golang.org/grpc/balancer/pickfirst
google.golang.org/grpc/balancer/pickfirst/internal
google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
google.golang.org/grpc/balancer/roundrobin
google.golang.org/grpc/binarylog/grpc_binarylog_v1
google.golang.org/grpc/channelz
google.golang.org/grpc/codes
google.golang.org/grpc/connectivity
google.golang.org/grpc/credentials
google.golang.org/grpc/credentials/insecure
google.golang.org/grpc/encoding
google.golang.org/grpc/encoding/proto
google.golang.org/grpc/experimental/stats
google.golang.org/grpc/grpclog
google.golang.org/grpc/grpclog/internal
google.golang.org/grpc/health
google.golang.org/grpc/health/grpc_health_v1
google.golang.org/grpc/internal
google.golang.org/grpc/internal/backoff
google.golang.org/grpc/internal/balancer/gracefulswitch
google.golang.org/grpc/internal/balancerload
google.golang.org/grpc/internal/binarylog
google.golang.org/grpc/internal/buffer
google.golang.org/grpc/internal/channelz
google.golang.org/grpc/internal/credentials
google.golang.org/grpc/internal/envconfig
google.golang.org/grpc/internal/grpclog
google.golang.org/grpc/internal/grpcsync
google.golang.org/grpc/internal/grpcutil
google.golang.org/grpc/internal/idle
google.golang.org/grpc/internal/metadata
google.golang.org/grpc/internal/pretty
google.golang.org/grpc/internal/resolver
google.golang.org/grpc/internal/resolver/dns
google.golang.org/grpc/internal/resolver/dns/internal
google.golang.org/grpc/internal/resolver/passthrough
google.golang.org/grpc/internal/resolver/unix
google.golang.org/grpc/internal/serviceconfig
google.golang.org/grpc/internal/stats
google.golang.org/grpc/internal/status
google.golang.org/grpc/internal/syscall
google.golang.org/grpc/internal/transport
google.golang.org/grpc/internal/transport/networktype
google.golang.org/grpc/keepalive
google.golang.org/grpc/mem
google.golang.org/grpc/metadata
google.golang.org/grpc/peer
google.golang.org/grpc/reflection
google.golang.org/grpc/reflection/grpc_reflection_v1
google.golang.org/grpc/reflection/grpc_reflection_v1alpha
google.golang.org/grpc/reflection/internal
google.golang.org/grpc/resolver
google.golang.org/grpc/resolver/dns
google.golang.org/grpc/serviceconfig
google.golang.org/grpc/stats
google.golang.org/grpc/status
google.golang.org/grpc/tap
# google.golang.org/protobuf v1.36.3
## explicit; go 1.21
google.golang.org/protobuf/encoding/protojson
google.golang.org/protobuf/encoding/prototext
google.golang.org/protobuf/encoding/protowire
google.golang.org/protobuf/internal/descfmt
google.golang.org/protobuf/internal/descopts
google.golang.org/protobuf/internal/detrand
google.golang.org/protobuf/internal/editiondefaults
google.golang.org/protobuf/internal/editionssupport
google.golang.org/protobuf/internal/encoding/defval
google.golang.org/protobuf/internal/encoding/json
google.golang.org/protobuf/internal/encoding/messageset
google.golang.org/protobuf/internal/encoding/tag
google.golang.org/protobuf/internal/encoding/text
google.golang.org/protobuf/internal/errors
google.golang.org/protobuf/internal/filedesc
google.golang.org/protobuf/internal/filetype
google.golang.org/protobuf/internal/flags
google.golang.org/protobuf/internal/genid
google.golang.org/protobuf/internal/impl
google.golang.org/protobuf/internal/order
google.golang.org/protobuf/internal/pragma
google.golang.org/protobuf/internal/protolazy
google.golang.org/protobuf/internal/set
google.golang.org/protobuf/internal/strs
google.golang.org/protobuf/internal/version
google.golang.org/protobuf/proto
google.golang.org/protobuf/protoadapt
google.golang.org/protobuf/reflect/protodesc
google.golang.org/protobuf/reflect/protoreflect
google.golang.org/protobuf/reflect/protoregistry
google.golang.org/protobuf/runtime/protoiface
google.golang.org/protobuf/runtime/protoimpl
google.golang.org/protobuf/types/descriptorpb
google.golang.org/protobuf/types/gofeaturespb
google.golang.org/protobuf/types/known/anypb
google.golang.org/protobuf/types/known/durationpb
google.golang.org/protobuf/types/known/emptypb
google.golang.org/protobuf/types/known/timestamppb
# gopkg.in/yaml.v2 v2.3.0
## explicit
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3