From 0dd2e10754723ba13e0e99b933aa9110452b7738 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c5c4314..8d99e06 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module apigo.cc/go/id go 1.25.0 require ( - apigo.cc/go/encoding v1.0.4 - apigo.cc/go/rand v1.0.4 + apigo.cc/go/encoding v1.0.5 + apigo.cc/go/rand v1.0.5 ) replace apigo.cc/go/encoding => ../encoding