From d8bee48b93e4e71a00354b8be91fdfd510ffbcbb Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Tue, 28 Apr 2026 21:21:30 -0400 Subject: [PATCH] clean up go mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 725b7efca..1a0edfb5b 100644 --- a/go.mod +++ b/go.mod @@ -58,7 +58,7 @@ require ( github.com/xWTF/chardet v0.0.0-20230208095535-c780f2ac244e github.com/zencoder/go-dash/v3 v3.0.2 golang.org/x/crypto v0.48.0 - golang.org/x/image v0.18.0 + golang.org/x/image v0.38.0 golang.org/x/net v0.50.0 golang.org/x/sys v0.41.0 golang.org/x/term v0.40.0 @@ -72,7 +72,7 @@ require ( require ( github.com/agnivade/levenshtein v1.2.1 // indirect github.com/andybalholm/brotli v1.2.0 // indirect - github.com/antchfx/xpath v1.3.5 // indirect + github.com/antchfx/xpath v1.3.6 // indirect github.com/asticode/go-astikit v0.20.0 // indirect github.com/asticode/go-astits v1.8.0 // indirect github.com/chromedp/sysutil v1.1.0 // indirect