aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Joiner <anacrolix@gmail.com>2019-11-01 12:23:59 +1100
committerMatt Joiner <anacrolix@gmail.com>2019-11-01 12:23:59 +1100
commit52e150e44234b631f8a9b2de11862434046b4992 (patch)
treeb57bdf74630b62e2c2dfebe45569cc7da94838be /go.mod
parentOptimize a bunch of stuff (diff)
downloadstm-52e150e44234b631f8a9b2de11862434046b4992.tar.gz
stm-52e150e44234b631f8a9b2de11862434046b4992.tar.xz
Add stmutil containers and ContextDoneVar
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 5d98f96..8813ebb 100644
--- a/go.mod
+++ b/go.mod
@@ -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
+)