mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.8 to 0.1.11. - [Release notes](https://github.com/mattn/go-colorable/releases) - [Commits](https://github.com/mattn/go-colorable/compare/v0.1.8...v0.1.11) --- updated-dependencies: - dependency-name: github.com/mattn/go-colorable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
965 B
AMPL
25 lines
965 B
AMPL
module github.com/square/certigo
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.13.0
|
|
github.com/google/uuid v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.11
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
go 1.13
|