feat: 添加喜报功能
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,7 +3,13 @@ module git.lxtend.com/qqbot
|
||||
go 1.22.6
|
||||
|
||||
require (
|
||||
github.com/fogleman/gg v1.3.0
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/mattn/go-sqlite3 v1.14.23
|
||||
github.com/sashabaranov/go-openai v1.30.3
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
golang.org/x/image v0.21.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user