File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ require (
256256 github.com/mattn/go-isatty v0.0.20 // indirect
257257 github.com/mattn/go-runewidth v0.0.19 // indirect
258258 github.com/miekg/pkcs11 v1.1.1 // indirect
259- github.com/mikefarah/yq/v4 v4.48.1 // indirect
259+ github.com/mikefarah/yq/v4 v4.48.2 // indirect
260260 github.com/mitchellh/copystructure v1.2.0 // indirect
261261 github.com/mitchellh/go-homedir v1.1.0 // indirect
262262 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -364,6 +364,7 @@ require (
364364 go.uber.org/zap v1.27.1 // indirect
365365 go.yaml.in/yaml/v2 v2.4.3 // indirect
366366 go.yaml.in/yaml/v3 v3.0.4 // indirect
367+ go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
367368 golang.org/x/crypto v0.46.0 // indirect
368369 golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
369370 golang.org/x/mod v0.31.0 // indirect
Original file line number Diff line number Diff line change @@ -680,8 +680,8 @@ github.com/miekg/dns v1.1.61 h1:nLxbwF3XxhwVSm8g9Dghm9MHPaUZuqhPiGL+675ZmEs=
680680github.com/miekg/dns v1.1.61 /go.mod h1:mnAarhS3nWaW+NVP2wTkYVIZyHNJ098SJZUki3eykwQ =
681681github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU =
682682github.com/miekg/pkcs11 v1.1.1 /go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs =
683- github.com/mikefarah/yq/v4 v4.48.1 h1:xfw9oDxur6z+friOtMAuzSvQ9LPLb0LRDsl1e36DGCo =
684- github.com/mikefarah/yq/v4 v4.48.1 /go.mod h1:NbCTmYAY+KjwCZemVDqLxSAeZKjXFK04lgIiSx13tD0 =
683+ github.com/mikefarah/yq/v4 v4.48.2 h1:loHcgZ3Soa4ZxR4QafZ6Xr6GU8hWuSr1A8ziTLjpHlI =
684+ github.com/mikefarah/yq/v4 v4.48.2 /go.mod h1:iHgYxHyqA6VqQfre+TocMnqnk7e2+pNzAHusH8y95Wk =
685685github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
686686github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
687687github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y =
@@ -1033,6 +1033,8 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
10331033go.yaml.in/yaml/v2 v2.4.3 /go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8 =
10341034go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
10351035go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
1036+ go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go =
1037+ go.yaml.in/yaml/v4 v4.0.0-rc.3 /go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0 =
10361038golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
10371039golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
10381040golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
You can’t perform that action at this time.
0 commit comments