aboutsummaryrefslogtreecommitdiff
path: root/go.sum (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused filesEuAndreh2025-01-221-162/+0
|
* Merge branch 'generic-immutable'Matt Joiner2022-12-211-4/+7
|\
| * Update immutable to use comparable key constraintsMatt Joiner2022-12-211-2/+2
| |
| * Mostly fix compatibility with immutable v0.4.0Matt Joiner2022-10-271-8/+105
|/ | | | | | | | 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/+6
|
* go mod tidyChris Wendt2022-06-071-20/+0
|
* Panic when a transaction blocks after reading nothingMatt Joiner2020-04-151-0/+20
|
* Update go.modMatt Joiner2019-11-041-0/+1
|
* Add stmutil containers and ContextDoneVarMatt Joiner2019-11-011-0/+152