mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-17 18:50:42 +00:00
11 lines
223 B
Modula-2
11 lines
223 B
Modula-2
module github.com/xoxys/url-parser
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli v1.22.2
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
)
|