mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-14 17:20:41 +00:00
10 lines
156 B
Modula-2
10 lines
156 B
Modula-2
module github.com/xoxys/url-parser
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli v1.22.2
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
)
|