Skip to content

Commit

Permalink
Merge pull request #677 from Scalingo/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/Scalingo/go-scalingo/v4-4.14.0
  • Loading branch information
dependabot[bot] committed Sep 7, 2021
2 parents a947118 + ad34053 commit b58c70c
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 28 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

### To be Released

* fix(backup-download): Now download the last successful backup [#663](https://github.com/Scalingo/cli/pull/663)
* fix(review-app-url): add app url in the tablewriter [#664](https://github.com/Scalingo/cli/pull/664)
* fix(backups-download): print error on stderr if the backup status is not 'done' [#665](https://github.com/Scalingo/cli/pull/665)
* feat(command): add command `cron-tasks` to list cron tasks of an application [#670](https://github.com/Scalingo/cli/pull/670)
* fix(run): allow an equals sign (=) in environment variable values [#674](https://github.com/Scalingo/cli/pull/674)
* bump github.com/fatih/color from 1.11.0 to 1.12.0: add support for `NO_COLOR` environment variable.
* fix(backup-download) Now download the last successful backup [#663](https://github.com/Scalingo/cli/pull/663)
* fix(review-app-url) add app url in the tablewriter [#664](https://github.com/Scalingo/cli/pull/664)
* fix(backups-download) print error on stderr if the backup status is not 'done' [#665](https://github.com/Scalingo/cli/pull/665)
* update go version to 1.16 and replace ioutil by io/os [#666](https://github.com/Scalingo/cli/pull/666)
* bump github.com/briandowns/spinner from 1.12.0 to 1.16.0
* bump github.com/go-git/go-git/v5 from 5.4.1 to 5.4.2
* feat(command): add command `cron-tasks` to list cron tasks of an application [#670](https://github.com/Scalingo/cli/pull/670)
* fix(run) allow an equals sign (=) in environment variable values [#674](https://github.com/Scalingo/cli/pull/674)
* bump github.com/Scalingo/go-scalingo/v4 from 4.13.1 to 4.14.0

### 1.20.2

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.16

require (
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
github.com/Scalingo/go-scalingo/v4 v4.13.1
github.com/Scalingo/go-scalingo/v4 v4.14.0
github.com/Scalingo/go-utils/errors v1.0.0
github.com/Scalingo/go-utils/retry v1.0.0
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 h1:YoJbenK9C6
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo=
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 h1:VauE2GcJNZFun2Och6tIT2zJZK1v6jxALQDA9BIji/E=
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5/go.mod h1:gxOHeajFfvGQh/fxlC8oOKBe23xnnJTif00IFFbiT+o=
github.com/Scalingo/go-scalingo/v4 v4.13.1 h1:UUkRZ8WMT9t6BO3diZpxXQy7diLALsU03G3FNvQSyu4=
github.com/Scalingo/go-scalingo/v4 v4.13.1/go.mod h1:Ko0alIlXes6cbY9Vj7W3hmhWLAnyrbPeeGFHBEZXmW4=
github.com/Scalingo/go-scalingo/v4 v4.14.0 h1:klWRZR3wlxAzsfcOOhe2Zc2R+QDWXzUgRne11odtlr8=
github.com/Scalingo/go-scalingo/v4 v4.14.0/go.mod h1:Ko0alIlXes6cbY9Vj7W3hmhWLAnyrbPeeGFHBEZXmW4=
github.com/Scalingo/go-utils/errors v1.0.0 h1:9+1zBmT+d0kpAReChheUDX0AmT0/OtrDtHdwRymRufA=
github.com/Scalingo/go-utils/errors v1.0.0/go.mod h1:X1v0A4DBs4exBWGjYsGLo6nsC49vqf2hEVtigTRv7iY=
github.com/Scalingo/go-utils/retry v1.0.0 h1:aGT9Voe4rVEzn0bZ68x+nyBvk2sJWrzLP37+tTVdCuc=
Expand Down
8 changes: 8 additions & 0 deletions vendor/github.com/Scalingo/go-scalingo/v4/CHANGELOG.md

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

10 changes: 5 additions & 5 deletions vendor/github.com/Scalingo/go-scalingo/v4/README.md

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

15 changes: 9 additions & 6 deletions vendor/github.com/Scalingo/go-scalingo/v4/addons.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/github.com/Scalingo/go-scalingo/v4/apps.go

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

16 changes: 15 additions & 1 deletion vendor/github.com/Scalingo/go-scalingo/v4/deployments.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/github.com/Scalingo/go-scalingo/v4/mocks_sig.json

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

9 changes: 5 additions & 4 deletions vendor/github.com/Scalingo/go-scalingo/v4/tokens.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/github.com/Scalingo/go-scalingo/v4/version.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 @@ -21,7 +21,7 @@ github.com/ProtonMail/go-crypto/openpgp/s2k
# github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
## explicit
github.com/ScaleFT/sshkeys
# github.com/Scalingo/go-scalingo/v4 v4.13.1
# github.com/Scalingo/go-scalingo/v4 v4.14.0
## explicit
github.com/Scalingo/go-scalingo/v4
github.com/Scalingo/go-scalingo/v4/billing
Expand Down

0 comments on commit b58c70c

Please sign in to comment.