Skip to content

Commit 7716cfa

Browse files
Bump the go group with 1 update (#1054)
Bumps the go group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.19.0 to 0.20.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/cb5b10f0bbc51089bf49030ce3bd43bbfee08c23"><code>cb5b10f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/689bbc7005f6bbf9fac1a8333bf03436fa4b4b2a"><code>689bbc7</code></a> quic: deflake TestStreamsCreateConcurrency</li> <li><a href="https://github.com/golang/net/commit/f12db26b1c9293fa3eb95c936e548d2c1fba4ba9"><code>f12db26</code></a> internal/quic/cmd/interop: use wget --no-verbose in Dockerfile</li> <li><a href="https://github.com/golang/net/commit/c136d0c937afa54dca414a69603bb1570a28879f"><code>c136d0c</code></a> quic: avoid panic when PTO expires and implicitly-created streams exist</li> <li><a href="https://github.com/golang/net/commit/f9726a9e4a0fba67ce78802b47601ba194d15b3f"><code>f9726a9</code></a> quic: fix packet size logging</li> <li><a href="https://github.com/golang/net/commit/c337daf7db6b2f45306e9b972588478201259c0d"><code>c337daf</code></a> quic: enable qlog output in tests</li> <li><a href="https://github.com/golang/net/commit/2b416c3c961a9829f7ca97dd44690e71719f68f2"><code>2b416c3</code></a> quic/qlog: create log files with O_EXCL</li> <li><a href="https://github.com/golang/net/commit/1e59a7e58ce15106ab0248605c5de0701624072b"><code>1e59a7e</code></a> quic/qlog: correctly write negative durations</li> <li><a href="https://github.com/golang/net/commit/b0eb4d6c942abf81c513c88af3ea23aaaaa5a4e0"><code>b0eb4d6</code></a> quic: compute pnum len from max ack received, not sent</li> <li><a href="https://github.com/golang/net/commit/b952594c266f3a75031e9ba2b43483a735526d39"><code>b952594</code></a> quic: fix data race in connection close</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.19.0...v0.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.19.0&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d61d4ec commit 7716cfa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.21.1
55
require (
66
github.com/iancoleman/strcase v0.3.0
77
github.com/lyft/protoc-gen-star/v2 v2.0.3
8-
golang.org/x/net v0.19.0
8+
golang.org/x/net v0.20.0
99
google.golang.org/protobuf v1.32.0
1010
)
1111

1212
require (
1313
github.com/spf13/afero v1.10.0 // indirect
1414
golang.org/x/mod v0.12.0 // indirect
15-
golang.org/x/sys v0.15.0 // indirect
15+
golang.org/x/sys v0.16.0 // indirect
1616
golang.org/x/text v0.14.0 // indirect
1717
golang.org/x/tools v0.13.0 // indirect
1818
)

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v
225225
golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
226226
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
227227
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
228-
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
229-
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
228+
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
229+
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
230230
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
231231
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
232232
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -281,8 +281,8 @@ golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7w
281281
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
282282
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
283283
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
284-
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
285-
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
284+
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
285+
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
286286
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
287287
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
288288
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)