From 41612674ac2c62992401f25431995cf1b496a5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:45:09 +0000 Subject: [PATCH] build(deps): bump github.com/fastly/go-fastly/v9 from 9.4.0 to 9.5.0 Bumps [github.com/fastly/go-fastly/v9](https://github.com/fastly/go-fastly) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/fastly/go-fastly/releases) - [Changelog](https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md) - [Commits](https://github.com/fastly/go-fastly/compare/v9.4.0...v9.5.0) --- updated-dependencies: - dependency-name: github.com/fastly/go-fastly/v9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/fastly/go-fastly/v9/fastly/client.go | 2 +- .../github.com/fastly/go-fastly/v9/fastly/compute_package.go | 1 + vendor/modules.txt | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 22505edf5..eb26000f9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/bflad/tfproviderlint v0.29.0 - github.com/fastly/go-fastly/v9 v9.4.0 + github.com/fastly/go-fastly/v9 v9.5.0 github.com/google/go-cmp v0.6.0 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 github.com/hashicorp/terraform-plugin-docs v0.19.2 diff --git a/go.sum b/go.sum index 27f451099..77e20081b 100644 --- a/go.sum +++ b/go.sum @@ -36,8 +36,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= -github.com/fastly/go-fastly/v9 v9.4.0 h1:yUuj1Wy2kpK0sdB+OAxXAY54qhH8GerM7BeSngKfNRY= -github.com/fastly/go-fastly/v9 v9.4.0/go.mod h1:5w2jgJBZqQEebOwM/rRg7wutAcpDTziiMYWb/6qdM7U= +github.com/fastly/go-fastly/v9 v9.5.0 h1:FOZtOA7Dn9DgKQM2hOixP2oKF/49bA5Gf0MpH1eRVUI= +github.com/fastly/go-fastly/v9 v9.5.0/go.mod h1:5w2jgJBZqQEebOwM/rRg7wutAcpDTziiMYWb/6qdM7U= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= diff --git a/vendor/github.com/fastly/go-fastly/v9/fastly/client.go b/vendor/github.com/fastly/go-fastly/v9/fastly/client.go index d14475557..8c9165fc7 100644 --- a/vendor/github.com/fastly/go-fastly/v9/fastly/client.go +++ b/vendor/github.com/fastly/go-fastly/v9/fastly/client.go @@ -58,7 +58,7 @@ const JSONMimeType = "application/json" var ProjectURL = "github.com/fastly/go-fastly" // ProjectVersion is the version of this library. -var ProjectVersion = "9.4.0" +var ProjectVersion = "9.5.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)", diff --git a/vendor/github.com/fastly/go-fastly/v9/fastly/compute_package.go b/vendor/github.com/fastly/go-fastly/v9/fastly/compute_package.go index 7f22e0d77..ab29e62c4 100644 --- a/vendor/github.com/fastly/go-fastly/v9/fastly/compute_package.go +++ b/vendor/github.com/fastly/go-fastly/v9/fastly/compute_package.go @@ -24,6 +24,7 @@ type Package struct { // the raw data is returned as a json sub-block. type PackageMetadata struct { Authors []string `mapstructure:"authors"` + ClonedFrom *string `mapstructure:"cloned_from"` Description *string `mapstructure:"description"` FilesHash *string `mapstructure:"files_hash"` HashSum *string `mapstructure:"hashsum"` diff --git a/vendor/modules.txt b/vendor/modules.txt index 927647393..0b95c55d2 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -225,7 +225,7 @@ github.com/cloudflare/circl/sign/ed448 # github.com/davecgh/go-spew v1.1.1 ## explicit github.com/davecgh/go-spew/spew -# github.com/fastly/go-fastly/v9 v9.4.0 +# github.com/fastly/go-fastly/v9 v9.5.0 ## explicit; go 1.20 github.com/fastly/go-fastly/v9/fastly # github.com/fatih/color v1.16.0