🎨 start v3

This commit is contained in:
zhaoyupeng
2025-11-24 09:56:15 +08:00
commit 9eb29011f3
8 changed files with 307 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module gitea.loveuer.com/yizhisec/pkg3
go 1.23.0
toolchain go1.24.3
require (
github.com/fatih/color v1.18.0
github.com/google/uuid v1.6.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.31.0 // indirect
)