Skip to content

Commit c49f00b

Browse files
committed
chore(deps): update upcloud-go-api to 4.5.2
1 parent 14e712a commit c49f00b

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Add `zone list` command that lists available zones.
1111
- Add `--wait` flag to `server create` and `server stop` commands to wait until server is in `started` and `stopped` state, respectively.
1212

13+
### Changed
14+
- Update `upcloud-go-api`to `v4.5.2`
15+
1316
### Fixed
1417
- Do not display usage if execution fails because of missing credentials
1518
- 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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/UpCloudLtd/upcloud-cli
33
go 1.13
44

55
require (
6-
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.1
6+
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2
77
github.com/adrg/xdg v0.3.2
88
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
99
github.com/fsnotify/fsnotify v1.4.9 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0
2020
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
2121
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.1 h1:DyVCR6xNJpRcQYUmqIGUn6oE6aTt6jE2qFAAXjkaDEo=
2222
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.1/go.mod h1:yGgbryc2wCR6fzfRCMnH6ZrjWPfZjKCWaJDnp4IameY=
23+
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2 h1:+9yT6O1wqlExR55vdmaCr2PBvyzKyAKXWrhiHMDRUhU=
24+
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2/go.mod h1:yGgbryc2wCR6fzfRCMnH6ZrjWPfZjKCWaJDnp4IameY=
2325
github.com/adrg/xdg v0.3.2 h1:GUSGQ5pHdev83AYhDSS1A/CX+0JIsxbiWtow2DSA+RU=
2426
github.com/adrg/xdg v0.3.2/go.mod h1:7I2hH/IT30IsupOpKZ5ue7/qNi3CoKzD6tL3HwpaRMQ=
2527
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=

0 commit comments

Comments
 (0)