Skip to content

Commit c1cee2d

Browse files
build(deps): bump the go-dependencies group with 2 updates (#1546)
Bumps the go-dependencies group with 2 updates: [github.com/hashicorp/cap](https://github.com/hashicorp/cap) and [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc). Updates `github.com/hashicorp/cap` from 0.10.0 to 0.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/cap/releases">github.com/hashicorp/cap's releases</a>.</em></p> <blockquote> <h2>v0.11.0</h2> <h2>What's Changed</h2> <ul> <li>fix (ldap): fix slice append to be concurrent safe by <a href="https://github.com/jimlambrt"><code>@​jimlambrt</code></a> in <a href="https://redirect.github.com/hashicorp/cap/pull/167">hashicorp/cap#167</a></li> <li>chore: update changelog for v0.11.0 by <a href="https://github.com/jimlambrt"><code>@​jimlambrt</code></a> in <a href="https://redirect.github.com/hashicorp/cap/pull/168">hashicorp/cap#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hashicorp/cap/compare/v0.10.0...v0.11.0">https://github.com/hashicorp/cap/compare/v0.10.0...v0.11.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/cap/blob/main/CHANGELOG.md">github.com/hashicorp/cap's changelog</a>.</em></p> <blockquote> <h2>0.11.0</h2> <ul> <li>fix (ldap): fix slice append to be concurrent safe when searching for ldap groups ( [PR <a href="https://redirect.github.com/hashicorp/cap/issues/167">#167</a>](<a href="https://redirect.github.com/hashicorp/cap/pull/167">hashicorp/cap#167</a>))</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/cap/commit/70a13e3d0b472b4d6c12aec92361724741e6a451"><code>70a13e3</code></a> chore: update changelog for v0.11.0 (<a href="https://redirect.github.com/hashicorp/cap/issues/168">#168</a>)</li> <li><a href="https://github.com/hashicorp/cap/commit/44d01434c2859a70918bef1437f7d3497d1cdf61"><code>44d0143</code></a> fix (ldap): fix slice append to be concurrent safe (<a href="https://redirect.github.com/hashicorp/cap/issues/167">#167</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/cap/compare/v0.10.0...v0.11.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/coreos/go-oidc/v3` from 3.15.0 to 3.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coreos/go-oidc/releases">github.com/coreos/go-oidc/v3's releases</a>.</em></p> <blockquote> <h2>v3.16.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: Remove unused time injection from RemoteKeySet by <a href="https://github.com/ponimas"><code>@​ponimas</code></a> in <a href="https://redirect.github.com/coreos/go-oidc/pull/466">coreos/go-oidc#466</a></li> <li>bump go to 1.24, remove 1.23 support, bump go-jose dependency, remove x/net dependency by <a href="https://github.com/wardviaene"><code>@​wardviaene</code></a> in <a href="https://redirect.github.com/coreos/go-oidc/pull/467">coreos/go-oidc#467</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wardviaene"><code>@​wardviaene</code></a> made their first contribution in <a href="https://redirect.github.com/coreos/go-oidc/pull/467">coreos/go-oidc#467</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coreos/go-oidc/compare/v3.15.0...v3.16.0">https://github.com/coreos/go-oidc/compare/v3.15.0...v3.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coreos/go-oidc/commit/e9584733f8bb6c4683d1e98b4fb22eee121f7dff"><code>e958473</code></a> bump go to 1.24, remove 1.23 support, bump go-jose dependency, remove x/net d...</li> <li><a href="https://github.com/coreos/go-oidc/commit/69b167061fdb7270ef965f150ea6aabe11678728"><code>69b1670</code></a> refactor: Remove unused time injection from RemoteKeySet</li> <li>See full diff in <a href="https://github.com/coreos/go-oidc/compare/v3.15.0...v3.16.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 2454072 commit c1cee2d

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
### Bug fixes:
1010

1111
### Dependencies:
12+
- build(deps): `github.com/hashicorp/cap` from 0.10.0 to 0.11.0 ([#1546](https://github.com/fastly/cli/pull/1546))
13+
- build(deps): `github.com/coreos/go-oidc/v3` from 3.15.0 to 3.16.0 ([#1546](https://github.com/fastly/cli/pull/1546))
1214

1315

1416
## [v12.1.0](https://github.com/fastly/cli/releases/tag/v12.1.0) (2025-09-30)

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
)
2828

2929
require (
30-
github.com/hashicorp/cap v0.10.0
30+
github.com/hashicorp/cap v0.11.0
3131
github.com/kennygrant/sanitize v1.2.4
3232
github.com/otiai10/copy v1.14.1
3333
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
@@ -41,7 +41,7 @@ require (
4141
require (
4242
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
4343
github.com/dnaeon/go-vcr v1.2.0 // indirect
44-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
44+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
4545
github.com/kr/pretty v0.3.1 // indirect
4646
github.com/otiai10/mint v1.6.3 // indirect
4747
github.com/rogpeppe/go-internal v1.14.1 // indirect
@@ -51,7 +51,7 @@ require (
5151

5252
require (
5353
github.com/andybalholm/brotli v1.2.0 // indirect
54-
github.com/coreos/go-oidc/v3 v3.15.0 // indirect
54+
github.com/coreos/go-oidc/v3 v3.16.0 // indirect
5555
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5656
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
5757
github.com/go-jose/go-jose/v3 v3.0.4 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
1313
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
1414
github.com/clipperhouse/uax29/v2 v2.2.0 h1:ChwIKnQN3kcZteTXMgb1wztSgaU+ZemkgWdohwgs8tY=
1515
github.com/clipperhouse/uax29/v2 v2.2.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
16-
github.com/coreos/go-oidc/v3 v3.15.0 h1:R6Oz8Z4bqWR7VFQ+sPSvZPQv4x8M+sJkDO5ojgwlyAg=
17-
github.com/coreos/go-oidc/v3 v3.15.0/go.mod h1:HaZ3szPaZ0e4r6ebqvsLWlk2Tn+aejfmrfah6hnSYEU=
16+
github.com/coreos/go-oidc/v3 v3.16.0 h1:qRQUCFstKpXwmEjDQTIbyY/5jF00+asXzSkmkoa/mow=
17+
github.com/coreos/go-oidc/v3 v3.16.0/go.mod h1:wqPbKFrVnE90vty060SB40FCJ8fTHTxSwyXJqZH+sI8=
1818
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1919
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2020
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -38,8 +38,8 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S
3838
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
3939
github.com/go-jose/go-jose/v3 v3.0.4 h1:Wp5HA7bLQcKnf6YYao/4kpRpVMp/yf6+pJKV8WFSaNY=
4040
github.com/go-jose/go-jose/v3 v3.0.4/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
41-
github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=
42-
github.com/go-jose/go-jose/v4 v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA=
41+
github.com/go-jose/go-jose/v4 v4.1.3 h1:CVLmWDhDVRa6Mi/IgCgaopNosCaHz7zrMeF9MlZRkrs=
42+
github.com/go-jose/go-jose/v4 v4.1.3/go.mod h1:x4oUasVrzR7071A4TnHLGSPpNOm2a21K9Kf04k1rs08=
4343
github.com/golang/snappy v0.0.2/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
4444
github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
4545
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
@@ -52,8 +52,8 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
5252
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
5353
github.com/google/jsonapi v1.0.0 h1:qIGgO5Smu3yJmSs+QlvhQnrscdZfFhiV6S8ryJAglqU=
5454
github.com/google/jsonapi v1.0.0/go.mod h1:YYHiRPJT8ARXGER8In9VuLv4qvLfDmA9ULQqptbLE4s=
55-
github.com/hashicorp/cap v0.10.0 h1:OJM3JQTwVO1DigRIPNTxM387oqXlokKhttZHotU0b1s=
56-
github.com/hashicorp/cap v0.10.0/go.mod h1:HKbv27kfps+wONFNyNTHpAQmU/DCjjDuB5HF6mFsqPQ=
55+
github.com/hashicorp/cap v0.11.0 h1:tnMNgIWEdbmyx0fulrlLPNHowsprg34xFWflOEB3t1s=
56+
github.com/hashicorp/cap v0.11.0/go.mod h1:HKbv27kfps+wONFNyNTHpAQmU/DCjjDuB5HF6mFsqPQ=
5757
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
5858
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
5959
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=

0 commit comments

Comments
 (0)