aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-02-06 14:03:38 -0500
committerBen Burwell <ben@benburwell.com>2020-02-06 14:03:38 -0500
commit3e75f88d804598041dbcf4f3139d91c283acdeef (patch)
tree061cae6d54305891a64bfe3d914fdff3a281e373 /go.mod
parente8a58306f21ec14582b0b19cf34065c5aa4c6351 (diff)
finish adding flags
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index efffbca..66e8c2c 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,9 @@ module bnbl.io/wxcli
go 1.13
-require bnbl.io/wx v0.1.0
+require (
+ bnbl.io/wx v0.1.1
+ github.com/spf13/cobra v0.0.5
+)
+
+// replace bnbl.io/wx => ../wx