first working server

This commit is contained in:
$(pass /github/name)
2024-07-03 09:40:45 +02:00
parent 9bd8d48243
commit 6d34d99835
20 changed files with 340 additions and 128 deletions

4
go.mod
View File

@@ -3,10 +3,8 @@ module GoMembership
go 1.22.2
require (
github.com/go-sql-driver/mysql v1.8.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gorilla/mux v1.8.1
github.com/mattn/go-sqlite3 v1.14.22
golang.org/x/crypto v0.24.0
)
require filippo.io/edwards25519 v1.1.0 // indirect