aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorWill Norris <[email protected]>2024-06-10 06:28:30 -0700
committerGitHub <[email protected]>2024-06-10 07:28:30 -0600
commit04fb9fe87ff7406b36a4a7f0a9215ab7a138d345 (patch)
tree1813113e5455a242e4ff0427bb4d9a1ec1e2490a /go.mod
parent0bc27e5fb1252716f82c2b5af56189e8b46ead3c (diff)
downloadcaddy-04fb9fe87ff7406b36a4a7f0a9215ab7a138d345.tar.gz
caddy-04fb9fe87ff7406b36a4a7f0a9215ab7a138d345.zip
go.mod: update tscert package (#6384)
The latest tscert allows callers to provide a custom http.Transport for calling Tailscale's local API. Updates tailscale/caddy-tailscale#66
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 8729be44d..f5559a8d9 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-20240517230440-bbccfbf48933
+ github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53
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.49.0