aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-02-05 23:47:44 -0500
committerBen Burwell <ben@benburwell.com>2020-02-05 23:47:44 -0500
commite8a58306f21ec14582b0b19cf34065c5aa4c6351 (patch)
tree9b34fbac46210ef179f7ef8bf3a8032db1690a9f /go.mod
initial commit
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..efffbca
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module bnbl.io/wxcli
+
+go 1.13
+
+require bnbl.io/wx v0.1.0