Skip to content

Commit 2587e70

Browse files
chore: Update minor and patch Golang dependencies (#905)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [github.com/modelcontextprotocol/go-sdk](https://redirect.github.com/modelcontextprotocol/go-sdk) | `v1.4.1` → `v1.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmodelcontextprotocol%2fgo-sdk/v1.5.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmodelcontextprotocol%2fgo-sdk/v1.5.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmodelcontextprotocol%2fgo-sdk/v1.4.1/v1.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmodelcontextprotocol%2fgo-sdk/v1.4.1/v1.5.0?slim=true) | | [github.com/nobl9/nobl9-go](https://redirect.github.com/nobl9/nobl9-go) | `v0.126.0` → `v0.126.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnobl9%2fnobl9-go/v0.126.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fnobl9%2fnobl9-go/v0.126.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fnobl9%2fnobl9-go/v0.126.0/v0.126.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnobl9%2fnobl9-go/v0.126.0/v0.126.1?slim=true) | | golang.org/x/text | `v0.35.0` → `v0.36.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftext/v0.36.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2ftext/v0.36.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2ftext/v0.35.0/v0.36.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftext/v0.35.0/v0.36.0?slim=true) | | golang.org/x/tools | `v0.43.0` → `v0.44.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftools/v0.44.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2ftools/v0.44.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2ftools/v0.43.0/v0.44.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftools/v0.43.0/v0.44.0?slim=true) | --- ### Release Notes <details> <summary>modelcontextprotocol/go-sdk (github.com/modelcontextprotocol/go-sdk)</summary> ### [`v1.5.0`](https://redirect.github.com/modelcontextprotocol/go-sdk/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/modelcontextprotocol/go-sdk/compare/v1.4.1...v1.5.0) ***This release is equivalent to v1.5.0-pre.1. Thank you to those who tested the pre-release.*** In this release we introduce important enhancements to the client-side OAuth flows. We also introduce several smaller fixes and improvements. #### Stabilization of client-side OAuth APIs As previously communicated, we're stabilizing the client-side OAuth APIs in `v1.5.0`. This means that the `mcp_go_client_oauth` build tag will no longer be required to compile the functionality and standard backward compatibility guarantees apply from now on. Compared to the experimental support published in `v1.4.0`, we made some backwards incompatible changes: - `auth.AuthorizationCodeHandlerConfig.AuthorizationCodeFetcher`'s type was changed from `func(context.Context, *auth.AuthorizationArgs) (*auth.AuthorizationResult, error)` to `auth.AuthorizationCodeFetcher` which is a reusable definition carrying the same underlying function type. - `auth.AuthorizationCodeHandlerConfig.PreregisteredClientConfig` was removed and replaced with `auth.AuthorizationCodeHandlerConfig.PreregisteredClient` which uses a newly introduced `oauthex.ClientCredentials` type. The type used previously (`auth.PreregisteredClientConfig`) has been removed. - Deprecated functionality has been removed from both `auth` and `oauthex` packages. * all: stabilize client OAuth support by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;861](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/861) #### Enterprise Managed Authorization support added Support for [Enterprise Managed Authorization](https://modelcontextprotocol.io/extensions/auth/enterprise-managed-authorization) has been added to `auth/extauth` package. Huge thanks to [@&#8203;radar07](https://redirect.github.com/radar07) for the implementation! - Enterprise managed authorization by [@&#8203;radar07](https://redirect.github.com/radar07) in [#&#8203;770](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/770) **Note:** this support is part of an official MCP extension and is not part of the core protocol. The support of this functionality is not covered by the principles defined in [SDK tiers](https://modelcontextprotocol.io/community/sdk-tiers). #### Other changes to the SDK - examples: fix OAuth client example after latest changes. by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;820](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/820) - build(deps): bump actions/upload-artifact from 4.6.1 to 7.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;824](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/824) - build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;825](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/825) - build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;827](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/827) - build(deps): bump actions/checkout from 4.2.2 to 6.0.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;826](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/826) - mcp: simplify and unify unit tests introduced for sampling with tools. by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;799](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/799) - auth: fix 2025-03-26 backcompat by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;821](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/821) - chore: update deps after v1.4.0 release by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;829](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/829) - build(deps): bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;823](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/823) - mcp: update latestProtocolVersion to 2025-11-25 by [@&#8203;findleyr](https://redirect.github.com/findleyr) in [#&#8203;724](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/724) - mcp: protect ioConn.protocolVersion with a mutex by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;832](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/832) - examples: add an example that display header forwarding. by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;836](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/836) - internal: fix Unicode zero character handling by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;841](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/841) - auth: allow passing custom http.Client to AuthorizationCodeHandler by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;840](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/840) - mcp: verify 'Origin' and 'Content-Type' headers by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;842](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/842) - auth: return scope in WWW-Authenticate header. by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;834](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/834) - mcp: fix setProgressToken when Meta is nil by [@&#8203;StevenRChen](https://redirect.github.com/StevenRChen) in [#&#8203;846](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/846) - all: clean up Go 1.24 specific code. by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;850](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/850) - mcp: re-enable race test after fixing data races by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;851](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/851) - mcp: handle empty chunks in MemoryEventStore by [@&#8203;jba](https://redirect.github.com/jba) in [#&#8203;862](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/862) - oauthex: use internal JSON library for decoding. by [@&#8203;maciej-kisiel](https://redirect.github.com/maciej-kisiel) in [#&#8203;866](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/866) - all: fix typos by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;869](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/869) - mcp: return input validation errors as tool results, not JSON-RPC errors by [@&#8203;ravyg](https://redirect.github.com/ravyg) in [#&#8203;863](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/863) - all: modernize code by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;868](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/868) - mcp: accept parameterized Accept media types by [@&#8203;kalvinnchau](https://redirect.github.com/kalvinnchau) in [#&#8203;853](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/853) - mcp: use http.ResponseController to ensure writes are flushed by [@&#8203;toofishes](https://redirect.github.com/toofishes) in [#&#8203;870](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/870) #### New Contributors - [@&#8203;StevenRChen](https://redirect.github.com/StevenRChen) made their first contribution in [#&#8203;846](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/846) - [@&#8203;radar07](https://redirect.github.com/radar07) made their first contribution in [#&#8203;770](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/770) - [@&#8203;alexandear](https://redirect.github.com/alexandear) made their first contribution in [#&#8203;869](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/869) - [@&#8203;ravyg](https://redirect.github.com/ravyg) made their first contribution in [#&#8203;863](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/863) - [@&#8203;kalvinnchau](https://redirect.github.com/kalvinnchau) made their first contribution in [#&#8203;853](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/853) - [@&#8203;toofishes](https://redirect.github.com/toofishes) made their first contribution in [#&#8203;870](https://redirect.github.com/modelcontextprotocol/go-sdk/pull/870) **Full Changelog**: <modelcontextprotocol/go-sdk@v1.4.1...v1.5.0> </details> <details> <summary>nobl9/nobl9-go (github.com/nobl9/nobl9-go)</summary> ### [`v0.126.1`](https://redirect.github.com/nobl9/nobl9-go/releases/tag/v0.126.1) [Compare Source](https://redirect.github.com/nobl9/nobl9-go/compare/v0.126.0...v0.126.1) ### What's Changed #### 🧰 Maintenance <details> <summary>4 changes</summary> - chore: adapt to the new MCP API ([#&#8203;908](https://redirect.github.com/nobl9/nobl9-go/issues/908)) [@&#8203;nieomylnieja](https://redirect.github.com/nieomylnieja) - test: add e2e tests for v1alpha Alert API ([#&#8203;900](https://redirect.github.com/nobl9/nobl9-go/issues/900)) [@&#8203;nieomylnieja](https://redirect.github.com/nieomylnieja) - chore: Update dependency cspell to v9.8.0 ([#&#8203;903](https://redirect.github.com/nobl9/nobl9-go/issues/903)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore: Update module github.com/nobl9/nobl9-go to v0.126.0 ([#&#8203;902](https://redirect.github.com/nobl9/nobl9-go/issues/902)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) </details> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnb2xhbmciLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19337b2 commit 2587e70

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

docs/mock_example/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module mock_example
22

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
6-
github.com/nobl9/nobl9-go v0.126.0
6+
github.com/nobl9/nobl9-go v0.126.1
77
github.com/stretchr/testify v1.11.1
88
go.uber.org/mock v0.6.0
99
)

