summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-16 10:20:31 -0600
committernytpu <alex@nytpu.com>2021-03-16 10:24:36 -0600
commit91e663c0f0ec4e1e61a2493f6ab08850cd2e5a2e (patch)
treecfc8f3e4db20d48085be41485ffcf411b9441920 /go.sum
parentf82e0905779c9d88140403778f7b3b35a1d03420 (diff)
add command parsing
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..8635e51
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
+github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
+github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
+github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=