diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc92c6..399b66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this ### Added - New parameter `--redirect-url-hostname` to the `auth` command in order to set the URL to use after the Google Photos authentication ([#402][i402]) +### Changed +- Bump `github.com/hjson/hjson-go/v4` from 4.3.0 to 4.3.1 ([#400][i400]) + + +[i400]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/400 [i402]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/402 ## 4.1.1 diff --git a/go.mod b/go.mod index 60eec09..2a9dd81 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/bmatcuk/doublestar/v2 v2.0.4 github.com/facebookgo/symwalk v0.0.0-20150726040526-42004b9f3222 github.com/gphotosuploader/google-photos-api-client-go/v3 v3.0.3 - github.com/hjson/hjson-go/v4 v4.3.0 + github.com/hjson/hjson-go/v4 v4.3.1 github.com/int128/oauth2cli v1.14.0 github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d diff --git a/go.sum b/go.sum index 5df6753..062bae2 100644 --- a/go.sum +++ b/go.sum @@ -169,6 +169,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hjson/hjson-go/v4 v4.3.0 h1:dyrzJdqqFGhHt+FSrs5n9s6b0fPM8oSJdWo+oS3YnJw= github.com/hjson/hjson-go/v4 v4.3.0/go.mod h1:KaYt3bTw3zhBjYqnXkYywcYctk0A2nxeEFTse3rH13E= +github.com/hjson/hjson-go/v4 v4.3.1 h1:wfmDwHGxjzmYKXRFL0Qr9nonY/Xxe5y7IalwjlY7ekA= +github.com/hjson/hjson-go/v4 v4.3.1/go.mod h1:KaYt3bTw3zhBjYqnXkYywcYctk0A2nxeEFTse3rH13E= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=