summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2021-11-29 19:15:41 -0500
committerGitHub <noreply@github.com>2021-11-29 17:15:41 -0700
commitc13315344762a067b61b0d9585db46bf2ed242a6 (patch)
tree632a23e2bf689ae257344563ce992fc63839491c
parentec14ccdd4075e46dd0235cc99ecfd92ed131c10a (diff)
go.mod: Update to latest smallstep/truststore, support FreeBSD (#4453)
-rw-r--r--go.mod2
-rw-r--r--go.sum3
2 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d6e4eb4..f966fd2 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/smallstep/certificates v0.17.5-0.20211008195551-04fe3126bebf
github.com/smallstep/cli v0.17.6
github.com/smallstep/nosql v0.3.8
- github.com/smallstep/truststore v0.9.6
+ github.com/smallstep/truststore v0.10.0
github.com/yuin/goldmark v1.4.1
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
go.uber.org/zap v1.19.0
diff --git a/go.sum b/go.sum
index c5557d8..ea163cc 100644
--- a/go.sum
+++ b/go.sum
@@ -830,8 +830,9 @@ github.com/smallstep/cli v0.17.6 h1:0npb8eQGDgEBPziYXb9tW4f4S5jt8aRRmEJvs97oh+Y=
github.com/smallstep/cli v0.17.6/go.mod h1:IZoK7eNA/r6cTN9GCd6+M1omgb5Ic8mJjHHH9Bh078U=
github.com/smallstep/nosql v0.3.8 h1:1/EWUbbEdz9ai0g9Fd09VekVjtxp+5+gIHpV2PdwW3o=
github.com/smallstep/nosql v0.3.8/go.mod h1:X2qkYpNcW3yjLUvhEHfgGfClpKbFPapewvx7zo4TOFs=
-github.com/smallstep/truststore v0.9.6 h1:vNzEJmaJL0XOZD8uouXLmYu4/aP1UQ/wHUopH3qKeYA=
github.com/smallstep/truststore v0.9.6/go.mod h1:HwHKRcBi0RUxxw1LYDpTRhYC4jZUuxPpkHdVonlkoDM=
+github.com/smallstep/truststore v0.10.0 h1:6Kgtws0kSNusLtxdA+NYdUh0gmEjZAgTqy2OsRuyYyU=
+github.com/smallstep/truststore v0.10.0/go.mod h1:HwHKRcBi0RUxxw1LYDpTRhYC4jZUuxPpkHdVonlkoDM=
github.com/smallstep/zcrypto v0.0.0-20210924233136-66c2600f6e71/go.mod h1:+F24VU3UCxfVFvvqgm5jNUFQOm/L6ed13ImwWGFgg/g=
github.com/smallstep/zlint v0.0.0-20180727184541-d84eaafe274f/go.mod h1:GeHHT7sJDI9ti3oEaFnvx1F4N8n3ZSw2YM1+sbEoxc4=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=