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:
v1.0.0->v1.0.2306776e->faa5f7bv1.3.2->v1.5.0v0.6.1->v0.6.2v0.12.0-rc.3->v0.13.0v0.4.0->v0.5.3v1.12.3->v1.14.1v0.2.1->v0.3.0v0.11.0->v0.19.0v0.1.4->v0.1.6v3.0.3->v3.0.5v0.1.0->v1.0.0v0.15.1->v0.17.0v2.1.1->v2.2.3v0.7.3->v0.8.7v0.7.0->v0.10.0v1.1.9->v1.2.1v1.53.0->v1.59.1v22.5.1-0.20231103132048-7d375ecc2b09->v22.6.0v2.32.0->v2.53.0v0.5.1->v0.6.1ba74d44->19d51d7v0.2.4->v0.4.18648fbd->14aca492e3d018->ee9b066v0.5.0->v0.6.0v0.8.1->v0.9.3v0.5.0->v0.6.0v1.7.0->v1.9.0v1.10.1->v1.12.2v1.4.6->v1.4.10v0.1.0->v1.1.0v1.10.0->v1.10.1v1.4.1->v1.4.3v0.21.4->v0.23.0v0.21.1->v0.22.2v0.19.6->v0.22.0v0.20.2->v0.21.1v0.21.2->v0.22.0v0.26.0->v0.28.0v0.20.9->v0.21.0v0.22.2->v0.23.0v0.22.10->v0.24.1v0.22.1->v0.24.0v10.22.1->v10.27.0v0.10.3->v0.10.57623695->c266b19v0.8.1->v0.12.141bb18b->2c02b82v1.5.3->v1.5.4v0.6.0->v0.7.0v0.19.0->v0.20.6e72429f->c28834av1.17.7->v1.18.0v2.2.8->v2.3.0v0.0.0-20230907030200-6d76a0f91e1e->v0.20250902.039d0f17->24949bev0.7.7->v0.9.0v0.1.13->v0.1.14v0.0.15->v0.0.16v1.14.22->v1.14.32v0.12.5->v0.24.0v0.7.1->v0.7.2v0.5.0->v0.6.0v0.1.0->v0.4.0v0.5.0->v0.5.2v1.3.1->v2.1.1v2.17.1->v2.25.3v1.32.0->v1.38.2v1.1.0->v1.1.1v1.2.0->v1.2.1408c51e->0ea5ed0v1.11.0->v1.12.0v1.2.6->v1.2.17v2.2.3->v2.2.4v1.13.6->v1.13.95aafc22->82ca368v0.1.3->v0.1.5v0.8.0->v0.9.1v3.24.2->v4.25.8v1.4.3->v1.7.1v1.2.2->v1.4.2v1.8.2->v1.9.5v1.8.0->v1.10.1v1.0.5->v1.0.1078d3cae->7828495v2.15.1->v2.22.0v2.3.1->v2.3.3v0.3.12->v0.3.15v0.6.1->v0.10.0v1.2.12->v1.3.0v0.11.5->v0.12.1v8.7.2->v8.10.2v1.14.0->v2.3.0v0.0.0-20210826202110-33d05740a352->v0.9.0v0.45.0->v0.63.0v1.22.0->v1.38.0v1.22.0->v1.38.0v1.22.0->v1.38.0v0.11.0->v0.21.0814bf88->8b4c13bv0.17.0->v0.27.0v0.8.0->v0.17.0v0.26.0->v0.36.0v0.25.0->v0.34.0v0.19.0->v0.28.0v0.3.0->v0.13.0v0.21.1-0.20240508182429-e35e4ccd0d2d->v0.36.0995d672->ef028d9v1.61.0->v1.75.0v1.35.1->v1.36.8v2.6.3->v4.1.2v1.10002.0->v1.11006.0v1.4.0->v1.6.0v0.6.2->v1.0.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
imdario/mergo (dario.cat/mergo)
v1.0.2Compare Source
What's Changed
gopkg.in/yaml.v3, only used for loading fixtures. Thanks @trim21 for bringing to my attention (#262) that this library is no longer maintained.Full Changelog: darccio/mergo@v1.0.1...v1.0.2
v1.0.1Compare Source
What's Changed
WithoutDereferenceshould respect non-nil struct pointers by @joshkaplinsky in darccio#251New Contributors
Full Changelog: darccio/mergo@v1.0.0...v1.0.1
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)Microsoft/go-winio (github.com/Microsoft/go-winio)
v0.6.2Compare Source
What's Changed