mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-14 17:20:41 +00:00
17 lines
457 B
Modula-2
17 lines
457 B
Modula-2
module github.com/thegeeklab/url-parser
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.11.0
|
|
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
)
|