aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)