2020-09-21 18:24:51 +00:00
|
|
|
module github.com/thegeeklab/url-parser
|
2020-02-02 23:05:18 +00:00
|
|
|
|
2023-08-21 14:06:34 +00:00
|
|
|
go 1.21
|
2020-02-02 23:05:18 +00:00
|
|
|
|
|
|
|
require (
|
2023-06-05 08:00:40 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-07-19 13:56:51 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
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-07-11 06:51:30 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-03-30 20:41:13 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-06-03 08:57:15 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2022-07-21 07:57:02 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2020-02-02 23:05:18 +00:00
|
|
|
)
|