refactor: 移除tool目录及相关依赖配置
Some checks failed
构建上传工具 / build-tool (push) Failing after 29s
部署开发环境 / deploy-dev (push) Successful in 1m7s

This commit is contained in:
2025-10-11 12:35:43 +08:00
parent 1f0158dd76
commit 3476d66c0d
4 changed files with 1 additions and 232 deletions

3
go.mod
View File

@@ -3,7 +3,6 @@ module dypid
go 1.25
require (
github.com/fsnotify/fsnotify v1.8.0
github.com/gin-contrib/cors v1.7.6
github.com/gin-gonic/gin v1.10.1
github.com/redis/go-redis/v9 v9.12.1
@@ -16,6 +15,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
github.com/gin-contrib/sse v1.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
@@ -43,7 +43,6 @@ require (
golang.org/x/arch v0.18.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect