1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-17 21:44:35 +00:00

cleanup sessions and challenges

This commit is contained in:
Laura
2025-06-20 17:18:42 +02:00
parent 80b9989dd0
commit 3aa63cf62b
6 changed files with 17 additions and 46 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.24.2
require (
github.com/coalaura/logger v1.4.5
github.com/go-chi/chi/v5 v5.2.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/urfave/cli/v3 v3.3.8
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/crypto v0.39.0