26 lines
799 B
Modula-2
26 lines
799 B
Modula-2
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/jmoiron/sqlx v1.4.0
|
|
github.com/mattn/go-sqlite3 v1.14.23
|
|
github.com/sashabaranov/go-openai v1.30.3
|
|
)
|
|
|
|
require (
|
|
github.com/chromedp/cdproto v0.0.0-20241003230502-a4a8f7c660df // indirect
|
|
github.com/chromedp/chromedp v0.10.0 // indirect
|
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.4.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
golang.org/x/image v0.21.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|