From 92c5a4c25edc02a69b44eeaa9d48c6c15ea54e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 01:21:24 +0000 Subject: [PATCH] build(deps): bump github.com/google/yamlfmt from 0.19.0 to 0.20.0 Bumps [github.com/google/yamlfmt](https://github.com/google/yamlfmt) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/google/yamlfmt/releases) - [Changelog](https://github.com/google/yamlfmt/blob/main/.goreleaser.yaml) - [Commits](https://github.com/google/yamlfmt/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: github.com/google/yamlfmt dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b7b7a299efb..46bdb619204 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/foxcpp/go-mockdns v1.1.0 github.com/goccy/go-yaml v1.18.0 github.com/google/go-cmp v0.7.0 - github.com/google/yamlfmt v0.19.0 + github.com/google/yamlfmt v0.20.0 github.com/invopop/jsonschema v0.13.0 github.com/lima-vm/go-qcow2reader v0.6.0 github.com/lima-vm/sshocker v0.3.8 // gomodjail:unconfined diff --git a/go.sum b/go.sum index 297a87d404e..a01997aa0c3 100644 --- a/go.sum +++ b/go.sum @@ -126,8 +126,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaU github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/yamlfmt v0.19.0 h1:CX1eZYMIJFjSvQn87hhYNAS6ZYQYSfxnpLezdbZC3qo= -github.com/google/yamlfmt v0.19.0/go.mod h1:gs0UEklJOYkUJ+OOCG0hg9n+DzucKDPlJElTUasVNK8= +github.com/google/yamlfmt v0.20.0 h1:EfMuMFEZGnXPn2NY+KgJTH9sNs6P+am/Of6IwE2K6P8= +github.com/google/yamlfmt v0.20.0/go.mod h1:gs0UEklJOYkUJ+OOCG0hg9n+DzucKDPlJElTUasVNK8= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg= github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog=