Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 3f95267

Browse files
authored
Merge pull request #679 from aerokube/dependabot/go_modules/static/chrome/devtools/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.20.0 to 0.23.0 in /static/chrome/devtools
2 parents be5b177 + f363151 commit 3f95267

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

static/chrome/devtools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ require (
1010

1111
require (
1212
github.com/google/go-cmp v0.6.0 // indirect
13-
golang.org/x/net v0.20.0 // indirect
13+
golang.org/x/net v0.23.0 // indirect
1414
golang.org/x/sync v0.6.0 // indirect
1515
)

static/chrome/devtools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
4848
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
4949
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
5050
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
51-
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
52-
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
51+
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
52+
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
5353
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5454
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5555
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)