2020-09-21 18:24:51 +00:00
|
|
|
module github.com/thegeeklab/url-parser
|
2020-02-02 23:05:18 +00:00
|
|
|
|
2021-01-17 19:59:08 +00:00
|
|
|
go 1.15
|
2020-02-02 23:05:18 +00:00
|
|
|
|
|
|
|
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
|
2021-02-16 13:16:12 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.1
|
2020-11-11 21:57:54 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-01-17 19:53:35 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
|
2020-02-02 23:05:18 +00:00
|
|
|
)
|