2020-02-22 15:39:16 +00:00
|
|
|
module github.com/guessi/ssl-certs-checker
|
|
|
|
|
2020-03-15 14:15:03 +00:00
|
|
|
go 1.14
|
2020-02-22 15:39:16 +00:00
|
|
|
|
|
|
|
require (
|
2020-03-15 14:15:03 +00:00
|
|
|
github.com/go-openapi/strfmt v0.19.5 // indirect
|
2020-02-22 15:39:16 +00:00
|
|
|
github.com/jedib0t/go-pretty v4.3.0+incompatible
|
2020-04-02 19:41:41 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
2020-03-15 14:09:48 +00:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2020-04-02 19:41:41 +01:00
|
|
|
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2020-02-22 15:39:16 +00:00
|
|
|
)
|