Skip to content

Commit cfee301

Browse files
build(deps): bump the go-modules group with 6 updates (#91)
Bumps the go-modules group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.13.2` | `1.13.3` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.17.0` | `0.18.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.38.0` | `0.39.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.40.0` | `0.41.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.25.0` | `0.26.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.33.0` | `0.34.0` | Updates `github.com/bytedance/sonic` from 1.13.2 to 1.13.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bytedance/sonic/releases">github.com/bytedance/sonic's releases</a>.</em></p> <blockquote> <h2>v1.13.3</h2> <h2>What's Changed</h2> <ul> <li>chore: remove <code>NoQuoteTextMarshaler</code> from <code>ConfigFastest</code> and export … by <a href="https://github.com/AsterDY"><code>@​AsterDY</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/781">bytedance/sonic#781</a></li> <li>fix: code and comment typos by <a href="https://github.com/musvaage"><code>@​musvaage</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/783">bytedance/sonic#783</a></li> <li>fix(git): add lacking fuzz/go-fuzz-corpus submodule by <a href="https://github.com/zchee"><code>@​zchee</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/784">bytedance/sonic#784</a></li> <li>opt:(encoder) use std <code>strconv.AppendInt</code> for better performance on arm by <a href="https://github.com/AsterDY"><code>@​AsterDY</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/789">bytedance/sonic#789</a></li> <li>fix: not panic when marshal map key that is bool by <a href="https://github.com/liuq19"><code>@​liuq19</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/795">bytedance/sonic#795</a></li> <li>fix: typo in ast/node.go doc comment by <a href="https://github.com/eomhs"><code>@​eomhs</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/793">bytedance/sonic#793</a></li> <li>feat:(ast) add <code>Node.StrictBool</code> by <a href="https://github.com/AsterDY"><code>@​AsterDY</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/801">bytedance/sonic#801</a></li> <li>fix: pass <code>io.Reader</code>'s error to <code>StreamDecoder</code> by <a href="https://github.com/AsterDY"><code>@​AsterDY</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/802">bytedance/sonic#802</a></li> <li>fix(compat): should return error when unmarshaling json with trailing chars by <a href="https://github.com/liuq19"><code>@​liuq19</code></a> in <a href="https://redirect.github.com/bytedance/sonic/pull/803">bytedance/sonic#803</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/musvaage"><code>@​musvaage</code></a> made their first contribution in <a href="https://redirect.github.com/bytedance/sonic/pull/783">bytedance/sonic#783</a></li> <li><a href="https://github.com/zchee"><code>@​zchee</code></a> made their first contribution in <a href="https://redirect.github.com/bytedance/sonic/pull/784">bytedance/sonic#784</a></li> <li><a href="https://github.com/eomhs"><code>@​eomhs</code></a> made their first contribution in <a href="https://redirect.github.com/bytedance/sonic/pull/793">bytedance/sonic#793</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bytedance/sonic/compare/v1.13.2...v1.13.3">https://github.com/bytedance/sonic/compare/v1.13.2...v1.13.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytedance/sonic/commit/b14cfe264322322adffd984551fb5d69b126c1f9"><code>b14cfe2</code></a> fix(compat): should return error when unmarshaling json with trailing chars (...</li> <li><a href="https://github.com/bytedance/sonic/commit/5c88aa22167148603877dc3e9de2a706047cf834"><code>5c88aa2</code></a> fix: pass <code>io.Reader</code>'s error to <code>StreamDecoder</code> (<a href="https://redirect.github.com/bytedance/sonic/issues/802">#802</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/a5ac536f86e855ee984145f7426db6bb7998d858"><code>a5ac536</code></a> feat:(ast) add <code>Node.StrictBool</code> (<a href="https://redirect.github.com/bytedance/sonic/issues/801">#801</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/779e170ea21d2cc203ce61d65cc8e1ec461f6ac3"><code>779e170</code></a> fix: typo in ast/node.go doc comment (<a href="https://redirect.github.com/bytedance/sonic/issues/793">#793</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/78bdbb6b34900ae9daeb27870c34b60667cedb09"><code>78bdbb6</code></a> fix: not panic when marshal map key that is bool (<a href="https://redirect.github.com/bytedance/sonic/issues/795">#795</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/07d1345ba162c29c0f843ccc972f5f21bdbc8465"><code>07d1345</code></a> opt:(encoder) use std <code>strconv.AppendInt</code> for better performance on arm (<a href="https://redirect.github.com/bytedance/sonic/issues/789">#789</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/5b4862b0f9af23d30d164362041eb30a8a00395d"><code>5b4862b</code></a> fix(git): add lacking fuzz/go-fuzz-corpus submodule (<a href="https://redirect.github.com/bytedance/sonic/issues/784">#784</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/d89a3415a7c7c07102da8fb2705d6d11e54b0619"><code>d89a341</code></a> fix: code and comment typos (<a href="https://redirect.github.com/bytedance/sonic/issues/783">#783</a>)</li> <li><a href="https://github.com/bytedance/sonic/commit/1b6ac947a80283324d5c62dd3d50ede97274ba75"><code>1b6ac94</code></a> chore: remove <code>NoQuoteTextMarshaler</code> from <code>ConfigFastest</code> and export option `...</li> <li>See full diff in <a href="https://github.com/bytedance/sonic/compare/v1.13.2...v1.13.3">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/arch` from 0.17.0 to 0.18.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/arch/commit/441e8c15dcad485da09ed2ad0c68d0e57f1583b6"><code>441e8c1</code></a> internal/simdgen: add pairwise add/sub</li> <li><a href="https://github.com/golang/arch/commit/b6e9ef6db54609e2b9363ec7c5c855953c577b35"><code>b6e9ef6</code></a> arch/internal: add more to the end-to-end test</li> <li><a href="https://github.com/golang/arch/commit/206ef99dc4c47f525e15660d8d461a56c2a0f559"><code>206ef99</code></a> internal/simdgen: add more int instructions</li> <li><a href="https://github.com/golang/arch/commit/3c204e9c8b48dd0e918f2f70a37e32efd19d5160"><code>3c204e9</code></a> internal/simdgen: fix bugs when overwriting class to mask</li> <li><a href="https://github.com/golang/arch/commit/e201ba44648b5eb5478e4061f5a3a9d2005f0d11"><code>e201ba4</code></a> internal/simdgen: add min/max instructions support</li> <li><a href="https://github.com/golang/arch/commit/5a34366aa3f831bf652de26d641702aed58b7d78"><code>5a34366</code></a> internal/simdgen: add build tag to simd package</li> <li><a href="https://github.com/golang/arch/commit/ff8bee83384752b8dc32f89c347d41f511f44ae8"><code>ff8bee8</code></a> internal/simd: fix gofmt issues in text template</li> <li><a href="https://github.com/golang/arch/commit/88f5c58204869f4dcc4c6ca72feab854d1ed6b7e"><code>88f5c58</code></a> internal/simdgen: Support more op shapes, add more ops</li> <li><a href="https://github.com/golang/arch/commit/2a0236b5d14f8fb59383ca43b1c267e09088dfca"><code>2a0236b</code></a> internal/simdgen: change simd package to &quot;simd&quot;; add test</li> <li><a href="https://github.com/golang/arch/commit/6a7b46808a5ff3b74d86db551fcfea7707676022"><code>6a7b468</code></a> internal/simd: tweak command line flags</li> <li>Additional commits viewable in <a href="https://github.com/golang/arch/compare/v0.17.0...v0.18.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.38.0 to 0.39.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/3bf9d2afd4f01ad3d1f1e2e19ea6ee7ea27f8384"><code>3bf9d2a</code></a> ssh/test: skip KEX test if unsupported by system SSH client</li> <li><a href="https://github.com/golang/crypto/commit/9bab96736ccafb2ee12ac5f5ac3655c5491825dd"><code>9bab967</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/4f9f0ca9fcfb05873f4a88940e285c7fbf343da5"><code>4f9f0ca</code></a> x509roots/fallback: add init time benchmark</li> <li><a href="https://github.com/golang/crypto/commit/eac7cf0d78a4920a916d2eb7e9ced233544fdc08"><code>eac7cf0</code></a> x509roots/fallback: move parsing code to a non-generated file</li> <li><a href="https://github.com/golang/crypto/commit/18228cd6f13eca120291bd4cf343c10ca24d7e3f"><code>18228cd</code></a> acme: return err from deprecated TLS-SNI-[01|02] functions</li> <li><a href="https://github.com/golang/crypto/commit/73f63624719735a733f5d01462271b341b9c2f7f"><code>73f6362</code></a> acme: remove dead code</li> <li><a href="https://github.com/golang/crypto/commit/ebc8e463153182e44695bfc4e4ae8cfdc00aa86d"><code>ebc8e46</code></a> ssh: add server side support for Diffie Hellman Group Exchange</li> <li><a href="https://github.com/golang/crypto/commit/e944286e33103542b8b53277b95c38394976493f"><code>e944286</code></a> ssh: expose negotiated algorithms</li> <li><a href="https://github.com/golang/crypto/commit/78a1fd78936b0639c1d0f8daf38880aa6e699722"><code>78a1fd7</code></a> ssh: automatically add <a href="mailto:curve25519-sha256@libssh.org">curve25519-sha256@libssh.org</a> KEX alias</li> <li><a href="https://github.com/golang/crypto/commit/ac58737d259962f38068acb1bcd4a51850ec4951"><code>ac58737</code></a> ssh: export supported algorithms</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.38.0...v0.39.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.40.0 to 0.41.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/6e41caea7e521db69a7de02895624c195575ed63"><code>6e41cae</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/15f7d40345230297a2172897200715909e359dd4"><code>15f7d40</code></a> http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame</li> <li><a href="https://github.com/golang/net/commit/ef33bc08f8e2986804d7a70cc58a40f437bf5205"><code>ef33bc0</code></a> internal/http3: use bubbled context in synctest tests</li> <li><a href="https://github.com/golang/net/commit/919c6bc7ad594b151348609479daf6d6d388c01e"><code>919c6bc</code></a> http2: use an array instead of a map in typeFrameParser</li> <li><a href="https://github.com/golang/net/commit/bae01a7353ec2859fef5173ae4a2cfec0d5ce017"><code>bae01a7</code></a> trace: add missing td tag</li> <li>See full diff in <a href="https://github.com/golang/net/compare/v0.40.0...v0.41.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/text` from 0.25.0 to 0.26.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/text/commit/80721808805f9d846d907c85d73ca6b5b6ecb870"><code>8072180</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/text/commit/6cacac16ce2f94d21bf864011f5e0d2181a1a8bf"><code>6cacac1</code></a> go.mod: update tagx:ignore'd golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/text/compare/v0.25.0...v0.26.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/tools` from 0.33.0 to 0.34.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/578c1213983a83e6411536ddf6bbf3a1faf97aea"><code>578c121</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/f114dcf97d4f35feb86030bb9e1c5c8fc6fd8942"><code>f114dcf</code></a> gopls/internal/protocol: refine DocumentURI Clean method and its usages</li> <li><a href="https://github.com/golang/tools/commit/82ee0fd1228b85b95daadd1901e83a9200d661e6"><code>82ee0fd</code></a> internal/mcp: change paginateList to a generic helper</li> <li><a href="https://github.com/golang/tools/commit/64bfecc32e163d2684a85b73472919e02da50180"><code>64bfecc</code></a> gopls/internal/golang: fix extract bug with anon functions</li> <li><a href="https://github.com/golang/tools/commit/4546fbd0b20190ede82382b293ae4440923ecaea"><code>4546fbd</code></a> internal/mcp: unify json tag parsing</li> <li><a href="https://github.com/golang/tools/commit/82473ce934847055bec96f8a96e4d1fc38ecefa9"><code>82473ce</code></a> gopls/doc/release: tweak v0.19</li> <li><a href="https://github.com/golang/tools/commit/f3c581ff0cb8b4b87129f04094005c4b0f962bf9"><code>f3c581f</code></a> gopls/internal/protocol: add DocumentURI.Base accessor</li> <li><a href="https://github.com/golang/tools/commit/d9bacab54dfed6ac3f871f422bb0b2cb5eb5c428"><code>d9bacab</code></a> gopls/internal/server: improve &quot;editing generated file&quot; warning</li> <li><a href="https://github.com/golang/tools/commit/1afeefa8150f171e0a8f0948015513b31d59d2f3"><code>1afeefa</code></a> internal/mcp: unexport FileResourceHandler</li> <li><a href="https://github.com/golang/tools/commit/33d59880f345d37e4262f5f8e504ddfb6818266b"><code>33d5988</code></a> gopls/internal/server: Organize Imports of generated files</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.33.0...v0.34.0">compare view</a></li> </ul> </details> <br /> 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 736665f commit cfee301

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
require (
2121
github.com/KyleBanks/depth v1.2.1 // indirect
2222
github.com/Nerzal/gocloak/v13 v13.9.0 // indirect
23-
github.com/bytedance/sonic v1.13.2 // indirect
23+
github.com/bytedance/sonic v1.13.3 // indirect
2424
github.com/bytedance/sonic/loader v0.2.4 // indirect
2525
github.com/cloudwego/base64x v0.1.5 // indirect
2626
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -62,12 +62,12 @@ require (
6262
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
6363
github.com/ugorji/go/codec v1.2.14 // indirect
6464
go.uber.org/atomic v1.11.0 // indirect
65-
golang.org/x/arch v0.17.0 // indirect
66-
golang.org/x/crypto v0.38.0 // indirect
67-
golang.org/x/net v0.40.0 // indirect
65+
golang.org/x/arch v0.18.0 // indirect
66+
golang.org/x/crypto v0.39.0 // indirect
67+
golang.org/x/net v0.41.0 // indirect
6868
golang.org/x/sys v0.33.0 // indirect
69-
golang.org/x/text v0.25.0 // indirect
70-
golang.org/x/tools v0.33.0 // indirect
69+
golang.org/x/text v0.26.0 // indirect
70+
golang.org/x/tools v0.34.0 // indirect
7171
google.golang.org/protobuf v1.36.6 // indirect
7272
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
7373
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
1010
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
1111
github.com/Nerzal/gocloak/v13 v13.9.0 h1:YWsJsdM5b0yhM2Ba3MLydiOlujkBry4TtdzfIzSVZhw=
1212
github.com/Nerzal/gocloak/v13 v13.9.0/go.mod h1:YYuDcXZ7K2zKECyVP7pPqjKxx2AzYSpKDj8d6GuyM10=
13-
github.com/bytedance/sonic v1.13.2 h1:8/H1FempDZqC4VqjptGo14QQlJx8VdZJegxs6wwfqpQ=
14-
github.com/bytedance/sonic v1.13.2/go.mod h1:o68xyaF9u2gvVBuGHPlUVCy+ZfmNNO5ETf1+KgkJhz4=
13+
github.com/bytedance/sonic v1.13.3 h1:MS8gmaH16Gtirygw7jV91pDCN33NyMrPbN7qiYhEsF0=
14+
github.com/bytedance/sonic v1.13.3/go.mod h1:o68xyaF9u2gvVBuGHPlUVCy+ZfmNNO5ETf1+KgkJhz4=
1515
github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=
1616
github.com/bytedance/sonic/loader v0.2.4 h1:ZWCw4stuXUsn1/+zQDqeE7JKP+QO47tz7QCNan80NzY=
1717
github.com/bytedance/sonic/loader v0.2.4/go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI=
@@ -206,27 +206,27 @@ go.opentelemetry.io/otel/trace v1.35.0 h1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt
206206
go.opentelemetry.io/otel/trace v1.35.0/go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J8o6xRXLrIkyc=
207207
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
208208
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
209-
golang.org/x/arch v0.17.0 h1:4O3dfLzd+lQewptAHqjewQZQDyEdejz3VwgeYwkZneU=
210-
golang.org/x/arch v0.17.0/go.mod h1:bdwinDaKcfZUGpH09BB7ZmOfhalA8lQdzl62l8gGWsk=
211-
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
212-
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
213-
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
214-
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
215-
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
216-
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
217-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
218-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
209+
golang.org/x/arch v0.18.0 h1:WN9poc33zL4AzGxqf8VtpKUnGvMi8O9lhNyBMF/85qc=
210+
golang.org/x/arch v0.18.0/go.mod h1:bdwinDaKcfZUGpH09BB7ZmOfhalA8lQdzl62l8gGWsk=
211+
golang.org/x/crypto v0.39.0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=
212+
golang.org/x/crypto v0.39.0/go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U=
213+
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
214+
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
215+
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
216+
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
217+
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
218+
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
219219
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
220220
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
221221
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
222222
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
223223
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
224-
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
225-
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
224+
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
225+
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
226226
golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=
227227
golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
228-
golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=
229-
golang.org/x/tools v0.33.0/go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI=
228+
golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=
229+
golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg=
230230
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
231231
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
232232
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)