diff options
author | Will Norris <[email protected]> | 2024-05-18 02:52:19 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-18 03:52:19 -0600 |
commit | e66040a6f0b384d9cebd38a78f746f08f4cb22c1 (patch) | |
tree | 1923426c4f25b62f54cdad7c5864ac9d690d2c87 /go.mod | |
parent | 44860482d2e38f10dc13b42e6ab277919ab4b5f1 (diff) | |
download | caddy-e66040a6f0b384d9cebd38a78f746f08f4cb22c1.tar.gz caddy-e66040a6f0b384d9cebd38a78f746f08f4cb22c1.zip |
caddytls: set server name in context (#6324)
Set the requested server name in a context value for CertGetter
implementations to use. Pass ctx to tscert.GetCertificateWithContext.
Signed-off-by: Will Norris <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 - github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046 + github.com/tailscale/tscert v0.0.0-20240517230440-bbccfbf48933 github.com/yuin/goldmark v1.7.1 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 |