Skip to content

Commit b7974ba

Browse files
fix(deps): update module github.com/goccy/go-yaml to v1.19.1 (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d20165f commit b7974ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
// Pin go-git to fix SSH knownhosts key mismatch regression bug
1010
// xref: https://github.com/fluxcd/flux2/issues/5385
1111
github.com/go-git/go-git/v5 v5.16.3-0.20250610123634-8ac015a75d81
12-
github.com/goccy/go-yaml v1.19.0
12+
github.com/goccy/go-yaml v1.19.1
1313
github.com/manifoldco/promptui v0.9.0
1414
github.com/rs/zerolog v1.34.0
1515
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMj
4848
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
4949
github.com/go-git/go-git/v5 v5.16.3-0.20250610123634-8ac015a75d81 h1:Kx1vl1xNqB48sOGH4boH1hLJiUAvda5rPaACGyOg4qo=
5050
github.com/go-git/go-git/v5 v5.16.3-0.20250610123634-8ac015a75d81/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8=
51-
github.com/goccy/go-yaml v1.19.0 h1:EmkZ9RIsX+Uq4DYFowegAuJo8+xdX3T/2dwNPXbxEYE=
52-
github.com/goccy/go-yaml v1.19.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
51+
github.com/goccy/go-yaml v1.19.1 h1:3rG3+v8pkhRqoQ/88NYNMHYVGYztCOCIZ7UQhu7H+NE=
52+
github.com/goccy/go-yaml v1.19.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
5353
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
5454
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=
5555
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw=

0 commit comments

Comments
 (0)