From 393f9e998b1b40aa59d3fb8794c3a73da38c3fb7 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 24 May 2020 00:06:21 +0200 Subject: Update dependencies / vendor (#1146) --- vendor/github.com/mattn/godown/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/github.com/mattn/godown/go.mod (limited to 'vendor/github.com/mattn/godown/go.mod') 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 +) -- cgit v1.2.3