diff options
author | Matthew Holt <[email protected]> | 2020-04-01 15:28:09 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2020-04-01 15:28:09 -0600 |
commit | 19b45546a7507b5a4f13125c701df71fd1718ef7 (patch) | |
tree | 243127769177615c5e94fbc08c49dbf4817d26bf | |
parent | d322de6b429e9f0bc589880b53373975dabcb997 (diff) | |
download | caddy-19b45546a7507b5a4f13125c701df71fd1718ef7.tar.gz caddy-19b45546a7507b5a4f13125c701df71fd1718ef7.zip |
go.mod: Update smallstep/truststore
So that installation continues if Firefox is not installed
See https://github.com/smallstep/truststore/issues/3
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ require ( github.com/naoina/toml v0.1.1 github.com/smallstep/certificates v0.14.0-rc.5 github.com/smallstep/cli v0.14.0-rc.3 - github.com/smallstep/truststore v0.9.4 + github.com/smallstep/truststore v0.9.5 github.com/vulcand/oxy v1.1.0 github.com/yuin/goldmark v1.1.27 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 @@ -674,8 +674,8 @@ github.com/smallstep/nosql v0.1.1/go.mod h1:qyxCqeyGwkuM6bfJSY3sg+aiXEiD0GbQOPzI github.com/smallstep/nosql v0.2.0 h1:IscXK9m9hRyl5GoYgn+Iml//5Bpad3LyIj6R0dZosKM= github.com/smallstep/nosql v0.2.0/go.mod h1:qyxCqeyGwkuM6bfJSY3sg+aiXEiD0GbQOPzIF8/ZD8Q= github.com/smallstep/truststore v0.9.3/go.mod h1:PRSkpRIhAYBK/KLWkHNgRdYgzWMEy45bN7PSJCfKKGE= -github.com/smallstep/truststore v0.9.4 h1:HYGtv629TkxRUP63W5R1/9sJGMEL8CrVjIl8z1uvJIM= -github.com/smallstep/truststore v0.9.4/go.mod h1:HwHKRcBi0RUxxw1LYDpTRhYC4jZUuxPpkHdVonlkoDM= +github.com/smallstep/truststore v0.9.5 h1:KQ6bFXUadu3PG57sFSIBsu2pb/35NqO+MyS2Pvi62bA= +github.com/smallstep/truststore v0.9.5/go.mod h1:HwHKRcBi0RUxxw1LYDpTRhYC4jZUuxPpkHdVonlkoDM= github.com/smallstep/zcrypto v0.0.0-20191008000232-9fc4bea33f70/go.mod h1:8LA6x9T22WADMj89Ksf6DnOVCOJF3zLKUdSRAcZmW4U= github.com/smallstep/zcrypto v0.0.0-20191122194514-76530dff70e7/go.mod h1:8LA6x9T22WADMj89Ksf6DnOVCOJF3zLKUdSRAcZmW4U= github.com/smallstep/zlint v0.0.0-20180727184541-d84eaafe274f/go.mod h1:GeHHT7sJDI9ti3oEaFnvx1F4N8n3ZSw2YM1+sbEoxc4= |