mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-16 18:20:41 +00:00
12 lines
315 B
Modula-2
12 lines
315 B
Modula-2
module github.com/thegeeklab/url-parser
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
|
|
)
|