diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 +) |
