feat: crypto

This commit is contained in:
Bobo
2025-05-07 13:52:07 +08:00
parent e90588b9ca
commit 363a18b1c8
13 changed files with 237 additions and 45 deletions

6
go.mod
View File

@@ -8,10 +8,10 @@ require (
github.com/gobwas/glob v0.2.3
github.com/google/uuid v1.6.0
github.com/gosimple/slug v1.15.0
github.com/sony/sonyflake v1.2.0
github.com/sony/sonyflake v1.2.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
golang.org/x/crypto v0.38.0
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
google.golang.org/protobuf v1.36.6
)