From 61fd1206b90a7c7e47d61bf9a14cd2c3e7ebbaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renovate=20=F0=9F=A4=96?= Date: Thu, 3 Oct 2024 00:03:53 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a4c6370..04d8047 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,10 @@ module aireone.xyz/labtime -go 1.23.1 +go 1.23.2 require ( github.com/go-co-op/gocron/v2 v2.12.1 + github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.20.4 gopkg.in/yaml.v3 v3.0.1 ) @@ -15,7 +16,6 @@ require ( github.com/jonboulle/clockwork v0.4.0 // indirect github.com/klauspost/compress v1.17.9 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect - github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.55.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect -- 2.40.1