feat: time trans

This commit is contained in:
Bobo
2025-04-02 14:21:38 +08:00
parent c83b10ca22
commit 8f957a7d29
11 changed files with 145 additions and 103 deletions

14
go.mod
View File

@@ -1,18 +1,18 @@
module github.com/tx7do/go-utils
go 1.22.0
go 1.23.0
toolchain go1.23.2
toolchain go1.24.1
require (
github.com/gobwas/glob v0.2.3
github.com/google/uuid v1.6.0
github.com/gosimple/slug v1.14.0
github.com/gosimple/slug v1.15.0
github.com/sony/sonyflake v1.2.0
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
google.golang.org/protobuf v1.35.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
google.golang.org/protobuf v1.36.6
)
require (