diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2025-01-10 07:59:31 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2025-01-10 08:22:34 -0800 |
| commit | a841f9d87be9490c0c94bcfcbe62549a2d2dfefd (patch) | |
| tree | f31022877f4115d531aa81cdfb43fe585fac5219 /control/controlhttp/controlhttpserver/controlhttpserver.go | |
| parent | 77017bae59c2b89d80a2428524abd53042948e9c (diff) | |
| download | tailscale-a841f9d87be9490c0c94bcfcbe62549a2d2dfefd.tar.xz tailscale-a841f9d87be9490c0c94bcfcbe62549a2d2dfefd.zip | |
go.mod: bump some deps
Most of these are effectively no-ops, but appease security scanners.
At least one (x/net for x/net/html) only affect builds from the open source repo,
since we already had it updated in our "corp" repo:
golang.org/x/net v0.33.1-0.20241230221519-e9d95ba163f7
... and that's where we do the official releases from. e.g.
tailscale.io % go install tailscale.com/cmd/tailscaled
tailscale.io % go version -m ~/go/bin/tailscaled | grep x/net
dep golang.org/x/net v0.33.1-0.20241230221519-e9d95ba163f7 h1:raAbYgZplPuXQ6s7jPklBFBmmLh6LjnFaJdp3xR2ljY=
tailscale.io % cd ../tailscale.com
tailscale.com % go install tailscale.com/cmd/tailscaled
tailscale.com % go version -m ~/go/bin/tailscaled | grep x/net
dep golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
Updates #8043
Updates #14599
Change-Id: I6e238cef62ca22444145a5313554aab8709b33c9
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver/controlhttpserver.go')
0 files changed, 0 insertions, 0 deletions
