aboutsummaryrefslogtreecommitdiffsponsor
path: root/go.mod
AgeCommit message (Collapse)Author
2024-10-03mod: Remove mergo dependencySlack Coder
The small amount of configuration fields does not justify its inclusion.
2024-10-02config: Use TOMLSlack Coder
TOML is simple for users, and it is used in notably projects like rustlang. It also provides comments!
2024-07-18Port to GolangSlack Coder