summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorWill Norris <[email protected]>2024-05-18 02:52:19 -0700
committerGitHub <[email protected]>2024-05-18 03:52:19 -0600
commite66040a6f0b384d9cebd38a78f746f08f4cb22c1 (patch)
tree1923426c4f25b62f54cdad7c5864ac9d690d2c87 /go.mod
parent44860482d2e38f10dc13b42e6ab277919ab4b5f1 (diff)
downloadcaddy-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index afe01682d..c12eb1281 100644
--- a/go.mod
+++ b/go.mod
@@ -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