From e3844db376748e30775c997f2e8e1f9c851804e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:55:13 +0000 Subject: [PATCH] chore(deps): bump github.com/goccy/go-yaml Bumps the all-deps group in /yaml with 1 update: [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml). Updates `github.com/goccy/go-yaml` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/goccy/go-yaml/releases) - [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-yaml dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- yaml/go.mod | 2 +- yaml/go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/yaml/go.mod b/yaml/go.mod index 4e58a78..622f1ba 100644 --- a/yaml/go.mod +++ b/yaml/go.mod @@ -3,6 +3,6 @@ module github.com/kivigo/encoders/yaml go 1.23.0 require ( - github.com/goccy/go-yaml v1.18.0 + github.com/goccy/go-yaml v1.19.0 github.com/kivigo/encoders v0.0.0-20250914204035-08372f8a1b0f ) diff --git a/yaml/go.sum b/yaml/go.sum index 066a039..df81e8d 100644 --- a/yaml/go.sum +++ b/yaml/go.sum @@ -1,6 +1,4 @@ -github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw= -github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= -github.com/kivigo/encoders v0.0.0-20250913212214-a1728aae5ed0 h1:UcZQ12F3hkmY4JmmCRPprrVJsedRcHkEKqYrK3oaVQg= -github.com/kivigo/encoders v0.0.0-20250913212214-a1728aae5ed0/go.mod h1:+utJHXtLaa0rS1IZ/81NECKFp9SkUTWvoIj3gWNMBsU= +github.com/goccy/go-yaml v1.19.0 h1:EmkZ9RIsX+Uq4DYFowegAuJo8+xdX3T/2dwNPXbxEYE= +github.com/goccy/go-yaml v1.19.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= github.com/kivigo/encoders v0.0.0-20250914204035-08372f8a1b0f h1:jQVRicYoMZKFb3bbiaZ1YoN5Cuylk/NoZDuztKrZlX0= github.com/kivigo/encoders v0.0.0-20250914204035-08372f8a1b0f/go.mod h1:M6PxAe+gg0i37W42ofzCy3Lgwmie6MiKfkBtYnkkbns=