aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortherealmitchconnors <[email protected]>2019-09-05 11:27:43 -0700
committertherealmitchconnors <[email protected]>2019-09-05 11:27:43 -0700
commitb22fc706c39eab8ef626dad18f21609425cc8714 (patch)
tree324d2c8c6d112bf4f9e44db15c760831cfb9347d /go.mod
parentc6c0f0fd30b9b96d1c9a1cbf90799706bd501458 (diff)
Expand SliceValue support to all slice and array types.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..7eb892e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/spf13/pflags
+
+go 1.12
+
+require github.com/spf13/pflag v1.0.3