mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-16 18:20:41 +00:00
16 lines
382 B
Modula-2
16 lines
382 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.4.0
|
|
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
)
|