update tailscale go dep (#1948)

* update tailscale go dep

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

* update gorm go dep

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

* update grpc go dep

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

* update golang.org go dep

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

* update rest of go dep

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

---------

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-05-17 08:58:33 -04:00 committed by GitHub
parent 723a0408a3
commit 5ad0aa44cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 250 additions and 232 deletions

View file

@ -355,8 +355,4 @@ func overwritePatch(currPatch, newPatch *tailcfg.PeerChange) {
if newPatch.KeyExpiry != nil {
currPatch.KeyExpiry = newPatch.KeyExpiry
}
if newPatch.Capabilities != nil {
currPatch.Capabilities = newPatch.Capabilities
}
}