This commit is contained in:
JurajKubrican
2024-12-30 15:18:59 +01:00
parent 6a5a9dad90
commit 92e4dadf4a
6 changed files with 184 additions and 95 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23.4
require (
github.com/labstack/echo/v4 v4.12.0
github.com/labstack/gommon v0.4.2
github.com/mattn/go-sqlite3 v1.14.24
golang.org/x/net v0.24.0
)