feat: update dependencies

This commit is contained in:
Kevin Franklin Kim
2026-03-17 16:56:54 +01:00
parent 61d671341c
commit f4eae472a6
112 changed files with 993 additions and 555 deletions

View File

@@ -68,6 +68,7 @@ func (f *File) String() string {
section := f.Sections[id]
sectionParts := section.Parts
slices.Sort(sectionParts)
for _, part := range sectionParts {
b.WriteString(part + "\n")
}