From 896c42b26dbbe757c1b0698e57adef0fbfd7dd7b Mon Sep 17 00:00:00 2001 From: Richard Carillo Date: Mon, 16 Mar 2026 14:59:51 -0400 Subject: [PATCH] chore(deps): bump go-fastly to v13.1.1 --- CHANGELOG.md | 1 + go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f33df03e..0f51ae156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ - build(deps): `golang.org/x/mod` from 0.33.0 to 0.34.0 ([#1687](https://github.com/fastly/cli/pull/1687)) - build(deps): `golang.org/x/text` from 0.34.0 to 0.35.0 ([#1687](https://github.com/fastly/cli/pull/1687)) - build(deps): `github.com/fastly/go-fastly/v13` from 13.0.1 to 13.1.0 ([#1687](https://github.com/fastly/cli/pull/1687)) +- build(deps): `github.com/fastly/go-fastly/v13` from 13.1.0 to 13.1.1 ([#1687](https://github.com/fastly/cli/pull/1687)) ## [v14.0.4](https://github.com/fastly/cli/releases/tag/v14.0.4) (2026-02-26) diff --git a/go.mod b/go.mod index a4a6c1767..5186758a5 100644 --- a/go.mod +++ b/go.mod @@ -81,6 +81,6 @@ require ( require ( 4d63.com/optional v0.2.0 - github.com/fastly/go-fastly/v13 v13.1.0 + github.com/fastly/go-fastly/v13 v13.1.1 github.com/mitchellh/go-ps v1.0.0 ) diff --git a/go.sum b/go.sum index 148fb8ab5..82c29f9fd 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5/go.mod h1:qssHWj6 github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY= github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0 h1:aYo8nnk3ojoQkP5iErif5Xxv0Mo0Ga/FR5+ffl/7+Nk= github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0/go.mod h1:8AuBTZBRSFqEYBPYULd+NN474/zZBLP+6WeT5S9xlAc= -github.com/fastly/go-fastly/v13 v13.1.0 h1:aVYybDdr23LNKirfJSafY0GOIsTpXHrlX4W2gDwq0nw= -github.com/fastly/go-fastly/v13 v13.1.0/go.mod h1:9uKtXpskI/EDlKmTq/oPbjFCztoGsHaLcRobm7qda5Q= +github.com/fastly/go-fastly/v13 v13.1.1 h1:yerCzWNwKswaWRXyjS+2zbjadY81iaZdmqeeLzc2hUw= +github.com/fastly/go-fastly/v13 v13.1.1/go.mod h1:9uKtXpskI/EDlKmTq/oPbjFCztoGsHaLcRobm7qda5Q= github.com/fastly/kingpin v2.1.12-0.20191105091915-95d230a53780+incompatible h1:FhrXlfhgGCS+uc6YwyiFUt04alnjpoX7vgDKJxS6Qbk= github.com/fastly/kingpin v2.1.12-0.20191105091915-95d230a53780+incompatible/go.mod h1:U8UynVoU1SQaqD2I4ZqgYd5lx3A1ipQYn4aSt2Y5h6c= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=