summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattn/godown/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mattn/godown/go.mod')
-rw-r--r--vendor/github.com/mattn/godown/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/godown/go.mod b/vendor/github.com/mattn/godown/go.mod
new file mode 100644
index 00000000..d43862ce
--- /dev/null
+++ b/vendor/github.com/mattn/godown/go.mod
@@ -0,0 +1,8 @@
+module github.com/mattn/godown
+
+go 1.14
+
+require (
+ github.com/mattn/go-runewidth v0.0.8
+ golang.org/x/net v0.0.0-20200202094626-16171245cfb2
+)