From 863ffb4a36755d2a5779a5da8b411a916c73f173 Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 30 Nov 2023 16:06:04 +0100 Subject: [PATCH] updated dependencies --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 93a2707..68fd1e3 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,7 @@ require git.velvettear.de/velvettear/loggo v0.0.0-20231113084149-980a00b4e084 require ( github.com/fatih/color v1.16.0 // indirect - github.com/kennykarnama/color-thief v0.0.0-20230222041546-c1bf65ec0808 github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - golang.org/x/sys v0.14.0 // indirect + golang.org/x/sys v0.15.0 // indirect )