fix(deps): update go updates #78
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.1->v1.5.0v2.2.0->v2.3.0v5.3.0->v7.2.0v0.9.1->v0.20.0v1.0.3->v1.0.5v1.7.19->v1.10.0v0.1.0->v1.0.0v1.2.5->v1.2.7v22.5.0->v22.6.0v0.2.4->v0.6.0v3.11.0->v3.13.0v2.0.0+incompatible->v3.0.0v5.6.0->v5.9.11v0.10.0->v0.13.0v0.5.1->v0.6.1v1.4.1->v1.4.3v1.2.6->v1.3.0v0.19.6->v0.22.1v0.20.2->v0.21.2v0.22.3->v0.25.1v5.0.6->v5.1.0v1.2.0->v1.2.5v0.50.0->v0.53.0v0.6.8->v0.7.0v0.6.0->v0.7.04bb14d4->5df77e3v0.3.15->v1.0.2v0.0.9->v0.0.27v0.7.7->v0.9.1v1.0.4->v2.0.063d38b5->9ace650f784269->2a28eb6v0.2.0->v0.5.0v0.7.1->v0.7.2v2.11.0->v2.27.2v1.27.10->v1.38.2v1.1.13->v1.3.3v1.2.0->v1.3.0v1.10.0->v1.13.0ce21e3f->ebe535bv0.0.0->v3.9.0+incompatible3f1513d->db0dee3v0.0.0-20190128024246-5eb7ae5bdb7a->v0.36.0v0.68.0->v0.86.2v1.16.0->v1.23.2v0.4.0->v0.6.2v0.44.0->v0.67.2v0.11.0->v0.19.2v0.10.0->v0.11.1v1.0.5->v1.0.10v1.9.0->v1.11.1v1.1.0->v1.3.1v0.0.4->v0.0.5v0.17.0->v0.29.0v0.26.0->v0.46.0v0.18.0->v0.32.0v0.21.0->v0.37.0v0.21.0->v0.36.0v0.16.0->v0.30.0v0.3.0->v0.14.0v0.21.1-0.20240508182429-e35e4ccd0d2d->v0.38.0v1.6.8->v2.0.6fc5f0ca->f26f940v1.64.1->v1.76.0v1.34.1->v1.36.10v2.4.0->v3.0.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.3->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v8.0.0+incompatible->v11.0.0+incompatiblev0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1c0856e2->ec3ebc5v0.4.0->v2.130.1v2.100.1->v2.130.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.12695361->589584fv0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v1.28.12->v1.34.1v0.28.12->v0.30.14v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.1v0.28.12->v0.34.13b25d92->bc988d5v1.2.0->v1.6.2v1.2.3->v1.6.0v1.57.0-alpha1->v1.63.1v0.2.6->v0.2.7v0.0.0-20220329064328-f3cc58c6ed90->v0.2.4v0.0.0-20220329064328-f3cc58c6ed90->v0.2.4v0.16.3->v0.22.4bc3834c->2d32026v4.3.0->v6.3.0v1.3.0->v1.6.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
BurntSushi/toml (github.com/BurntSushi/toml)
v1.5.0Compare Source
Mostly some small bugfixes, with a few small new features:
Add Position.Col, to mark the column an error occurred (#410)
Print more detailed errors in the
tomlvCLI.Ensure ParseError.Message is always set (#411)
Allow custom string types as map keys (#414)
Mark meta keys as decoded when using Unmarshaler interface (#426)
Fix encoding when nested inline table ends with map (#438)
Fix encoding of several layers of embedded structs (#430)
Fix ErrorWithPosition panic when there is no newline in the TOML document (#433)
v1.4.0Compare Source
This version requires Go 1.18
Add toml.Marshal() (#405)
Require 2-digit hour (#320)
Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#398)
Fix inline tables with dotted keys inside inline arrays (e.g.
k=[{a.b=1}]) (#400)v1.3.2Compare Source
Fix reading
BURNTSUSHI_TOML_110again 😅 The fix for 1.3.1 caused a race issue with multiple decodes being run in parallel.v1.3.1Compare Source
This fixes two small bugs:
The
BURNTSUSHI_TOML_110environment variable would be checked on package import, rather than Decode().This meant that setting
os.Setenv("BURNTSUSHI_TOML_110", "")had no effect, as it happens after the import.Fix order of
Meta.Keys()for inline tables (this has been an issue since support for inline tables was added).v1.3.0Compare Source
New features:
Support upcoming TOML 1.1
While it looks like TOML 1.1 is mostly stable and I don't expect any further major changes, there are NO compatibility guarantees as it is NOT yet released and anything can still change.
To use it, set the
BURNTSUSHI_TOML_110environment variable to any value, which can be done either withos.SetEnv()or by the user running a program.A full list is changes is available in the [TOML ChangeLog]; the two most notable ones are that newlines and trailing commas are now allowed in inline tables, and Unicode in bare k
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.