Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unmarshaling of nested non-exported struct #917

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Fix unmarshaling of nested non-exported struct #917

merged 2 commits into from
Dec 11, 2023

Conversation

pelletier
Copy link
Owner

Fixes #915

@pelletier pelletier added the bug Issues describing a bug in go-toml. label Dec 11, 2023
@pelletier pelletier merged commit 34765b4 into v2 Dec 11, 2023
9 checks passed
@pelletier pelletier deleted the fix-915 branch December 11, 2023 19:17
jooola pushed a commit to hetznercloud/cli that referenced this pull request Dec 12, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/pelletier/go-toml/v2](https://togithub.com/pelletier/go-toml)
| require | patch | `v2.1.0` -> `v2.1.1` |

---

### Release Notes

<details>
<summary>pelletier/go-toml (github.com/pelletier/go-toml/v2)</summary>

###
[`v2.1.1`](https://togithub.com/pelletier/go-toml/releases/tag/v2.1.1)

[Compare
Source](https://togithub.com/pelletier/go-toml/compare/v2.1.0...v2.1.1)

<!-- Release notes generated using configuration in .github/release.yml
at v2.1.1 -->

##### What's Changed

##### Fixed bugs

- Fix unmarshaling of nested non-exported struct by
[@&#8203;pelletier](https://togithub.com/pelletier) in
[pelletier/go-toml#917

##### New Contributors

- [@&#8203;arp242](https://togithub.com/arp242) made their first
contribution in
[pelletier/go-toml#907
- [@&#8203;mpldr](https://togithub.com/mpldr) made their first
contribution in
[pelletier/go-toml#911

**Full Changelog**:
pelletier/go-toml@v2.1.0...v2.1.1

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues describing a bug in go-toml.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow occurs when a struct embeds a non-exported struct
1 participant