Skip to content

Commit 73eec9f

Browse files
deps: update module github.com/goccy/go-yaml to v1.18.0 (#1063)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml) | `v1.17.1` -> `v1.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-yaml/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-yaml/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-yaml/v1.17.1/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-yaml/v1.17.1/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary> ### [`v1.18.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.18.0): 1.18.0 [Compare Source](https://redirect.github.com/goccy/go-yaml/compare/v1.17.1...v1.18.0) #### What's Changed - feat: add global `OmitEmpty` encoding option by [@&#8203;bwplotka](https://redirect.github.com/bwplotka) in [https://github.com/goccy/go-yaml/pull/691](https://redirect.github.com/goccy/go-yaml/pull/691) - chore: clarify omitempty behaviour. by [@&#8203;bwplotka](https://redirect.github.com/bwplotka) in [https://github.com/goccy/go-yaml/pull/696](https://redirect.github.com/goccy/go-yaml/pull/696) - Treat output from TextMarshaler as string by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/698](https://redirect.github.com/goccy/go-yaml/pull/698) - Update golangci-lint to v2.1.2 by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/701](https://redirect.github.com/goccy/go-yaml/pull/701) - Tidy benchmarks/go.mod by [@&#8203;eikemeier](https://redirect.github.com/eikemeier) in [https://github.com/goccy/go-yaml/pull/686](https://redirect.github.com/goccy/go-yaml/pull/686) - Remove testmod task by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/715](https://redirect.github.com/goccy/go-yaml/pull/715) - Clean up encoder.go by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/703](https://redirect.github.com/goccy/go-yaml/pull/703) - Fix validation error position for container type by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/716](https://redirect.github.com/goccy/go-yaml/pull/716) - Add nil checking for error handling by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/719](https://redirect.github.com/goccy/go-yaml/pull/719) - Ignore validation for alias map key by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/720](https://redirect.github.com/goccy/go-yaml/pull/720) - Avoid returning an error for null document by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/721](https://redirect.github.com/goccy/go-yaml/pull/721) - Add Go 1.24 to test matrix by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/722](https://redirect.github.com/goccy/go-yaml/pull/722) - Set null value for empty document by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/725](https://redirect.github.com/goccy/go-yaml/pull/725) - Support implicit null by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/727](https://redirect.github.com/goccy/go-yaml/pull/727) - Support omitzero by [@&#8203;goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-yaml/pull/729](https://redirect.github.com/goccy/go-yaml/pull/729) - feat: Dont make copies of structs for validation by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/737](https://redirect.github.com/goccy/go-yaml/pull/737) - Prevent panic when decoding string named types by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/743](https://redirect.github.com/goccy/go-yaml/pull/743) - Fix misaligned indentation in comments by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/734](https://redirect.github.com/goccy/go-yaml/pull/734) - Add support for multi-line double-quoted strings with CRLF line endings by [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in [https://github.com/goccy/go-yaml/pull/744](https://redirect.github.com/goccy/go-yaml/pull/744) - Update custom marshaler and unmarshaler to accept context by [@&#8203;pgeiem](https://redirect.github.com/pgeiem) in [https://github.com/goccy/go-yaml/pull/745](https://redirect.github.com/goccy/go-yaml/pull/745) #### New Contributors - [@&#8203;bwplotka](https://redirect.github.com/bwplotka) made their first contribution in [https://github.com/goccy/go-yaml/pull/691](https://redirect.github.com/goccy/go-yaml/pull/691) - [@&#8203;eikemeier](https://redirect.github.com/eikemeier) made their first contribution in [https://github.com/goccy/go-yaml/pull/686](https://redirect.github.com/goccy/go-yaml/pull/686) - [@&#8203;pgeiem](https://redirect.github.com/pgeiem) made their first contribution in [https://github.com/goccy/go-yaml/pull/745](https://redirect.github.com/goccy/go-yaml/pull/745) **Full Changelog**: goccy/go-yaml@v1.17.1...v1.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 829994d commit 73eec9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/dustin/go-humanize v1.0.1
1111
github.com/fatih/color v1.18.0
1212
github.com/fatih/structs v1.1.0
13-
github.com/goccy/go-yaml v1.17.1
13+
github.com/goccy/go-yaml v1.18.0
1414
github.com/guptarohit/asciigraph v0.7.3
1515
github.com/hetznercloud/hcloud-go/v2 v2.21.0
1616
github.com/jedib0t/go-pretty/v6 v6.6.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/
3131
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
3232
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
3333
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
34-
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
35-
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
34+
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
35+
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
3636
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3737
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
3838
github.com/guptarohit/asciigraph v0.7.3 h1:p05XDDn7cBTWiBqWb30mrwxd6oU0claAjqeytllnsPY=

0 commit comments

Comments
 (0)