1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00
Files
whiskr/go.mod

23 lines
604 B
Modula-2
Raw Normal View History

2025-08-05 03:56:23 +02:00
module chat
go 1.24.5
require (
github.com/coalaura/logger v1.5.1
github.com/go-chi/chi/v5 v5.2.2
2025-08-16 15:15:06 +02:00
github.com/goccy/go-yaml v1.18.0
2025-08-24 00:33:04 +02:00
github.com/revrost/go-openrouter v0.2.2
golang.org/x/crypto v0.41.0
2025-08-05 03:56:23 +02:00
)
require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
2025-08-14 17:08:45 +02:00
golang.org/x/sys v0.35.0 // indirect
2025-08-16 15:15:06 +02:00
golang.org/x/term v0.34.0 // indirect
2025-08-05 03:56:23 +02:00
)