diff options
author | Will Norris <[email protected]> | 2024-06-10 06:28:30 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-10 07:28:30 -0600 |
commit | 04fb9fe87ff7406b36a4a7f0a9215ab7a138d345 (patch) | |
tree | 1813113e5455a242e4ff0427bb4d9a1ec1e2490a /go.mod | |
parent | 0bc27e5fb1252716f82c2b5af56189e8b46ead3c (diff) | |
download | caddy-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.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-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 |