diff options
| author | Alex Flint <[email protected]> | 2022-10-29 15:19:23 -0400 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2022-10-29 15:19:23 -0400 |
| commit | 3d95a706a6a1cc80d62f403778c5d160698003b0 (patch) | |
| tree | b451fc515320dc6721dacc601b799266a8f78c3b /go.mod | |
| parent | d949871b676ed52669c17c2070dfb770b6ce28da (diff) | |
| parent | dbc2ba5d0c9a6a439d1f825f8c299fb276bbc911 (diff) | |
Merge remote-tracking branch 'origin/master' into default-value-issue
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 ) |
