mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Co-authored-by: John Wood <jwood@squareup.com> Co-authored-by: Sven Wick <sven.wick@gmx.de>
18 lines
582 B
AMPL
18 lines
582 B
AMPL
module github.com/square/certigo
|
|
|
|
require (
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/fatih/color v1.13.0
|
|
github.com/google/certificate-transparency-go v1.1.3
|
|
github.com/mattn/go-colorable v0.1.12
|
|
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/zmap/zcrypto v0.0.0-20220402174210-599ec18ecbac
|
|
github.com/zmap/zlint/v3 v3.3.1
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225
|
|
)
|
|
|
|
go 1.13
|