url-parser/go.mod

13 lines
370 B
Modula-2
Raw Normal View History

2020-09-21 20:24:51 +02:00
module github.com/thegeeklab/url-parser
2020-02-03 00:05:18 +01:00
2021-01-17 20:59:08 +01:00
go 1.15
2020-02-03 00:05:18 +01:00
require (
2020-09-21 20:24:51 +02:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2020-02-03 12:44:19 +01:00
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
2021-01-04 16:46:48 +01:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.0
2020-11-11 22:57:54 +01:00
github.com/urfave/cli/v2 v2.3.0
2021-01-17 20:53:35 +01:00
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
2020-02-03 00:05:18 +01:00
)