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