diff options
| author | Alex Flint <[email protected]> | 2018-11-20 12:09:47 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2018-11-20 12:09:47 -0800 |
| commit | 27a7b2fb3d6b5f628fdd9572b41bf6fb37c37d0c (patch) | |
| tree | ab5b3d75971a3814bb9085032dee84051e35003a /go.mod | |
| parent | d615e5c1d8f0c6ee152eebb57569ba7b0c1f6ac5 (diff) | |
create go.mod, go.sum
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +module github.com/alexflint/go-arg + +require ( + github.com/alexflint/go-scalar v1.0.0 + github.com/kr/pretty v0.1.0 + github.com/stretchr/testify v1.2.2 +) |
