Merge pull request #10078 from containerd/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.1

build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1
This commit is contained in:
Phil Estes
2024-04-18 21:50:00 +00:00
committed by GitHub
4 changed files with 8 additions and 4 deletions

View File

@@ -1025,6 +1025,10 @@ func (enc *Encoder) encodeSliceAsArrayTable(b []byte, ctx encoderCtx, v reflect.
scratch = enc.commented(ctx.commented, scratch)
if enc.indentTables {
scratch = enc.indent(ctx.indent, scratch)
}
scratch = append(scratch, "[["...)
for i, k := range ctx.parentKey {