From 86898be379b699c60d00c8b557135159b114697f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 19 Jul 2024 12:59:01 -0700
Subject: [PATCH] Bump the terraform group with 3 updates (#198)
Bumps the terraform group with 3 updates:
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework),
[github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators)
and
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).
Updates `github.com/hashicorp/terraform-plugin-framework` from 1.9.0 to
1.10.0
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework's
releases.
v1.10.0
FEATURES:
- types/basetypes: Added
Int32Type
and
Int32Value
implementations for Int32 value handling. (#1010)
- types/basetypes: Added interfaces
basetypes.Int32Typable
,
basetypes.Int32Valuable
, and
basetypes.Int32ValuableWithSemanticEquals
for Int32 custom
type and value implementations. (#1010)
- resource/schema: Added
Int32Attribute
implementation
for Int32 value handling. (#1010)
- datasource/schema: Added
Int32Attribute
implementation
for Int32 value handling. (#1010)
- provider/schema: Added
Int32Attribute
implementation
for Int32 value handling. (#1010)
- function: Added
Int32Parameter
and
Int32Return
for Int32 value handling. (#1010)
- resource/schema/int32default: New package with
StaticValue
implementation for Int32 schema-based default
values. (#1010)
- resource/schema/int32planmodifier: New package with built-in
implementations for Int32 value plan modification. (#1010)
- resource/schema/defaults: New
Int32
interface for Int32
schema-based default implementations. (#1010)
- resource/schema/planmodifier: New
Int32
interface for
Int32 value plan modification implementations. (#1010)
- schema/validator: New
Int32
interface for Int32 value
schema validation. (#1010)
- types/basetypes: Added
Float32Type
and
Float32Value
implementations for Float32 value handling.
(#1014)
- types/basetypes: Added interfaces
basetypes.Float32Typable
,
basetypes.Float32Valuable
, and
basetypes.Float32ValuableWithSemanticEquals
for Float32
custom type and value implementations. (#1014)
- resource/schema: Added
Float32Attribute
implementation
for Float32 value handling. (#1014)
- datasource/schema: Added
Float32Attribute
implementation for Float32 value handling. (#1014)
- provider/schema: Added
Float32Attribute
implementation
for Float32 value handling. (#1014)
- function: Added
Float32Parameter
and
Float32Return
for Float32 value handling. (#1014)
- resource/schema/float32default: New package with
StaticValue
implementation for Float32 schema-based default
values. (#1014)
- resource/schema/float32planmodifier: New package with built-in
implementations for Float32 value plan modification. (#1014)
- resource/schema/defaults: New
Float32
interface for
Float32 schema-based default implementations. (#1014)
- resource/schema/planmodifier: New
Float32
interface for
Float32 value plan modification implementations. (#1014)
- schema/validator: New
Float32
interface for Float32
value schema validation. (#1014)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework's
changelog.
1.10.0 (July 09, 2024)
FEATURES:
- types/basetypes: Added
Int32Type
and
Int32Value
implementations for Int32 value handling. (#1010)
- types/basetypes: Added interfaces
basetypes.Int32Typable
,
basetypes.Int32Valuable
, and
basetypes.Int32ValuableWithSemanticEquals
for Int32 custom
type and value implementations. (#1010)
- resource/schema: Added
Int32Attribute
implementation
for Int32 value handling. (#1010)
- datasource/schema: Added
Int32Attribute
implementation
for Int32 value handling. (#1010)
- provider/schema: Added
Int32Attribute
implementation
for Int32 value handling. (#1010)
- function: Added
Int32Parameter
and
Int32Return
for Int32 value handling. (#1010)
- resource/schema/int32default: New package with
StaticValue
implementation for Int32 schema-based default
values. (#1010)
- resource/schema/int32planmodifier: New package with built-in
implementations for Int32 value plan modification. (#1010)
- resource/schema/defaults: New
Int32
interface for Int32
schema-based default implementations. (#1010)
- resource/schema/planmodifier: New
Int32
interface for
Int32 value plan modification implementations. (#1010)
- schema/validator: New
Int32
interface for Int32 value
schema validation. (#1010)
- types/basetypes: Added
Float32Type
and
Float32Value
implementations for Float32 value handling.
(#1014)
- types/basetypes: Added interfaces
basetypes.Float32Typable
,
basetypes.Float32Valuable
, and
basetypes.Float32ValuableWithSemanticEquals
for Float32
custom type and value implementations. (#1014)
- resource/schema: Added
Float32Attribute
implementation
for Float32 value handling. (#1014)
- datasource/schema: Added
Float32Attribute
implementation for Float32 value handling. (#1014)
- provider/schema: Added
Float32Attribute
implementation
for Float32 value handling. (#1014)
- function: Added
Float32Parameter
and
Float32Return
for Float32 value handling. (#1014)
- resource/schema/float32default: New package with
StaticValue
implementation for Float32 schema-based default
values. (#1014)
- resource/schema/float32planmodifier: New package with built-in
implementations for Float32 value plan modification. (#1014)
- resource/schema/defaults: New
Float32
interface for
Float32 schema-based default implementations. (#1014)
- resource/schema/planmodifier: New
Float32
interface for
Float32 value plan modification implementations. (#1014)
- schema/validator: New
Float32
interface for Float32
value schema validation. (#1014)
Commits
154799d
Update changelog
f322448
Remove extra unaccepted comma in the example code (#1016)
6ab653a
reflect: Use float64
string representation for
float32
reflection equival...
758afb7
all: Add float32 type, attribute, and function support (#1014)
79b0229
all: Add int32 type, attribute, and function support (#1010)
c9804e9
build(deps): Bump github.com/hashicorp/copywrite in /tools (#1013)
d923420
Result of tsccr-helper -log-level=info gha update -latest . (#1011)
d737605
SEC-090: Automated trusted workflow pinning (2024-06-17) (#1009)
63578d1
[CI] Update lock workflow file
8a09cef
[CI] terraform-devex-repos automation
- Additional commits viewable in compare
view
Updates `github.com/hashicorp/terraform-plugin-framework-validators`
from 0.12.0 to 0.13.0
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's
releases.
v0.13.0
NOTES:
- all: This Go module has been updated to Go 1.21 per the Go support policy. It
is recommended to review the Go 1.21
release notes before upgrading. Any consumers building on earlier Go
versions may experience errors (#198)
FEATURES:
- int32validator: New package which contains int32 type specific
validators (#222)
- float32validator: New package which contains float32 type specific
validators (#222)
ENHANCEMENTS:
- listvalidator: Added
ValueInt32sAre
and
ValueFloat32sAre
validators (#222)
- mapvalidator: Added
ValueInt32sAre
and
ValueFloat32sAre
validators (#222)
- setvalidator: Added
ValueInt32sAre
and
ValueFloat32sAre
validators (#222)
BUG FIXES:
- Add the attribute from the request to the at-least-one validator's
error message (#199)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's
changelog.
0.13.0 (July 09, 2024)
NOTES:
- all: This Go module has been updated to Go 1.21 per the Go support policy. It
is recommended to review the Go 1.21
release notes before upgrading. Any consumers building on earlier Go
versions may experience errors (#198)
FEATURES:
- int32validator: New package which contains int32 type specific
validators (#222)
- float32validator: New package which contains float32 type specific
validators (#222)
ENHANCEMENTS:
- listvalidator: Added
ValueInt32sAre
and
ValueFloat32sAre
validators (#222)
- mapvalidator: Added
ValueInt32sAre
and
ValueFloat32sAre
validators (#222)
- setvalidator: Added
ValueInt32sAre
and
ValueFloat32sAre
validators (#222)
BUG FIXES:
- Add the attribute from the request to the at-least-one validator's
error message (#199)
Commits
48086cb
Update changelog
ba395d2
all: Add support for Int32 and Float32 Type Validators (#222)
ea42e33
build(deps): bump github.com/hashicorp/terraform-plugin-framework (#223)
a5c333b
build(deps): bump github.com/hashicorp/copywrite in /tools (#221)
6dd823a
Result of tsccr-helper -log-level=info gha update -latest . (#220)
46f0cef
SEC-090: Automated trusted workflow pinning (2024-06-17) (#219)
2581727
[CI] Update lock workflow file
b4f79ef
[CI] terraform-devex-repos automation
510e64c
[CI] terraform-devex-repos automation
6f606d0
[CI] terraform-devex-repos automation
- Additional commits viewable in compare
view
Updates `github.com/hashicorp/terraform-plugin-testing` from 1.8.0 to
1.9.0
Release notes
Sourced from github.com/hashicorp/terraform-plugin-testing's
releases.
v1.9.0
ENHANCEMENTS:
- knownvalue: Add
Int32Exact
check for int32 value
testing. (#356)
- knownvalue: Add
Float32Exact
check for float32 value
testing. (#356)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-testing's
changelog.
1.9.0 (July 09, 2024)
ENHANCEMENTS:
- knownvalue: Add
Int32Exact
check for int32 value
testing. (#356)
- knownvalue: Add
Float32Exact
check for float32 value
testing. (#356)
Commits
5cb292c
Update changelog
0448ecc
build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#358)
ac2ce0a
knownvalue: Add Int32Exact
and Float32Exact
checks (#356)
1589250
Result of tsccr-helper -log-level=info gha update -latest . (#354)
e017086
build(deps): Bump github.com/hashicorp/copywrite in /tools (#355)
c6d2a94
SEC-090: Automated trusted workflow pinning (2024-06-17) (#351)
c42a2b8
build(deps): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (#352)
ee452b5
[CI] Update lock workflow file
cf7924b
[CI] terraform-devex-repos automation
9383b9e
[CI] terraform-devex-repos automation
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 16 ++++++++--------
go.sum | 36 ++++++++++++++++++------------------
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/go.mod b/go.mod
index 10b57714..8aa9ae3d 100644
--- a/go.mod
+++ b/go.mod
@@ -16,11 +16,11 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/hashicorp/terraform-plugin-docs v0.19.4
- github.com/hashicorp/terraform-plugin-framework v1.9.0
- github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
+ github.com/hashicorp/terraform-plugin-framework v1.10.0
+ github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.0
- github.com/hashicorp/terraform-plugin-testing v1.8.0
+ github.com/hashicorp/terraform-plugin-testing v1.9.0
github.com/secure-systems-lab/go-securesystemslib v0.8.0
github.com/sigstore/cosign/v2 v2.2.4
github.com/sigstore/fulcio v1.4.5
@@ -177,11 +177,11 @@ require (
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/hc-install v0.7.0 // indirect
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
- github.com/hashicorp/hcl/v2 v2.20.1 // indirect
+ github.com/hashicorp/hcl/v2 v2.21.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.21.0 // indirect
github.com/hashicorp/terraform-json v0.22.1 // indirect
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault/api v1.12.2 // indirect
@@ -285,13 +285,13 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
- golang.org/x/crypto v0.24.0 // indirect
+ golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
- golang.org/x/sys v0.21.0 // indirect
- golang.org/x/term v0.21.0 // indirect
+ golang.org/x/sys v0.22.0 // indirect
+ golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
diff --git a/go.sum b/go.sum
index 28a602ea..2834a398 100644
--- a/go.sum
+++ b/go.sum
@@ -567,8 +567,8 @@ github.com/hashicorp/hc-install v0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC16
github.com/hashicorp/hc-install v0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
github.com/hashicorp/hcl v1.0.1-vault-5 h1:kI3hhbbyzr4dldA8UdTb7ZlVVlI2DACdCfz31RPDgJM=
github.com/hashicorp/hcl v1.0.1-vault-5/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM=
-github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
-github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
+github.com/hashicorp/hcl/v2 v2.21.0 h1:lve4q/o/2rqwYOgUg3y3V2YPyD1/zkCLGjIV74Jit14=
+github.com/hashicorp/hcl/v2 v2.21.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
github.com/hashicorp/terraform-exec v0.21.0 h1:uNkLAe95ey5Uux6KJdua6+cv8asgILFVWkd/RG0D2XQ=
@@ -577,18 +577,18 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
github.com/hashicorp/terraform-plugin-docs v0.19.4 h1:G3Bgo7J22OMtegIgn8Cd/CaSeyEljqjH3G39w28JK4c=
github.com/hashicorp/terraform-plugin-docs v0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA=
-github.com/hashicorp/terraform-plugin-framework v1.9.0 h1:caLcDoxiRucNi2hk8+j3kJwkKfvHznubyFsJMWfZqKU=
-github.com/hashicorp/terraform-plugin-framework v1.9.0/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM=
-github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
-github.com/hashicorp/terraform-plugin-framework-validators v0.12.0/go.mod h1:jfHGE/gzjxYz6XoUwi/aYiiKrJDeutQNUtGQXkaHklg=
+github.com/hashicorp/terraform-plugin-framework v1.10.0 h1:xXhICE2Fns1RYZxEQebwkB2+kXouLC932Li9qelozrc=
+github.com/hashicorp/terraform-plugin-framework v1.10.0/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM=
+github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 h1:bxZfGo9DIUoLLtHMElsu+zwqI4IsMZQBRRy4iLzZJ8E=
+github.com/hashicorp/terraform-plugin-framework-validators v0.13.0/go.mod h1:wGeI02gEhj9nPANU62F2jCaHjXulejm/X+af4PdZaNo=
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co=
github.com/hashicorp/terraform-plugin-go v0.23.0/go.mod h1:1E3Cr9h2vMlahWMbsSEcNrOCxovCZhOOIXjFHbjc/lQ=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
-github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh3R4yp6pKksKHcqZx5G8=
-github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
-github.com/hashicorp/terraform-plugin-testing v1.8.0 h1:wdYIgwDk4iO933gC4S8KbKdnMQShu6BXuZQPScmHvpk=
-github.com/hashicorp/terraform-plugin-testing v1.8.0/go.mod h1:o2kOgf18ADUaZGhtOl0YCkfIxg01MAiMATT2EtIHlZk=
+github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 h1:kJiWGx2kiQVo97Y5IOGR4EMcZ8DtMswHhUuFibsCQQE=
+github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0/go.mod h1:sl/UoabMc37HA6ICVMmGO+/0wofkVIRxf+BMb/dnoIg=
+github.com/hashicorp/terraform-plugin-testing v1.9.0 h1:xOsQRqqlHKXpFq6etTxih3ubdK3HVDtfE1IY7Rpd37o=
+github.com/hashicorp/terraform-plugin-testing v1.9.0/go.mod h1:fhhVx/8+XNJZTD5o3b4stfZ6+q7z9+lIWigIYdT6/44=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
@@ -957,8 +957,8 @@ github.com/zalando/go-keyring v0.2.3 h1:v9CUu9phlABObO4LPWycf+zwMG7nlbb3t/B5wa97
github.com/zalando/go-keyring v0.2.3/go.mod h1:HL4k+OXQfJUWaMnqyuSOc0drfGPX2b51Du6K+MRgZMk=
github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
-github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
-github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
+github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
+github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
github.com/zeebo/errs v1.3.0 h1:hmiaKqgYZzcVgRL1Vkc1Mn2914BbzB0IBxs+ebeutGs=
github.com/zeebo/errs v1.3.0/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
go.abhg.dev/goldmark/frontmatter v0.2.0 h1:P8kPG0YkL12+aYk2yU3xHv4tcXzeVnN+gU0tJ5JnxRw=
@@ -1022,8 +1022,8 @@ golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I=
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
-golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
-golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
+golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
+golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -1195,8 +1195,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
-golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
-golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
+golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
+golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
@@ -1204,8 +1204,8 @@ golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
-golang.org/x/term v0.21.0 h1:WVXCp+/EBEHOj53Rvu+7KiT/iElMrO8ACK16SMZ3jaA=
-golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0=
+golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
+golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=