mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
25 lines
745 B
Modula-2
25 lines
745 B
Modula-2
module experiment/oss-code-generator-ai-powered
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/labstack/echo/v4 v4.13.2
|
|
github.com/tmc/langchaingo v0.1.12
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pkoukk/tiktoken-go v0.1.7 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/net v0.32.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/time v0.8.0 // indirect
|
|
)
|