From c49f00b0c0369b2ee56ea604bb00dafa75713cbc Mon Sep 17 00:00:00 2001 From: Toni Kangas Date: Tue, 17 May 2022 14:28:16 +0300 Subject: [PATCH] chore(deps): update upcloud-go-api to 4.5.2 --- CHANGELOG.md | 3 +++ go.mod | 2 +- go.sum | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fff7fa6a..d3f7a0665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/go.mod b/go.mod index 9e72f7c0e..09b13957f 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 17dd56526..18c06c388 100644 --- a/go.sum +++ b/go.sum @@ -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=