url-parser/go.mod

12 lines
315 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
go 1.13
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
github.com/sirupsen/logrus v1.7.0
2020-11-11 22:57:54 +01:00
github.com/urfave/cli/v2 v2.3.0
2020-09-21 20:24:51 +02:00
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
2020-02-03 00:05:18 +01:00
)