Skip to content

Commit

Permalink
build: bump go-fastly to v8.6.1 (#1000)
Browse files Browse the repository at this point in the history
* build: bump go-fastly to v8.6.1

* fix(backend): add missing ShareKey field to test
  • Loading branch information
Integralist authored Aug 31, 2023
1 parent be9cf61 commit a7f9991
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
)

require (
github.com/fastly/go-fastly/v8 v8.5.9
github.com/fastly/go-fastly/v8 v8.6.1
github.com/kennygrant/sanitize v1.2.4
github.com/mholt/archiver v3.1.1+incompatible
github.com/otiai10/copy v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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-20191129215211-8e5a1ed0cff0 h1:90Ly+6UfUypEF6vvvW5rQIv9opIL8CbmW9FT20LDQoY=
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0/go.mod h1:V+Qd57rJe8gd4eiGzZyg4h54VLHmYVVw54iMnlAMrF8=
github.com/fastly/go-fastly/v8 v8.5.9 h1:DAebgYDu60MF9BO2cqKFSfvMfgn85L6ycMSy3PYfFNU=
github.com/fastly/go-fastly/v8 v8.5.9/go.mod h1:jmjaUGq1RUdP05XOuD1ICvuuzo0EdCexShviy2sFfHU=
github.com/fastly/go-fastly/v8 v8.6.1 h1:Hwn6RTHhnaCtafuTeFgXt2IrAPknwqttdj9DTlZ8BSg=
github.com/fastly/go-fastly/v8 v8.6.1/go.mod h1:sC3WMOjQxwXk+gRI68ooTJJsI+/6AMA/4JLvrhNgpVk=
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.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
Expand Down
2 changes: 2 additions & 0 deletions pkg/commands/backend/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ var listBackendsJSONOutput = strings.TrimSpace(`
"OverrideHost": "",
"Port": 80,
"RequestCondition": "",
"ShareKey": "",
"SSLCACert": "",
"SSLCertHostname": "",
"SSLCheckCert": false,
Expand Down Expand Up @@ -450,6 +451,7 @@ var listBackendsJSONOutput = strings.TrimSpace(`
"OverrideHost": "",
"Port": 443,
"RequestCondition": "",
"ShareKey": "",
"SSLCACert": "",
"SSLCertHostname": "",
"SSLCheckCert": false,
Expand Down

0 comments on commit a7f9991

Please sign in to comment.