caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
55.45k stars 3.91k forks source link

go.mod: update tscert package #6384

Closed willnorris closed 2 weeks ago

willnorris commented 3 weeks ago

The latest tscert allows callers to provide a custom http.Transport for calling Tailscale's local API.

Updates tailscale/caddy-tailscale#66

willnorris commented 3 weeks ago

Actually... I guess this doesn't technically have to get updated in caddy. Or at the very least, I don't need to wait for a new caddy release. I'll just udpate the dep in the caddy-tailscale plugin, and that will get used. We should still update the version in caddy eventually, but it's not blocking anything.

mholt commented 2 weeks ago

True; might as well merge this one, as I don't think any other plugins are really using this package that we'll break. Thanks Will!