File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515### Changed
1616- Color server state in ` server list ` output similarly than in ` server show ` output.
1717- Update Go version to 1.18
18- - Update ` upcloud-go-api ` to ` v4.6 .0 `
18+ - Update ` upcloud-go-api ` to ` v4.8 .0 `
1919
2020## [ 1.3.0] - 2022-05-17
2121### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/UpCloudLtd/upcloud-cli
33go 1.18
44
55require (
6- github.com/UpCloudLtd/upcloud-go-api/v4 v4.6 .0
6+ github.com/UpCloudLtd/upcloud-go-api/v4 v4.8 .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
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
1515github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
1616github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
1717github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
18- github.com/UpCloudLtd/upcloud-go-api/v4 v4.6 .0 h1:6ruRn6x3I2xTuH1CoD6ow4gZhji1PNVt1yoP4dk8IXs =
19- github.com/UpCloudLtd/upcloud-go-api/v4 v4.6 .0 /go.mod h1:X8GxND6eEUfQVBeRdsXlKa6BhhHcI1ZPlF9BfTuPPWY =
18+ github.com/UpCloudLtd/upcloud-go-api/v4 v4.8 .0 h1:NGFt7Kz3N73oXHV4qWhq15CLARlHLYBG5crHumLO5zU =
19+ github.com/UpCloudLtd/upcloud-go-api/v4 v4.8 .0 /go.mod h1:X8GxND6eEUfQVBeRdsXlKa6BhhHcI1ZPlF9BfTuPPWY =
2020github.com/adrg/xdg v0.3.2 h1:GUSGQ5pHdev83AYhDSS1A/CX+0JIsxbiWtow2DSA+RU =
2121github.com/adrg/xdg v0.3.2 /go.mod h1:7I2hH/IT30IsupOpKZ5ue7/qNi3CoKzD6tL3HwpaRMQ =
2222github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
You can’t perform that action at this time.
0 commit comments