summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2022-10-02 13:05:04 -0700
committerAlex Flint <[email protected]>2022-10-02 13:05:04 -0700
commitea0f540c400aa3f0646c94a65458abe866f752b6 (patch)
treef221fa2dfa7ee0bc301afc165aaad8886d9b1190 /go.mod
parent74af96c6ccf404613c251bca4814d32c69047c5f (diff)
update to latest go-scalar, add test for hex, oct, and binary integer literals
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 67ac880..944b9bc 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)