10 lines
170 B
Modula-2
10 lines
170 B
Modula-2
module git.lxtend.com/qqbot
|
|
|
|
go 1.22.6
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/mattn/go-sqlite3 v1.14.23
|
|
github.com/sashabaranov/go-openai v1.30.3
|
|
)
|