diff options
Diffstat (limited to 'vendor/github.com/mattn/godown/go.mod')
-rw-r--r-- | vendor/github.com/mattn/godown/go.mod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/mattn/godown/go.mod b/vendor/github.com/mattn/godown/go.mod deleted file mode 100644 index d43862ce..00000000 --- a/vendor/github.com/mattn/godown/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -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 -) |