* Bump go crypto

Closes #2281

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* upgrade tailscale

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* upgrade rest

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* nix: flake update

---------

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-12-17 15:35:42 +01:00 committed by GitHub
parent bbc93a90a2
commit af4508b9dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 187 additions and 174 deletions

View file

@ -11,7 +11,7 @@ import (
"github.com/rs/zerolog/log"
"golang.org/x/net/http2"
"tailscale.com/control/controlbase"
"tailscale.com/control/controlhttp"
"tailscale.com/control/controlhttp/controlhttpserver"
"tailscale.com/tailcfg"
"tailscale.com/types/key"
)
@ -71,7 +71,7 @@ func (h *Headscale) NoiseUpgradeHandler(
challenge: key.NewChallenge(),
}
noiseConn, err := controlhttp.AcceptHTTP(
noiseConn, err := controlhttpserver.AcceptHTTP(
req.Context(),
writer,
req,