Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to Go-Fastly v2.0.0-alpha.3 #340

Merged
merged 4 commits into from
Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
go-version: 1.14.x
- name: Set Go variables for backwards compatibility
run: |
echo "::set-env name=GOPATH::$GITHUB_WORKSPACE/go"
echo "GOPATH=$GITHUB_WORKSPACE/go" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions fastly/resource_fastly_service_waf_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ func TestAccFastlyServiceWAFVersionV1Import(t *testing.T) {
ResourceName: "fastly_service_waf_configuration.waf",
ImportState: true,
ImportStateVerify: true,

// Rule Exclusion should be ignored until it is in GA.
ImportStateVerifyIgnore: []string{"rule_exclusion"},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

},
{
Config: wafSvcCfg,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f // indirect
github.com/fastly/go-fastly/v2 v2.0.0-alpha.2
github.com/fastly/go-fastly/v2 v2.0.0-alpha.3
github.com/google/go-cmp v0.3.0
github.com/google/jsonapi v0.0.0-20180313013858-2dcc18f43696 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,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.0.1 h1:r8L/HqC0Hje5AXMu1ooW8oyQyOFv4GxqpL0nRP7SLLY=
github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E=
github.com/fastly/go-fastly/v2 v2.0.0-alpha.2 h1:bPTiOsujD7AcJ/CoR0Ht4z21yqd0s8DZV09TXqxwit0=
github.com/fastly/go-fastly/v2 v2.0.0-alpha.2/go.mod h1:+gom+YR+9Q5I4biSk/ZjHQGWXxqpRxC3YDVYQcRpZwQ=
github.com/fastly/go-fastly/v2 v2.0.0-alpha.3 h1:DlG3LcK+G2jlfzlr92orXxnWt6PdYaVSBLLkhtF+UOc=
github.com/fastly/go-fastly/v2 v2.0.0-alpha.3/go.mod h1:+gom+YR+9Q5I4biSk/ZjHQGWXxqpRxC3YDVYQcRpZwQ=
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/fastly/go-fastly/v2/fastly/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/fastly/go-fastly/v2/fastly/kafka.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ github.com/bgentry/go-netrc/netrc
github.com/bgentry/speakeasy
# github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew/spew
# github.com/fastly/go-fastly/v2 v2.0.0-alpha.2
# github.com/fastly/go-fastly/v2 v2.0.0-alpha.3
## explicit
github.com/fastly/go-fastly/v2/fastly
# github.com/fatih/color v1.7.0
Expand Down