Files
certigo/go.mod
T
dependabot[bot]andGitHub 4dee94d5a2 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 03:12:40 +00:00

19 lines
625 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.4
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.2
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
software.sslmate.com/src/go-pkcs12 v0.2.0
)
go 1.13