File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/plgd-dev/go-coap/v3
2
2
3
- go 1.20
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.6
4
6
5
7
require (
6
8
github.com/dsnet/golib/memfile v1.0.0
@@ -9,7 +11,7 @@ require (
9
11
go.uber.org/atomic v1.11.0
10
12
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
11
13
golang.org/x/net v0.35.0
12
- golang.org/x/sync v0.11 .0
14
+ golang.org/x/sync v0.16 .0
13
15
)
14
16
15
17
require (
@@ -27,6 +29,6 @@ replace (
27
29
golang.org/x/crypto => golang.org/x/crypto v0.33.0
28
30
golang.org/x/exp => golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
29
31
golang.org/x/net => golang.org/x/net v0.35.0
30
- golang.org/x/sync => golang.org/x/sync v0.11 .0
32
+ golang.org/x/sync => golang.org/x/sync v0.16 .0
31
33
golang.org/x/sys => golang.org/x/sys v0.30.0
32
34
)
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e h1:I88y4caeGeuDQxgdoFPUq097j
20
20
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e /go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ =
21
21
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
22
22
golang.org/x/net v0.35.0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
23
- golang.org/x/sync v0.11 .0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
24
- golang.org/x/sync v0.11 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
23
+ golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
24
+ golang.org/x/sync v0.16 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
25
25
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
26
26
golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
27
27
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments