mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-15 01:30:42 +00:00
c35952c307
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 lines
457 B
Modula-2
17 lines
457 B
Modula-2
module github.com/thegeeklab/url-parser
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/urfave/cli/v2 v2.25.5
|
|
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-20220715151400-c0bba94af5f8 // indirect
|
|
)
|