url-parser/go.mod

10 lines
156 B
Modula-2
Raw Normal View History

2020-02-03 00:05:18 +01:00
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
)