2020-09-21 18:24:51 +00:00
|
|
|
module github.com/thegeeklab/url-parser
|
2020-02-02 23:05:18 +00:00
|
|
|
|
2022-03-30 20:41:13 +00:00
|
|
|
go 1.18
|
2020-02-02 23:05:18 +00:00
|
|
|
|
|
|
|
require (
|
2021-03-10 07:16:49 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-05-20 13:52:32 +00:00
|
|
|
github.com/urfave/cli/v2 v2.7.1
|
2021-12-22 14:20:11 +00:00
|
|
|
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
|
2022-03-30 20:41:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-05-20 13:52:32 +00:00
|
|
|
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 // indirect
|
2022-03-30 20:41:13 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
2020-02-02 23:05:18 +00:00
|
|
|
)
|