Skip to content

Commit

Permalink
chore(deps): update upcloud-go-api to 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed May 17, 2022
1 parent 14e712a commit c49f00b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `zone list` command that lists available zones.
- Add `--wait` flag to `server create` and `server stop` commands to wait until server is in `started` and `stopped` state, respectively.

### Changed
- Update `upcloud-go-api`to `v4.5.2`

### Fixed
- Do not display usage if execution fails because of missing credentials
- Mark error and warning livelogs finished when they will not be updated anymore: this stops the timer in the end of the row and stops livelog from refreshing these lines.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/UpCloudLtd/upcloud-cli
go 1.13

require (
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.1
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2
github.com/adrg/xdg v0.3.2
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/fsnotify/fsnotify v1.4.9 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.1 h1:DyVCR6xNJpRcQYUmqIGUn6oE6aTt6jE2qFAAXjkaDEo=
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.1/go.mod h1:yGgbryc2wCR6fzfRCMnH6ZrjWPfZjKCWaJDnp4IameY=
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2 h1:+9yT6O1wqlExR55vdmaCr2PBvyzKyAKXWrhiHMDRUhU=
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2/go.mod h1:yGgbryc2wCR6fzfRCMnH6ZrjWPfZjKCWaJDnp4IameY=
github.com/adrg/xdg v0.3.2 h1:GUSGQ5pHdev83AYhDSS1A/CX+0JIsxbiWtow2DSA+RU=
github.com/adrg/xdg v0.3.2/go.mod h1:7I2hH/IT30IsupOpKZ5ue7/qNi3CoKzD6tL3HwpaRMQ=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit c49f00b

Please sign in to comment.