diff options
author | Francis Lavoie <[email protected]> | 2021-11-29 19:15:41 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-29 17:15:41 -0700 |
commit | c13315344762a067b61b0d9585db46bf2ed242a6 (patch) | |
tree | 632a23e2bf689ae257344563ce992fc63839491c /go.mod | |
parent | ec14ccdd4075e46dd0235cc99ecfd92ed131c10a (diff) | |
download | caddy-c13315344762a067b61b0d9585db46bf2ed242a6.tar.gz caddy-c13315344762a067b61b0d9585db46bf2ed242a6.zip |
go.mod: Update to latest smallstep/truststore, support FreeBSD (#4453)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |