Skip to content

Commit e2cd07b

Browse files
build(deps): bump github.com/fastly/go-fastly/v13 from 13.1.1 to 13.1.2 in the go-dependencies group (#1696)
Bumps the go-dependencies group with 1 update: [github.com/fastly/go-fastly/v13](https://github.com/fastly/go-fastly). Updates `github.com/fastly/go-fastly/v13` from 13.1.1 to 13.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastly/go-fastly/releases">github.com/fastly/go-fastly/v13's releases</a>.</em></p> <blockquote> <h2>v13.1.2 - 2026-03-17</h2> <h2><a href="https://github.com/fastly/go-fastly/releases/tag/v13.1.2">v13.1.2</a> (2026-03-17)</h2> <p><a href="https://github.com/fastly/go-fastly/compare/v13.1.1...v13.1.2">Full Changelog</a></p> <h3>Bug fixes:</h3> <ul> <li>fix(apisecurity/operations): support page-based pagination for tags (<a href="https://redirect.github.com/fastly/go-fastly/pull/794">#794</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golang.org/x/crypto</code> from 0.48.0 to 0.49.0 (<a href="https://redirect.github.com/fastly/go-fastly/pull/792">#792</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md">github.com/fastly/go-fastly/v13's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/fastly/go-fastly/releases/tag/v13.1.2">v13.1.2</a> (2026-03-17)</h2> <p><a href="https://github.com/fastly/go-fastly/compare/v13.1.1...v13.1.2">Full Changelog</a></p> <h3>Bug fixes:</h3> <ul> <li>fix(apisecurity/operations): support page-based pagination for tags (<a href="https://redirect.github.com/fastly/go-fastly/pull/794">#794</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golang.org/x/crypto</code> from 0.48.0 to 0.49.0 (<a href="https://redirect.github.com/fastly/go-fastly/pull/792">#792</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastly/go-fastly/commit/2e6811b982c17faffc2145f2ef1abf6426a598bb"><code>2e6811b</code></a> v13.1.2 (<a href="https://redirect.github.com/fastly/go-fastly/issues/795">#795</a>)</li> <li><a href="https://github.com/fastly/go-fastly/commit/15be2c2e2e141a3f5b38f9eda6db245a71362974"><code>15be2c2</code></a> Fix page-based pagination for tags endpoint (<a href="https://redirect.github.com/fastly/go-fastly/issues/794">#794</a>)</li> <li><a href="https://github.com/fastly/go-fastly/commit/ea71ab414f8bc1badcac7eab10d037d7c1180303"><code>ea71ab4</code></a> build(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0 in the go-depende...</li> <li>See full diff in <a href="https://github.com/fastly/go-fastly/compare/v13.1.1...v13.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fastly/go-fastly/v13&package-manager=go_modules&previous-version=13.1.1&new-version=13.1.2)](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 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> Co-authored-by: Richard Carillo <77027245+rcaril@users.noreply.github.com>
1 parent f89dcee commit e2cd07b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- build(deps): `golang.org/x/crypto` from 0.48.0 to 0.49.0 ([#1693](https://github.com/fastly/cli/pull/1693))
3535
- build(deps): `golang.org/x/net` from 0.51.0 to 0.52.0 ([#1693](https://github.com/fastly/cli/pull/1693))
3636
- build(deps): `github.com/fastly/go-fastly/v13` from 13.1.0 to 13.1.1 ([#1693](https://github.com/fastly/cli/pull/1693))
37+
- build(deps): `github.com/fastly/go-fastly/v13` from 13.1.1 to 13.1.2 ([#1696](https://github.com/fastly/cli/pull/1696))
3738
- build(deps): `actions/create-github-app-token` from 2 to 3 ([#1692](https://github.com/fastly/cli/pull/1692))
3839

3940
## [v14.0.4](https://github.com/fastly/cli/releases/tag/v14.0.4) (2026-02-26)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ require (
8181

8282
require (
8383
4d63.com/optional v0.2.0
84-
github.com/fastly/go-fastly/v13 v13.1.1
84+
github.com/fastly/go-fastly/v13 v13.1.2
8585
github.com/mitchellh/go-ps v1.0.0
8686
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5/go.mod h1:qssHWj6
2727
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=
2828
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0 h1:aYo8nnk3ojoQkP5iErif5Xxv0Mo0Ga/FR5+ffl/7+Nk=
2929
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0/go.mod h1:8AuBTZBRSFqEYBPYULd+NN474/zZBLP+6WeT5S9xlAc=
30-
github.com/fastly/go-fastly/v13 v13.1.1 h1:yerCzWNwKswaWRXyjS+2zbjadY81iaZdmqeeLzc2hUw=
31-
github.com/fastly/go-fastly/v13 v13.1.1/go.mod h1:9uKtXpskI/EDlKmTq/oPbjFCztoGsHaLcRobm7qda5Q=
30+
github.com/fastly/go-fastly/v13 v13.1.2 h1:9iSixpDkDSu52bntWqjh+1PT6myNFy0gT0C7ox37r+U=
31+
github.com/fastly/go-fastly/v13 v13.1.2/go.mod h1:wbZ0A4eBJm7GP0hNuHtjeQeTy6zpkbra6zz/QjlLkiI=
3232
github.com/fastly/kingpin v2.1.12-0.20191105091915-95d230a53780+incompatible h1:FhrXlfhgGCS+uc6YwyiFUt04alnjpoX7vgDKJxS6Qbk=
3333
github.com/fastly/kingpin v2.1.12-0.20191105091915-95d230a53780+incompatible/go.mod h1:U8UynVoU1SQaqD2I4ZqgYd5lx3A1ipQYn4aSt2Y5h6c=
3434
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=

0 commit comments

Comments
 (0)