File tree Expand file tree Collapse file tree 11 files changed +18
-9
lines changed Expand file tree Collapse file tree 11 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depawa
180
180
bytes from bufio+
181
181
compress/flate from compress/gzip+
182
182
compress/gzip from internal/profile+
183
+ L compress/zlib from debug/elf
183
184
container/list from crypto/tls+
184
185
context from crypto/tls+
185
186
crypto from crypto/ecdsa+
@@ -203,6 +204,8 @@ tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depawa
203
204
crypto/tls from golang.org/x/crypto/acme+
204
205
crypto/x509 from crypto/tls+
205
206
crypto/x509/pkix from crypto/x509+
207
+ L debug/dwarf from debug/elf
208
+ L debug/elf from golang.org/x/sys/unix
206
209
embed from crypto/internal/nistec+
207
210
encoding from encoding/json+
208
211
encoding/asn1 from crypto/x509+
@@ -218,6 +221,7 @@ tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depawa
218
221
fmt from compress/flate+
219
222
go/token from google.golang.org/protobuf/internal/strs
220
223
hash from crypto+
224
+ L hash/adler32 from compress/zlib
221
225
hash/crc32 from compress/gzip+
222
226
hash/fnv from google.golang.org/protobuf/internal/detrand
223
227
hash/maphash from go4.org/mem
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ tailscale.com/cmd/tailscale dependencies: (generated by github.com/tailscale/dep
177
177
bytes from bufio+
178
178
compress/flate from compress/gzip+
179
179
compress/gzip from net/http
180
- compress/zlib from image/png
180
+ compress/zlib from image/png+
181
181
container/list from crypto/tls+
182
182
context from crypto/tls+
183
183
crypto from crypto/ecdsa+
@@ -202,6 +202,8 @@ tailscale.com/cmd/tailscale dependencies: (generated by github.com/tailscale/dep
202
202
crypto/x509 from crypto/tls+
203
203
crypto/x509/pkix from crypto/x509+
204
204
database/sql/driver from github.com/google/uuid
205
+ L debug/dwarf from debug/elf
206
+ L debug/elf from golang.org/x/sys/unix
205
207
embed from tailscale.com/cmd/tailscale/cli+
206
208
encoding from encoding/json+
207
209
encoding/asn1 from crypto/x509+
Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de
398
398
bytes from bufio+
399
399
compress/flate from compress/gzip+
400
400
compress/gzip from golang.org/x/net/http2+
401
+ L compress/zlib from debug/elf
401
402
container/heap from gvisor.dev/gvisor/pkg/tcpip/transport/tcp
402
403
container/list from crypto/tls+
403
404
context from crypto/tls+
@@ -422,6 +423,8 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de
422
423
crypto/tls from github.com/tcnksm/go-httpstat+
423
424
crypto/x509 from crypto/tls+
424
425
crypto/x509/pkix from crypto/x509+
426
+ L debug/dwarf from debug/elf
427
+ L debug/elf from golang.org/x/sys/unix
425
428
embed from tailscale.com+
426
429
encoding from encoding/json+
427
430
encoding/asn1 from crypto/x509+
@@ -437,7 +440,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de
437
440
flag from net/http/httptest+
438
441
fmt from compress/flate+
439
442
hash from crypto+
440
- hash/adler32 from tailscale.com/ipn/ipnlocal
443
+ hash/adler32 from tailscale.com/ipn/ipnlocal+
441
444
hash/crc32 from compress/gzip+
442
445
hash/fnv from tailscale.com/wgengine/magicsock+
443
446
hash/maphash from go4.org/mem
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
79
79
golang.org/x/net v0.10.0
80
80
golang.org/x/oauth2 v0.7.0
81
81
golang.org/x/sync v0.2.0
82
- golang.org/x/sys v0.8.0
82
+ golang.org/x/sys v0.8.1-0.20230609144347-5059a07aa46a
83
83
golang.org/x/term v0.8.0
84
84
golang.org/x/time v0.3.0
85
85
golang.org/x/tools v0.9.1
Original file line number Diff line number Diff line change @@ -1432,8 +1432,8 @@ golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1432
1432
golang.org/x/sys v0.4.1-0.20230131160137-e7d7f63158de /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1433
1433
golang.org/x/sys v0.5.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1434
1434
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1435
- golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU =
1436
- golang.org/x/sys v0.8.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1435
+ golang.org/x/sys v0.8.1-0.20230609144347-5059a07aa46a h1:qMsju+PNttu/NMbq8bQ9waDdxgJMu9QNoUDuhnBaYt0 =
1436
+ golang.org/x/sys v0.8.1-0.20230609144347-5059a07aa46a /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1437
1437
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221 /go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw =
1438
1438
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
1439
1439
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Tailscale Inc & AUTHORS
2
2
// SPDX-License-Identifier: BSD-3-Clause
3
3
4
- //go:build !windows && !js
4
+ //go:build !windows && !wasm
5
5
6
6
package filch
7
7
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Tailscale Inc & AUTHORS
2
2
// SPDX-License-Identifier: BSD-3-Clause
3
3
4
- //go:build !windows && !js
4
+ //go:build !windows && !js && !wasip1
5
5
6
6
package paths
7
7
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Tailscale Inc & AUTHORS
2
2
// SPDX-License-Identifier: BSD-3-Clause
3
3
4
- //go:build windows || js
4
+ //go:build windows || js || wasip1
5
5
6
6
package logger
7
7
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Tailscale Inc & AUTHORS
2
2
// SPDX-License-Identifier: BSD-3-Clause
3
3
4
- //go:build !windows && !js
4
+ //go:build !windows && !js && !wasip1
5
5
6
6
package logger
7
7
You can’t perform that action at this time.
0 commit comments