Adding page to view currently uploaded members, as well as verifying admin is logged in

This commit is contained in:
2026-01-22 15:30:44 -05:00
parent 54dad88ded
commit 81ccc3035b
8 changed files with 583 additions and 124 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.24.4
require (
github.com/glebarez/go-sqlite v1.22.0
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/gorilla/mux v1.8.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1