summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2023-11-09Reduce golang requirement to go1.18Adrien Hopkins
go1.21, the previous requirement, was released a few months ago, so not all systems have adopted it. go1.18 is old enough that most systems should support it, but it introduces generics, which my testing code is highly dependent on, so I can't easily go any earlier.
2023-08-21Upgrade to Go 1.21Adrien Hopkins
Use methods from the new slices and maps modules to make my code faster and more compact.
2023-08-03Create go.modAdrien Hopkins