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-03-27 10:34:29 +00:00
|
|
|
github.com/urfave/cli/v2 v2.4.0
|
2021-12-22 14:20:11 +00:00
|
|
|
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
|
2021-05-10 07:03:54 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
2022-03-30 20:41:13 +00:00
|
|
|
honnef.co/go/tools v0.3.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
golang.org/x/exp/typeparams v0.0.0-20220328175248-053ad81199eb // indirect
|
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
|
|
golang.org/x/tools v0.1.11-0.20220330174940-8e193c2ba95e // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2020-02-02 23:05:18 +00:00
|
|
|
)
|