Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d080fe3

Browse filesBrowse files
fix(deps): update module golang.org/x/net to v0.38.0 [security]
Generated by renovateBot
1 parent 9ff3778 commit d080fe3
Copy full SHA for d080fe3

File tree

Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎go.mod‎

Copy file name to clipboard
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/plgd-dev/go-coap/v3
22

3-
go 1.20
3+
go 1.23.0
44

55
require (
66
github.com/dsnet/golib/memfile v1.0.0
77
github.com/pion/dtls/v3 v3.0.7
88
github.com/stretchr/testify v1.11.1
99
go.uber.org/atomic v1.11.0
1010
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
11-
golang.org/x/net v0.35.0
11+
golang.org/x/net v0.38.0
1212
golang.org/x/sync v0.11.0
1313
)
1414

@@ -17,16 +17,16 @@ require (
1717
github.com/pion/logging v0.2.4 // indirect
1818
github.com/pion/transport/v3 v3.0.7 // indirect
1919
github.com/pmezard/go-difflib v1.0.0 // indirect
20-
golang.org/x/crypto v0.33.0 // indirect
21-
golang.org/x/sys v0.30.0 // indirect
20+
golang.org/x/crypto v0.36.0 // indirect
21+
golang.org/x/sys v0.31.0 // indirect
2222
gopkg.in/yaml.v3 v3.0.1 // indirect
2323
)
2424

2525
// pin versions to keep go1.20 support
2626
replace (
2727
golang.org/x/crypto => golang.org/x/crypto v0.33.0
2828
golang.org/x/exp => golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
29-
golang.org/x/net => golang.org/x/net v0.35.0
29+
golang.org/x/net => golang.org/x/net v0.38.0
3030
golang.org/x/sync => golang.org/x/sync v0.11.0
3131
golang.org/x/sys => golang.org/x/sys v0.30.0
3232
)
Collapse file

‎go.sum‎

Copy file name to clipboardExpand all lines: go.sum
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
1818
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
1919
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e h1:I88y4caeGeuDQxgdoFPUq097j7kNfw6uvuiNxUBfcBk=
2020
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
21-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
22-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
21+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
22+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
2323
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
2424
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
2525
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.