28 lines
832 B
Modula-2
28 lines
832 B
Modula-2
module github.com/breel-render/spoc-bot-vr
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/glebarez/go-sqlite v1.21.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/tmc/langchaingo v0.1.8
|
|
golang.org/x/time v0.5.0
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
modernc.org/libc v1.22.5 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.5.0 // indirect
|
|
modernc.org/sqlite v1.23.1 // indirect
|
|
)
|