summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a448c75..bc9bdf0 100644
--- a/go.mod
+++ b/go.mod
@@ -11,3 +11,14 @@ require (
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
golang.org/x/text v0.7.0 // indirect
)
+
+require (
+ github.com/influxdata/tdigest v0.0.1
+ 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
+)