1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

image generation wip

This commit is contained in:
Laura
2025-09-11 23:25:58 +02:00
parent 27dbd0e642
commit 1c4ff26378
10 changed files with 105 additions and 24 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/coalaura/plain v0.2.0
github.com/go-chi/chi/v5 v5.2.3
github.com/goccy/go-yaml v1.18.0
github.com/revrost/go-openrouter v0.2.3
github.com/revrost/go-openrouter v0.2.4-0.20250909110314-b8c4ee4c5861
golang.org/x/crypto v0.42.0
)