From 1a98cc4082aafadc5179c85f9a8436258569033d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Jul 2024 13:49:20 -0700 Subject: [PATCH] fix(deps): update module gfx.cafe/util/go/frand to v1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4e4027c..f20af80 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