summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattn/godown/go.mod
blob: d43862ced9f98d0733e4bd89c120085495fdbe73 (plain) (blame)
1
2
3
4
5
6
7
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
)