chore: align dependencies

This commit is contained in:
AI Engineer 2026-05-05 22:03:57 +08:00
parent a8af2ef1df
commit ee51467cfa

4
go.mod
View File

@ -3,8 +3,8 @@ module apigo.cc/go/crypto
go 1.25.0
require (
apigo.cc/go/encoding v1.0.4
apigo.cc/go/safe v1.0.4
apigo.cc/go/encoding v1.0.5
apigo.cc/go/safe v1.0.5
golang.org/x/crypto v0.50.0
)