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

update packages

This commit is contained in:
Laura
2025-09-08 19:06:36 +02:00
parent ce9813a331
commit f18e9e577e
2 changed files with 12 additions and 6 deletions

8
go.mod
View File

@@ -6,8 +6,8 @@ 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.2
golang.org/x/crypto v0.41.0
github.com/revrost/go-openrouter v0.2.3
golang.org/x/crypto v0.42.0
)
require (
@@ -16,6 +16,6 @@ require (
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
golang.org/x/sys v0.35.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/term v0.35.0 // indirect
)