summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-08-20 19:28:25 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-08-20 19:28:25 -0600
commit997ef522bc636bd2485408e63f55b9b043b2d975 (patch)
treeff9b8193377eeeb80967f14b80e433aa74c5287f /go.mod
parent0279a57ac465b2920abf71d86203d9feac2015b5 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
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