summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-09-18 08:55:40 -0700
committerAlex Flint <[email protected]>2021-09-18 08:55:40 -0700
commitf2f876420ce7c64673cdf97ed8071db8ef46e5f2 (patch)
tree8441653724d058566ba492200900a5c6cca84d17 /go.mod
parent7cc8da61cf3da353167fcc83ad4e751f3c82ec97 (diff)
parent66cb696e79be30bc979cb003ef8bdecc78266ced (diff)
Merge remote-tracking branch 'origin/master' into usage-for-subcommands
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 14c6119..8fb1508 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)