Skip to content

Commit 6fb249d

Browse files
authored
Merge pull request #301 from kcl-lang/dependabot/go_modules/github.com/goccy/go-yaml-1.19.2
Chore: (deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2
2 parents c443008 + 69beec1 commit 6fb249d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ require (
102102
dario.cat/mergo v1.0.2 // indirect
103103
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
104104
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
105-
github.com/BurntSushi/toml v1.5.0 // indirect
105+
github.com/BurntSushi/toml v1.5.0
106106
github.com/Microsoft/go-winio v0.6.2 // indirect
107107
github.com/ProtonMail/go-crypto v1.1.6 // indirect
108108
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -141,7 +141,7 @@ require (
141141
github.com/go-openapi/strfmt v0.23.0 // indirect
142142
github.com/go-openapi/swag v0.23.0 // indirect
143143
github.com/go-openapi/validate v0.24.0 // indirect
144-
github.com/goccy/go-yaml v1.19.1
144+
github.com/goccy/go-yaml v1.19.2
145145
github.com/gofrs/flock v0.12.1 // indirect
146146
github.com/gogo/protobuf v1.3.2 // indirect
147147
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
371371
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
372372
github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM=
373373
github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
374-
github.com/goccy/go-yaml v1.19.1 h1:3rG3+v8pkhRqoQ/88NYNMHYVGYztCOCIZ7UQhu7H+NE=
375-
github.com/goccy/go-yaml v1.19.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
374+
github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM=
375+
github.com/goccy/go-yaml v1.19.2/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
376376
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
377377
github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E=
378378
github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0=

0 commit comments

Comments
 (0)