Update dependencies / vendor (#1146)

This commit is contained in:
Wim
2020-05-24 00:06:21 +02:00
committed by GitHub
parent ba0bfe70a8
commit 393f9e998b
438 changed files with 35015 additions and 92744 deletions

8
vendor/github.com/mattn/godown/go.mod generated vendored Normal file
View File

@@ -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
)