Add files via upload

This commit is contained in:
公明
2026-03-06 22:51:18 +08:00
committed by GitHub
parent 5af06e539d
commit 1866aa8089
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
module cyberstrike-ai
go 1.23.0
go 1.24.0
toolchain go1.24.4
@@ -15,6 +15,7 @@ require (
github.com/open-dingtalk/dingtalk-stream-sdk-go v0.9.1
github.com/pkoukk/tiktoken-go v0.1.8
go.uber.org/zap v1.26.0
golang.org/x/time v0.14.0
gopkg.in/yaml.v3 v3.0.1
)