docs/mock_example/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
3131
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
3232
github.com/nobl9/govy v0.24.0 h1:xPJj1x4yQcGRt2iVdKuC4tKS6O6hTpXidd58oqJWJy4=
3333
github.com/nobl9/govy v0.24.0/go.mod h1:Uj5y21Hg0D/UGwI7nEpd6hL7OdHZAERjnHRksUJn2kg=
34-
github.com/nobl9/nobl9-go v0.126.0 h1:wid5KY+nXe/TxxWIiyETle0EuhxJKP7+JAf7NYSCtnQ=
35-
github.com/nobl9/nobl9-go v0.126.0/go.mod h1:DWoA76WOTS+CJyUO5h09oRPivoTcW3LGPVMQWF2hq9w=
34+
github.com/nobl9/nobl9-go v0.126.1 h1:/XhtbgyHNnTMsM+KGeglDE1NrQDOBPLBFTZmaZ3DkGM=
35+
github.com/nobl9/nobl9-go v0.126.1/go.mod h1:6NiGMK9L1f1tLAGybnIIEWI3Tr6c9wGHQnyDA2yMc30=
3636
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
3737
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
3838
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ require (
1515
github.com/stretchr/testify v1.11.1
1616
github.com/teambition/rrule-go v1.8.2
1717
golang.org/x/sync v0.20.0
18-
golang.org/x/text v0.35.0
18+
golang.org/x/text v0.36.0
1919
)
2020

