From 5e2327771a3a7c605cc5892146c4716cb47ba147 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 6 Jul 2024 20:50:41 +0000 Subject: [PATCH] fix(deps): update module go.uber.org/fx to v1.22.1 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/fx](https://github.com/uber-go/fx) | require | patch | `v1.22.0` -> `v1.22.1` | --- ### Release Notes
uber-go/fx (go.uber.org/fx) ### [`v1.22.1`](https://github.com/uber-go/fx/releases/tag/v1.22.1) [Compare Source](https://github.com/uber-go/fx/compare/v1.22.0...v1.22.1) ##### Fixed - Fx apps will only listen to signals when `.Run()`, `.Wait()`, or `.Done()` are called, fixing a regression introduced in v1.19.0. Thank you [@​MarcoPolo](https://github.com/MarcoPolo) for your contribution to the release.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.asdf.cafe/abs3nt/gspot/pulls/6 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c050a1e..3e02658 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/rivo/tview v0.0.0-20240625185742-b0a7293b8130 github.com/urfave/cli/v3 v3.0.0-alpha9 github.com/zmb3/spotify/v2 v2.4.2 - go.uber.org/fx v1.22.0 + go.uber.org/fx v1.22.1 golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 golang.org/x/net v0.25.0 golang.org/x/oauth2 v0.20.0 diff --git a/go.sum b/go.sum index 290b355..2925eb6 100644 --- a/go.sum +++ b/go.sum @@ -271,6 +271,8 @@ go.uber.org/dig v1.17.1 h1:Tga8Lz8PcYNsWsyHMZ1Vm0OQOUaJNDyvPImgbAu9YSc= go.uber.org/dig v1.17.1/go.mod h1:Us0rSJiThwCv2GteUN0Q7OKvU7n5J4dxZ9JKUXozFdE= go.uber.org/fx v1.22.0 h1:pApUK7yL0OUHMd8vkunWSlLxZVFFk70jR2nKde8X2NM= go.uber.org/fx v1.22.0/go.mod h1:HT2M7d7RHo+ebKGh9NRcrsrHHfpZ60nW3QRubMRfv48= +go.uber.org/fx v1.22.1 h1:nvvln7mwyT5s1q201YE29V/BFrGor6vMiDNpU/78Mys= +go.uber.org/fx v1.22.1/go.mod h1:HT2M7d7RHo+ebKGh9NRcrsrHHfpZ60nW3QRubMRfv48= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=