aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mostly fix compatibility with immutable v0.4.0Matt Joiner2022-10-271-8/+11
| | | | | | | | List has to be dropped because type aliases are not allowed for generic types. There's an outstanding issue that Set can't contain pointer values. https://github.com/benbjohnson/immutable/issues/25 I would abandon this package altogether, but there's no Set type in immutable, and its comparer and hasher types are more boilerplate than I want.
* use generic atomicChris Wendt2022-06-081-0/+1
|
* go mod tidyChris Wendt2022-06-071-0/+7
|
* go mod edit -go=1.18Chris Wendt2022-06-071-1/+1
|
* Panic when a transaction blocks after reading nothingMatt Joiner2020-04-151-0/+1
|
* Update go.modMatt Joiner2019-11-041-0/+2
|
* Transfer project stewardship to anacrolixMatt Joiner2019-11-031-1/+1
| | | | See https://github.com/lukechampine/stm/issues/3#issuecomment-549087541.
* Add stmutil containers and ContextDoneVarMatt Joiner2019-11-011-0/+5
|
* Add go.mod fileMatt Joiner2019-10-221-0/+3