diff options
author | Matt Joiner <anacrolix@gmail.com> | 2019-11-01 12:23:59 +1100 |
---|---|---|
committer | Matt Joiner <anacrolix@gmail.com> | 2019-11-01 12:23:59 +1100 |
commit | 52e150e44234b631f8a9b2de11862434046b4992 (patch) | |
tree | b57bdf74630b62e2c2dfebe45569cc7da94838be /go.mod | |
parent | Optimize a bunch of stuff (diff) | |
download | stm-52e150e44234b631f8a9b2de11862434046b4992.tar.gz stm-52e150e44234b631f8a9b2de11862434046b4992.tar.xz |
Add stmutil containers and ContextDoneVar
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ module github.com/lukechampine/stm go 1.13 + +require ( + github.com/anacrolix/missinggo/v2 v2.2.0 + github.com/benbjohnson/immutable v0.2.0 +) |