diff options
| author | Alex Flint <[email protected]> | 2022-10-02 13:05:04 -0700 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2022-10-02 13:05:04 -0700 |
| commit | ea0f540c400aa3f0646c94a65458abe866f752b6 (patch) | |
| tree | f221fa2dfa7ee0bc301afc165aaad8886d9b1190 /go.mod | |
| parent | 74af96c6ccf404613c251bca4814d32c69047c5f (diff) | |
update to latest go-scalar, add test for hex, oct, and binary integer literals
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.1.0 + github.com/alexflint/go-scalar v1.2.0 github.com/stretchr/testify v1.7.0 ) |
