From 1d17fe55779f90777fc348dcec725e0a6776f407 Mon Sep 17 00:00:00 2001 From: juancwu Date: Wed, 29 Apr 2026 02:18:55 +0000 Subject: [PATCH] update go.mod --- go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 2813c37..15c006c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,6 @@ module git.juancwu.dev/juancwu/ficha go 1.26.2 -require ( - golang.org/x/crypto v0.50.0 // indirect - golang.org/x/sys v0.43.0 // indirect -) +require golang.org/x/crypto v0.50.0 + +require golang.org/x/sys v0.43.0 // indirect