go.toolchain.rev: bump Go to 1.25.2

Updates tailscale/go#135

Change-Id: I89cfb49b998b2fd0264f8d5f4a61af839cd06626
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/17500/head
Brad Fitzpatrick 2 months ago committed by Brad Fitzpatrick
parent 57bd875856
commit 9a72513fa4

@ -341,6 +341,7 @@ tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depawa
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
L internal/runtime/syscall from runtime+
internal/saferio from encoding/asn1
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -1119,7 +1119,7 @@ tailscale.com/cmd/k8s-operator dependencies: (generated by github.com/tailscale/
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
L internal/runtime/syscall from runtime+
W internal/saferio from debug/pe
internal/saferio from debug/pe+
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -237,6 +237,7 @@ tailscale.com/cmd/stund dependencies: (generated by github.com/tailscale/depawar
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
L internal/runtime/syscall from runtime+
internal/saferio from encoding/asn1
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -409,7 +409,7 @@ tailscale.com/cmd/tailscale dependencies: (generated by github.com/tailscale/dep
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
L internal/runtime/syscall from runtime+
W internal/saferio from debug/pe
internal/saferio from debug/pe+
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -355,6 +355,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
internal/runtime/syscall from internal/runtime/cgroup+
internal/saferio from encoding/asn1
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -389,6 +389,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
internal/runtime/syscall from internal/runtime/cgroup+
internal/saferio from encoding/asn1
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -680,7 +680,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
L internal/runtime/syscall from runtime+
W internal/saferio from debug/pe
internal/saferio from debug/pe+
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -510,7 +510,7 @@ tailscale.com/cmd/tsidp dependencies: (generated by github.com/tailscale/depawar
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
L internal/runtime/syscall from runtime+
W internal/saferio from debug/pe
internal/saferio from debug/pe+
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

@ -1,6 +1,6 @@
module tailscale.com
go 1.25.1
go 1.25.2
require (
filippo.io/mkcert v1.4.4

@ -1 +1 @@
aa85d1541af0921f830f053f29d91971fa5838f6
a80a86e575c5b7b23b78540e947335d22f74d274

@ -503,7 +503,7 @@ tailscale.com/tsnet dependencies: (generated by github.com/tailscale/depaware)
internal/runtime/strconv from internal/runtime/cgroup+
internal/runtime/sys from crypto/subtle+
LA internal/runtime/syscall from runtime+
W internal/saferio from debug/pe
internal/saferio from debug/pe+
internal/singleflight from net
internal/stringslite from embed+
internal/sync from sync+

Loading…
Cancel
Save