mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-14 01:00:42 +00:00
656f744c52
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
19 lines
525 B
Modula-2
19 lines
525 B
Modula-2
module github.com/thegeeklab/url-parser
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/rs/zerolog v1.32.0
|
|
github.com/urfave/cli/v2 v2.27.1
|
|
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // 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.12.0 // indirect
|
|
)
|