alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.56k stars 158 forks source link

go.mod: Tidy #160

Closed matheusd closed 2 months ago

matheusd commented 2 months ago

Remove unnecessary references and replacement directives.

Format the file according to the current standard formatting for go.mod files (2 sections, first with direct requirements and the second with indirect ones).