mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-17 18:50:42 +00:00
4dbc8a9d75
Co-authored-by: Renovate Bot <bot@renovateapp.com>
16 lines
488 B
Modula-2
16 lines
488 B
Modula-2
module github.com/thegeeklab/url-parser
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
|
|
honnef.co/go/tools v0.2.0
|
|
)
|