mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
16 lines
489 B
AMPL
16 lines
489 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.7.5
|
|
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
|