2121
require (
22-
github.com/modelcontextprotocol/go-sdk v1.4.1
23-
golang.org/x/tools v0.43.0
22+
github.com/modelcontextprotocol/go-sdk v1.5.0
23+
golang.org/x/tools v0.44.0
2424
)
2525

2626
require (
@@ -34,8 +34,8 @@ require (
3434
github.com/segmentio/asm v1.1.3 // indirect
3535
github.com/segmentio/encoding v0.5.4 // indirect
3636
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
37-
golang.org/x/mod v0.34.0 // indirect
38-
golang.org/x/oauth2 v0.34.0 // indirect
39-
golang.org/x/sys v0.42.0 // indirect
37+
golang.org/x/mod v0.35.0 // indirect
38+
golang.org/x/oauth2 v0.35.0 // indirect
39+
golang.org/x/sys v0.43.0 // indirect
4040
gopkg.in/yaml.v3 v3.0.1 // indirect
4141
)

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP
3131
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
3232
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
3333
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
34-
github.com/modelcontextprotocol/go-sdk v1.4.1 h1:M4x9GyIPj+HoIlHNGpK2hq5o3BFhC+78PkEaldQRphc=
35-
github.com/modelcontextprotocol/go-sdk v1.4.1/go.mod h1:Bo/mS87hPQqHSRkMv4dQq1XCu6zv4INdXnFZabkNU6s=
34+
github.com/modelcontextprotocol/go-sdk v1.5.0 h1:CHU0FIX9kpueNkxuYtfYQn1Z0slhFzBZuq+x6IiblIU=
35+
github.com/modelcontextprotocol/go-sdk v1.5.0/go.mod h1:gggDIhoemhWs3BGkGwd1umzEXCEMMvAnhTrnbXJKKKA=
3636
github.com/nobl9/govy v0.24.0 h1:xPJj1x4yQcGRt2iVdKuC4tKS6O6hTpXidd58oqJWJy4=
3737
github.com/nobl9/govy v0.24.0/go.mod h1:Uj5y21Hg0D/UGwI7nEpd6hL7OdHZAERjnHRksUJn2kg=
3838
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -50,18 +50,18 @@ github.com/teambition/rrule-go v1.8.2 h1:lIjpjvWTj9fFUZCmuoVDrKVOtdiyzbzc93qTmRV
5050
github.com/teambition/rrule-go v1.8.2/go.mod h1:Ieq5AbrKGciP1V//Wq8ktsTXwSwJHDD5mD/wLBGl3p4=
5151
github.com/yosida95/uritemplate/v3 v3.0.2 h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4=
5252
github.com/yosida95/uritemplate/v3 v3.0.2/go.mod h1:ILOh0sOhIJR3+L/8afwt/kE++YT040gmv5BQTMR2HP4=
53-
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
54-
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
55-
golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
56-
golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
53+
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
54+
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
55+
golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ=
56+
golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
5757
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
5858
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
59-
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
60-
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
61-
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
62-
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
63-
golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s=
64-
golang.org/x/tools v0.43.0/go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0=
59+
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
60+
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
61+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
62+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
63+
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
64+
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
6565
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
6666
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
6767
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=

0 commit comments

Comments
 (0)