20 lines
526 B
Modula-2
20 lines
526 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
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
gorm.io/driver/sqlite v1.5.6 // indirect
|
|
gorm.io/gorm v1.25.10 // indirect
|
|
)
|