5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 10:12:31 +00:00
matterbridge/vendor/github.com/mattn/godown/go.mod

9 lines
144 B
Modula-2
Raw Normal View History

2020-05-23 22:06:21 +00:00
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
)