Skip to content

Commit

Permalink
fix(deps): update module github.com/goccy/go-yaml to v1.11.2 (#88)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/goccy/go-yaml](https://togithub.com/goccy/go-yaml) |
require | patch | `v1.11.1` -> `v1.11.2` |

---

### Release Notes

<details>
<summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary>

###
[`v1.11.2`](https://togithub.com/goccy/go-yaml/releases/tag/v1.11.2):
1.11.2

[Compare
Source](https://togithub.com/goccy/go-yaml/compare/v1.11.1...v1.11.2)

#### What's Changed

- Fix handle of space at start or last by
[@&#8203;ozraru](https://togithub.com/ozraru) in
[goccy/go-yaml#376
- Fix quoted comments by
[@&#8203;WillAbides](https://togithub.com/WillAbides) in
[goccy/go-yaml#370
- Fix sequence with comment by
[@&#8203;goccy](https://togithub.com/goccy) in
[goccy/go-yaml#390
- bump actions/checkout v4 by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[goccy/go-yaml#391
- add Go 1.21 to the build matrix by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[goccy/go-yaml#392
- apply go fmt with Go 1.21 by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[goccy/go-yaml#394
- bump actions/setup-go v4 by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[goccy/go-yaml#393

#### New Contributors

- [@&#8203;WillAbides](https://togithub.com/WillAbides) made their first
contribution in
[goccy/go-yaml#370
- [@&#8203;shogo82148](https://togithub.com/shogo82148) made their first
contribution in
[goccy/go-yaml#391

**Full Changelog**:
goccy/go-yaml@v1.11.1...v1.11.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/anoriqq/qpm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 15, 2023
1 parent fe4fc0d commit aa21005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/go-git/go-git/v5 v5.9.0
github.com/goccy/go-yaml v1.11.1
github.com/goccy/go-yaml v1.11.2
github.com/google/go-cmp v0.5.9
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.7.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ github.com/goccy/go-yaml v1.11.0 h1:n7Z+zx8S9f9KgzG6KtQKf+kwqXZlLNR2F6018Dgau54=
github.com/goccy/go-yaml v1.11.0/go.mod h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng=
github.com/goccy/go-yaml v1.11.1 h1:LEoI21G2M4za/y6Ik7x7FYHIBwI2K7579x8zxvPBcD4=
github.com/goccy/go-yaml v1.11.1/go.mod h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng=
github.com/goccy/go-yaml v1.11.2 h1:joq77SxuyIs9zzxEjgyLBugMQ9NEgTWxXfz2wVqwAaQ=
github.com/goccy/go-yaml v1.11.2/go.mod h1:wKnAMd44+9JAAnGQpWVEgBzGt3YuTaQ4uXoHvE4m7WU=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
Expand Down

0 comments on commit aa21005

Please sign in to comment.