aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6baf8f3..88ff607 100644
--- a/go.mod
+++ b/go.mod
@@ -9,3 +9,10 @@ require (
github.com/benbjohnson/immutable v0.2.0
github.com/stretchr/testify v1.3.0
)
+
+require (
+ github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/huandu/xstrings v1.2.0 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+)