From e90640ce6adcc5a446d27a8867ab32180e06158e Mon Sep 17 00:00:00 2001 From: Keiran Date: Thu, 7 Aug 2025 02:47:21 +0100 Subject: [PATCH] tidy deps --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ddcbcfc..7c01d53 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ module git.keircn.com/keiran/termcloud go 1.24.5 -require github.com/labstack/echo/v4 v4.13.4 +require ( + github.com/labstack/echo/v4 v4.13.4 + golang.org/x/time v0.11.0 +) require ( github.com/labstack/gommon v0.4.2 // indirect @@ -14,5 +17,4 @@ require ( golang.org/x/net v0.40.0 // indirect golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.25.0 // indirect - golang.org/x/time v0.11.0 // indirect )