From 5e3986160ddbc37e9c2bdf3a4eea8820991cea52 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Tue, 5 May 2026 22:03:57 +0800 Subject: [PATCH] chore: align dependencies --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4f9e807..dcd9355 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module apigo.cc/go/crypto-sm go 1.25.0 require ( - apigo.cc/go/crypto v1.0.4 - apigo.cc/go/encoding v1.0.4 - apigo.cc/go/safe v1.0.4 + apigo.cc/go/crypto v1.0.5 + apigo.cc/go/encoding v1.0.5 + apigo.cc/go/safe v1.0.5 github.com/emmansun/gmsm v0.28.0 )