16 lines
329 B
Modula-2
16 lines
329 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/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
|
|
)
|