Files
supersonic/backend
Michael Manganiello 57646cfbfd Upgrade go-toml to v2
According to the official
[migration guide](https://github.com/pelletier/go-toml/tree/v2#migrating-from-v1),
there are no breaking changes that could affect this project.

Main differences are:

* `Default struct fields order`: Struct fields stop being alphabetically
  sorted, unless their sorting is changed in the struct definitions. Shouldn't be
  relevant.
* `No indentation by default`: Also not relevant for newly generated
  configuration files. Doesn't break reading existing configuration
  files.
2023-06-15 19:46:30 -07:00
..
2023-05-17 17:49:34 -07:00
2023-06-15 19:46:30 -07:00
2023-02-02 16:15:29 -08:00
2023-04-20 19:24:44 -07:00
2023-05-17 17:49:34 -07:00
2023-04-08 08:59:39 -07:00