Files
GoMembership/go.mod
$(pass /github/name) 6d34d99835 first working server
2024-07-03 09:40:45 +02:00

11 lines
191 B
Modula-2

module GoMembership
go 1.22.2
require (
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
)