Files
dependabot[bot] 31a1eae181 Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /server
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 16:40:33 +00:00

26 lines
771 B
Modula-2

module touch-programming.hazemkrimi.tech
go 1.23.4
require (
github.com/joho/godotenv v1.5.1
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.35.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/time v0.8.0 // indirect
)