Skip to content

Commit

Permalink
Merge pull request #406 from gphotosuploader/update-dependencies
Browse files Browse the repository at this point in the history
Bump github.com/hjson/hjson-go/v4 from 4.3.0 to 4.3.1
  • Loading branch information
pacoorozco authored Nov 1, 2023
2 parents f93d7c4 + 4a5985f commit c48f81b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit c48f81b

Please sign in to comment.