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

22 lines
538 B
Modula-2
Raw Normal View History

2025-08-05 03:56:23 +02:00
module chat
2025-08-29 22:55:41 +02:00
go 1.25.0
2025-08-05 03:56:23 +02:00
require (
2025-08-29 22:55:41 +02:00
github.com/coalaura/plain v0.2.0
github.com/go-chi/chi/v5 v5.2.3
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 (
2025-08-29 22:55:41 +02:00
github.com/containerd/console v1.0.5 // indirect
2025-08-05 03:56:23 +02:00
github.com/felixge/httpsnoop v1.0.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
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
)