X-Git-Url: https://git.arvados.org/lightning.git/blobdiff_plain/6fda0f1fca146e8a8f40da916d554f5255a01121..e5a88e762454a14917af652f7b76483d551f87fa:/go.mod diff --git a/go.mod b/go.mod index 951c7b0ead..ffbfc042c0 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,8 @@ require ( github.com/james-bowman/nlp v0.0.0-20200417075118-1e2772e0e1e5 github.com/james-bowman/sparse v0.0.0-20200514124614-ae250424e52d // indirect github.com/kshedden/gonpy v0.0.0-20190510000443-66c21fac4672 + github.com/lucasb-eyer/go-colorful v1.0.3 + github.com/mattn/go-isatty v0.0.12 github.com/prometheus/client_golang v1.6.0 // indirect github.com/prometheus/common v0.10.0 // indirect github.com/sergi/go-diff v1.1.0 @@ -21,6 +23,7 @@ require ( golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect gonum.org/v1/gonum v0.8.1 + gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 gopkg.in/yaml.v2 v2.3.0 // indirect )