Skip to content

Commit

Permalink
deps(fastly): bump to use go-fastly v7 (GoogleCloudPlatform#1541)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Nov 19, 2022
1 parent 0411a1e commit ca1259c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/duosecurity/duo_api_golang v0.0.0-20201112143038-0e07e9f869e3 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/fastly/go-fastly/v6 v6.8.0
github.com/fastly/go-fastly/v7 v7.0.0
github.com/fatih/structs v1.1.0 // indirect
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d // indirect
github.com/google/go-github/v35 v35.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/fastly/go-fastly/v6 v6.8.0 h1:Y5B3S5chYB2YCNDoKWYM8CK0mc5JxayTU/aneCgJfx8=
github.com/fastly/go-fastly/v6 v6.8.0/go.mod h1:NrIbx45etTFv35rgfRe+eQY+8kA47arWABIkOaQ+roY=
github.com/fastly/go-fastly/v7 v7.0.0 h1:Qz6AHosQtSbp8u3aQyGruXNFF/yAqvvjaUCNvTM1XS4=
github.com/fastly/go-fastly/v7 v7.0.0/go.mod h1:WdssHSSIe41/a5juIJagw8MCTA9m7xQ1TVLRcBQQuS8=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
Expand Down
2 changes: 1 addition & 1 deletion providers/fastly/service_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package fastly

import (
"github.com/GoogleCloudPlatform/terraformer/terraformutils"
"github.com/fastly/go-fastly/v6/fastly"
"github.com/fastly/go-fastly/v7/fastly"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion providers/fastly/tls_subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"log"

"github.com/GoogleCloudPlatform/terraformer/terraformutils"
"github.com/fastly/go-fastly/v6/fastly"
"github.com/fastly/go-fastly/v7/fastly"
)

type TLSSubscriptionGenerator struct {
Expand Down
2 changes: 1 addition & 1 deletion providers/fastly/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package fastly

import (
"github.com/GoogleCloudPlatform/terraformer/terraformutils"
"github.com/fastly/go-fastly/v6/fastly"
"github.com/fastly/go-fastly/v7/fastly"
)

type UserGenerator struct {
Expand Down

0 comments on commit ca1259c

Please sign in to comment.