added server module

This commit is contained in:
2025-12-18 12:36:29 -05:00
parent 528778753c
commit cd77794651
7 changed files with 449 additions and 0 deletions

9
go.mod
View File

@@ -1,3 +1,12 @@
module git.citc.tech/citc/web
go 1.25.5
require (
github.com/coreos/go-oidc/v3 v3.17.0
github.com/go-chi/chi/v5 v5.2.3
github.com/google/uuid v1.6.0
golang.org/x/oauth2 v0.34.0
)
require github.com/go-jose/go-jose/v4 v4.1.3 // indirect