diff options
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 +) |