From 997ef522bc636bd2485408e63f55b9b043b2d975 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 20 Aug 2020 19:28:25 -0600 Subject: go.mod: Use v0.15(.1) of smallstep libs Update internal issuer for compatibility -- yay simpler code! The .1 version also fixes non-critical SAN extensions that caused trust issues on several clients. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 87ddedb..d1b73f8 100644 --- a/go.mod +++ b/go.mod @@ -17,8 +17,8 @@ require ( github.com/mholt/acmez v0.1.1-0.20200810215816-dbe88fc6cf09 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 - github.com/smallstep/certificates v0.14.6 - github.com/smallstep/cli v0.14.6 + github.com/smallstep/certificates v0.15.1 + github.com/smallstep/cli v0.15.0 github.com/smallstep/nosql v0.3.0 github.com/smallstep/truststore v0.9.6 github.com/yuin/goldmark v1.2.1 -- cgit v1.2.3