diff options
| author | Alex Flint <[email protected]> | 2018-11-20 12:09:59 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2018-11-20 12:09:59 -0800 |
| commit | d7246f2485afaca12c2d4c1b04aca2e3d4d9a27b (patch) | |
| tree | eac50712b08582067812200c41f0ac9bdb28778a /vendor/github.com/alexflint/go-scalar/go.mod | |
| parent | 27a7b2fb3d6b5f628fdd9572b41bf6fb37c37d0c (diff) | |
go mod vendor
Diffstat (limited to 'vendor/github.com/alexflint/go-scalar/go.mod')
| -rw-r--r-- | vendor/github.com/alexflint/go-scalar/go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/alexflint/go-scalar/go.mod b/vendor/github.com/alexflint/go-scalar/go.mod new file mode 100644 index 0000000..6eea393 --- /dev/null +++ b/vendor/github.com/alexflint/go-scalar/go.mod @@ -0,0 +1,7 @@ +module github.com/alexflint/go-scalar + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/testify v1.2.2 +) |
