27 lines
824 B
Modula-2
27 lines
824 B
Modula-2
module llamachat
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/elk-language/go-prompt v1.1.5
|
|
github.com/fatih/color v1.18.0
|
|
github.com/golang-migrate/migrate/v4 v4.18.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/ollama/ollama v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
github.com/mattn/go-tty v0.0.3 // indirect
|
|
github.com/pkg/term v1.2.0-beta.2 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|