summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2021-02-07 14:55:59 -0700
committerLuke Shumaker <lukeshu@parabola.nu>2021-02-07 15:00:10 -0700
commitef8f0da519c1f62ba37742d78355ce8d24631277 (patch)
tree941e546b9522529d4529c59652738e85fc78c0d9 /go.mod
parent311def99de5ae59537de754df7a653014197cce0 (diff)
Use pflag for arg parsing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0e65db7..cac6ecc 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ go 1.15
require (
git.lukeshu.com/go/libfastimport v0.0.0-20201121072141-033d02a6654d
github.com/pkg/errors v0.9.1
+ github.com/spf13/pflag v1.0.5
)