Added Configuration Management

This commit is contained in:
2026-02-22 13:27:50 +01:00
parent d441b002b0
commit c492228e22
7 changed files with 158 additions and 10 deletions

2
go.mod
View File

@@ -4,8 +4,10 @@ go 1.26.0
require (
github.com/glebarez/go-sqlite v1.22.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
golang.org/x/crypto v0.48.0
gopkg.in/yaml.v3 v3.0.1
)
require (