Skip to content

Commit 8cd92e5

Browse files
chore(deps): bump the golang group with 2 updates (#506)
Bumps the golang group with 2 updates: [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) and [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `github.com/golangci/golangci-lint` from 1.63.3 to 1.63.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's releases</a>.</em></p> <blockquote> <h2>v1.63.4</h2> <p><code>golangci-lint</code> is a free and open-source project built by volunteers.</p> <p>If you value it, consider supporting us, the <a href="https://opencollective.com/golangci-lint">maintainers</a> and <a href="https://golangci-lint.run/product/thanks/">linter authors</a>.</p> <p>We appreciate it! ❤️</p> <p>For key updates, see the <a href="https://golangci-lint.run/product/changelog/%5B#1634%5D(https://github.com/golangci/golangci-lint/issues/1634)">changelog</a>.</p> <h2>Changelog</h2> <ul> <li>c1149695535fda62f6b574bc55dfbc333693647e fix: filter Go filenames (<a href="https://github.com/golangci/golangci-lint/issues/5291">#5291</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's changelog</a>.</em></p> <blockquote> <h3>v1.63.4</h3> <ol> <li>Linters bug fixes <ul> <li><code>dupl</code>, <code>gomodguard</code>, <code>revive</code>: keep only Go-files.</li> </ul> </li> </ol> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint/commit/c1149695535fda62f6b574bc55dfbc333693647e"><code>c114969</code></a> fix: filter Go filenames (<a href="https://github.com/golangci/golangci-lint/issues/5291">#5291</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/c58ddd3f0bad5dcd324fb3f4c8e566c364e8e211"><code>c58ddd3</code></a> docs: update GitHub Action assets (<a href="https://github.com/golangci/golangci-lint/issues/5288">#5288</a>)</li> <li>See full diff in <a href="https://github.com/golangci/golangci-lint/compare/v1.63.3...v1.63.4">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/oauth2` from 0.24.0 to 0.25.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/oauth2/commit/49a531d12a9ad6fa9f5a070d577ac752ada772c9"><code>49a531d</code></a> all: make method and struct comments match the names</li> <li>See full diff in <a href="https://github.com/golang/oauth2/compare/v0.24.0...v0.25.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>
1 parent f1da076 commit 8cd92e5

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
@@ -14,7 +14,7 @@ require (
1414
github.com/dustin/go-humanize v1.0.1
1515
github.com/erikgeiser/promptkit v0.9.0
1616
github.com/fatih/color v1.18.0
17-
github.com/golangci/golangci-lint v1.63.3
17+
github.com/golangci/golangci-lint v1.63.4
1818
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1919
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2020
github.com/kr/text v0.2.0
@@ -29,7 +29,7 @@ require (
2929
github.com/stretchr/testify v1.10.0
3030
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
3131
golang.org/x/mod v0.22.0
32-
golang.org/x/oauth2 v0.24.0
32+
golang.org/x/oauth2 v0.25.0
3333
)
3434

3535
require (

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ github.com/golangci/go-printf-func-name v0.1.0 h1:dVokQP+NMTO7jwO4bwsRwLWeudOVUP
216216
github.com/golangci/go-printf-func-name v0.1.0/go.mod h1:wqhWFH5mUdJQhweRnldEywnR5021wTdZSNgwYceV14s=
217217
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9 h1:t5wybL6RtO83VwoMOb7U/Peqe3gGKQlPIC66wXmnkvM=
218218
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9/go.mod h1:Ag3L7sh7E28qAp/5xnpMMTuGYqxLZoSaEHZDkZB1RgU=
219-
github.com/golangci/golangci-lint v1.63.3 h1:Q/UZqLRuqo3mmwA/EN2pq9y+JV4S2IqmqrS3t855ZMc=
220-
github.com/golangci/golangci-lint v1.63.3/go.mod h1:Hx0B7Lg5/NXbaOHem8+KU+ZUIzMI6zNj/7tFwdnn10I=
219+
github.com/golangci/golangci-lint v1.63.4 h1:bJQFQ3hSfUto597dkL7ipDzOxsGEpiWdLiZ359OWOBI=
220+
github.com/golangci/golangci-lint v1.63.4/go.mod h1:Hx0B7Lg5/NXbaOHem8+KU+ZUIzMI6zNj/7tFwdnn10I=
221221
github.com/golangci/misspell v0.6.0 h1:JCle2HUTNWirNlDIAUO44hUsKhOFqGPoC4LZxlaSXDs=
222222
github.com/golangci/misspell v0.6.0/go.mod h1:keMNyY6R9isGaSAu+4Q8NMBwMPkh15Gtc8UCVoDtAWo=
223223
github.com/golangci/plugin-module-register v0.1.1 h1:TCmesur25LnyJkpsVrupv1Cdzo+2f7zX0H6Jkw1Ol6c=
@@ -620,8 +620,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
620620
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
621621
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
622622
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
623-
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
624-
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
623+
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
624+
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
625625
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
626626
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
627627
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)