summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 8 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 49590e5..bc9bdf0 100644
--- a/go.mod
+++ b/go.mod
@@ -14,4 +14,11 @@ require (
require (
github.com/influxdata/tdigest v0.0.1
-) \ No newline at end of file
+ github.com/stretchr/testify v1.8.3
+)
+
+require (
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+)