2020-09-21 18:24:51 +00:00
|
|
|
module github.com/thegeeklab/url-parser
|
2020-02-02 23:05:18 +00:00
|
|
|
|
2021-05-10 07:03:54 +00:00
|
|
|
go 1.16
|
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-03-10 07:16:49 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-11-11 21:57:54 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-05-10 07:03:54 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
|
|
|
|
honnef.co/go/tools v0.1.4
|
2020-02-02 23:05:18 +00:00
|
|
|
)
|