2020-09-21 18:24:51 +00:00
|
|
|
module github.com/thegeeklab/url-parser
|
2020-02-02 23:05:18 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-09-21 18:24:51 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-02-03 11:44:19 +00:00
|
|
|
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
|
2021-01-04 15:46:48 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2020-11-11 21:55:09 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-11-11 21:57:54 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-01-04 15:46:48 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
|
2020-02-02 23:05:18 +00:00
|
|
|
)
|