26 lines
874 B
Modula-2
26 lines
874 B
Modula-2
module github.com/authorizerdev/authorizer/server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.13.0
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-redis/redis/v8 v8.11.0
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.1.0 // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.7 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gorm.io/driver/mysql v1.1.1
|
|
gorm.io/driver/postgres v1.1.0
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.11
|
|
)
|