diff options
| author | Alex Flint <[email protected]> | 2021-08-20 19:52:48 -0700 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2021-08-20 19:52:48 -0700 |
| commit | 3d59e5e89e775b1d33a451aca6aa4bda4fbad500 (patch) | |
| tree | 71788f3ee1badc138e0f243e15257cf9d2e7c663 /go.mod | |
| parent | eb0393e9bc0bbd8d3cc37a6ee98c1d538e4e5c91 (diff) | |
bump go-scalar to v1.1 and add documentation about supported types
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ module github.com/alexflint/go-arg require ( - github.com/alexflint/go-scalar v1.0.0 + github.com/alexflint/go-scalar v1.1.0 github.com/stretchr/testify v1.2.2 ) |
