Skip to content

Commit c3104dd

Browse files
committed
chore(deps): update upcloud-go-api to 4.6.0
1 parent 3596e5d commit c3104dd

4 files changed

Lines changed: 27 additions & 106 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed
1414
- Color server state in `server list` output similarly than in `server show` output.
1515
- Update Go version to 1.18
16+
- Update `upcloud-go-api` to `v4.6.0`
1617

1718
## [1.3.0] - 2022-05-17
1819
### Added

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/UpCloudLtd/upcloud-cli
33
go 1.18
44

55
require (
6-
github.com/UpCloudLtd/upcloud-go-api/v4 v4.5.2
6+
github.com/UpCloudLtd/upcloud-go-api/v4 v4.6.0
77
github.com/adrg/xdg v0.3.2
88
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
99
github.com/gemalto/flume v0.12.0
@@ -14,7 +14,7 @@ require (
1414
github.com/spf13/cobra v1.1.3
1515
github.com/spf13/pflag v1.0.5
1616
github.com/spf13/viper v1.7.1
17-
github.com/stretchr/testify v1.7.0
17+
github.com/stretchr/testify v1.7.2
1818
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
1919
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
2020
gopkg.in/yaml.v2 v2.4.0
@@ -54,5 +54,5 @@ require (
5454
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
5555
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
5656
gopkg.in/ini.v1 v1.51.0 // indirect
57-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
57+
gopkg.in/yaml.v3 v3.0.1 // indirect
5858
)

0 commit comments

Comments
 (0)