From a156f078aa03ee505601fcfd8761567372dc49a4 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 6 Jul 2024 20:56:27 +0000 Subject: [PATCH] fix(deps): update module gfx.cafe/util/go/fxplus to v1 (#15) 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 | |---|---|---|---| | gfx.cafe/util/go/fxplus | require | major | `v0.0.0-20231226111635-bc00a6a250fb` -> `v1.11.1` | --- ### 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/15 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 672a05f..b4b0a40 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.3 require ( gfx.cafe/util/go/frand v1.11.1 - gfx.cafe/util/go/fxplus v0.0.0-20231226111635-bc00a6a250fb + gfx.cafe/util/go/fxplus v1.11.1 git.asdf.cafe/abs3nt/gunner v0.0.1 github.com/atotto/clipboard v0.1.4 github.com/charmbracelet/bubbles v0.18.0