aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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