1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

init: first commit

This commit is contained in:
源文雨
2025-09-21 00:37:19 +08:00
commit 1ddb4dfdc5
12 changed files with 1293 additions and 0 deletions

20
go.mod Normal file
View File

@@ -0,0 +1,20 @@
module github.com/fumiama/go-onebot-agent
go 1.20
require (
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
github.com/fumiama/deepinfra v0.0.0-20250910144855-27a4e697106d
github.com/pkg/errors v0.9.1
github.com/wdvxdr1123/ZeroBot v1.8.2-0.20250919145948-e8ffbbc995ac
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/FloatTech/ttl v0.0.0-20240716161252-965925764562 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tidwall/gjson v1.17.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)