Skip to content

Commit 080765d

Browse files
authored
fix(deps): Update module github.com/heroku/heroku-go/v5 to v5.5.0 (#5227)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/heroku/heroku-go/v5](https://togithub.com/heroku/heroku-go) | require | minor | `v5.4.1` -> `v5.5.0` | --- ### Release Notes <details> <summary>heroku/heroku-go</summary> ### [`v5.5.0`](https://togithub.com/heroku/heroku-go/releases/tag/v5.5.0): SSL Endpoint is gone [Compare Source](https://togithub.com/heroku/heroku-go/compare/v5.4.1...v5.5.0) #### What's Changed - Update API schema and client by [@&#8203;mikehale](https://togithub.com/mikehale) in [https://github.com/heroku/heroku-go/pull/62](https://togithub.com/heroku/heroku-go/pull/62) **Full Changelog**: heroku/heroku-go@v5.4.1...v5.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 7fed2bd commit 080765d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/heroku/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/cloudquery/plugin-sdk v1.10.0
77
github.com/google/go-cmp v0.5.9
88
github.com/googleapis/gax-go/v2 v2.7.0
9-
github.com/heroku/heroku-go/v5 v5.4.1
9+
github.com/heroku/heroku-go/v5 v5.5.0
1010
github.com/iancoleman/strcase v0.2.0
1111
github.com/jinzhu/inflection v1.0.0
1212
github.com/julienschmidt/httprouter v1.3.0

plugins/source/heroku/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 h1:o95KDiV/b1xdkumY5
142142
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3/go.mod h1:hTxjzRcX49ogbTGVJ1sM5mz5s+SSgiGIyL3jjPxl32E=
143143
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
144144
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
145-
github.com/heroku/heroku-go/v5 v5.4.1 h1:J1nNnR3/571b2iUDHl+y1B3VkhKm6YOXIq9GGzQUv5s=
146-
github.com/heroku/heroku-go/v5 v5.4.1/go.mod h1:Uo3XhGPwaTpniR4X1e50BDjg4SzdFk2Bd2mgYZVkfHo=
145+
github.com/heroku/heroku-go/v5 v5.5.0 h1:+pKHpiPskqkkarrPHF7RpeUveXl+mAsKLAEI/ZIY9uA=
146+
github.com/heroku/heroku-go/v5 v5.5.0/go.mod h1:Uo3XhGPwaTpniR4X1e50BDjg4SzdFk2Bd2mgYZVkfHo=
147147
github.com/iancoleman/strcase v0.2.0 h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=
148148
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
149149
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

0 commit comments

Comments
 (0)