Skip to content

Commit

Permalink
fix(deps): update module github.com/appleboy/go-fcm to v0.1.6 (#4314)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/appleboy/go-fcm](https://togithub.com/appleboy/go-fcm) |
`v0.1.5` -> `v0.1.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fappleboy%2fgo-fcm/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fappleboy%2fgo-fcm/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fappleboy%2fgo-fcm/v0.1.5/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fappleboy%2fgo-fcm/v0.1.5/v0.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>appleboy/go-fcm (github.com/appleboy/go-fcm)</summary>

### [`v0.1.6`](https://togithub.com/appleboy/go-fcm/releases/tag/v0.1.6)

[Compare
Source](https://togithub.com/appleboy/go-fcm/compare/v0.1.5...v0.1.6)

#### Changelog

- [`699d69d`](https://togithub.com/appleboy/go-fcm/commit/699d69d) docs:
refactor README for Current Tooling Usage
- [`fb71d30`](https://togithub.com/appleboy/go-fcm/commit/fb71d30) feat:
implement HTTP proxy configuration support
- [`27b01b3`](https://togithub.com/appleboy/go-fcm/commit/27b01b3)
refactor: refactor error handling and HTTP client setup
- [`e30e784`](https://togithub.com/appleboy/go-fcm/commit/e30e784)
style: refine `doc.go` comment formatting
- [`b5a841f`](https://togithub.com/appleboy/go-fcm/commit/b5a841f)
chore: refactor workflow and update Go module configs
- [`a8cd9e3`](https://togithub.com/appleboy/go-fcm/commit/a8cd9e3) ci:
refactor GitHub Actions workflows
- [`5d2dd89`](https://togithub.com/appleboy/go-fcm/commit/5d2dd89)
chore: improve project automation and CI workflows
- [`a57cc24`](https://togithub.com/appleboy/go-fcm/commit/a57cc24) ci:
refactor CI/CD and Test Configurations
- [`f669ef3`](https://togithub.com/appleboy/go-fcm/commit/f669ef3)
chore: refactor project configuration files
- [`690ff91`](https://togithub.com/appleboy/go-fcm/commit/690ff91)
refactor: update Message struct fields to follow the latest legacy http
protocol spec
([#&#8203;33](https://togithub.com/appleboy/go-fcm/issues/33))
- [`0181be2`](https://togithub.com/appleboy/go-fcm/commit/0181be2)
upgrade to go 1.16
- [`6ec3c17`](https://togithub.com/appleboy/go-fcm/commit/6ec3c17)
Example and Readme files are changed for newcomers to use this client
successfully.
([#&#8203;32](https://togithub.com/appleboy/go-fcm/issues/32))
- [`043e83b`](https://togithub.com/appleboy/go-fcm/commit/043e83b)
Remove duplicate assignment
([#&#8203;31](https://togithub.com/appleboy/go-fcm/issues/31))
- [`422fb96`](https://togithub.com/appleboy/go-fcm/commit/422fb96)
chore: upgrade to go1.15
- [`e4c1275`](https://togithub.com/appleboy/go-fcm/commit/e4c1275)
Return Error Response Code
([#&#8203;28](https://togithub.com/appleboy/go-fcm/issues/28))
- [`b867dd8`](https://togithub.com/appleboy/go-fcm/commit/b867dd8) Retry
with context
([#&#8203;27](https://togithub.com/appleboy/go-fcm/issues/27))
- [`864d85a`](https://togithub.com/appleboy/go-fcm/commit/864d85a)
chore: Increase maximum condition operators to 5
([#&#8203;24](https://togithub.com/appleboy/go-fcm/issues/24))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on Monday" in timezone
Europe/Paris, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cozy/cozy-stack).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
nono authored Feb 5, 2024
2 parents 5133a47 + 404d351 commit 342162b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/adrg/xdg v0.4.0
github.com/andybalholm/brotli v1.1.0
github.com/appleboy/go-fcm v0.1.5
github.com/appleboy/go-fcm v0.1.6
github.com/bradfitz/latlong v0.0.0-20170410180902-f3db6d0dff40
github.com/cozy/goexif2 v1.3.1
github.com/cozy/gomail v0.0.0-20170313100128-1395d9a6a6c0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4/go.mod h1:OMCwj8V
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
github.com/appleboy/go-fcm v0.1.5 h1:fKbcZf/7vwGsvDkcop8a+kCHnK+tt4wXX0X7uEzwI6E=
github.com/appleboy/go-fcm v0.1.5/go.mod h1:MSxZ4LqGRsnywOjnlXJXMqbjZrG4vf+0oHitfC9HRH0=
github.com/appleboy/go-fcm v0.1.6 h1:F3xHY3HxL/aZg2quFq0DaEGeXCjjoq5JWa3NCHkUup8=
github.com/appleboy/go-fcm v0.1.6/go.mod h1:MSxZ4LqGRsnywOjnlXJXMqbjZrG4vf+0oHitfC9HRH0=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI=
Expand Down

0 comments on commit 342162b

Please sign in to comment.