diff options
| author | Alex Flint <[email protected]> | 2021-04-19 21:48:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-19 21:48:46 -0700 |
| commit | ca571db22112d80c3dad1ec372ec9f3a3c435c7c (patch) | |
| tree | 210b986c13f132b8ffc2936a415a533e93f81989 /go.mod | |
| parent | 6638fbbc28f9ad0136ef5fd84a15c995e08e161f (diff) | |
| parent | 876daa8e7c3b847d38dee7cbdcb2fe93f77700d5 (diff) | |
Merge pull request #4 from alexflint/drop-vendor
Drop vendor directory
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ module github.com/alexflint/go-scalar +go 1.15 + require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect |
