mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-08 00:50:28 +08:00
24 lines
816 B
Modula-2
24 lines
816 B
Modula-2
module github.com/casdoor/casdoor
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/uuid v1.1.2
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/ugorji/go v1.1.12 // indirect
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
xorm.io/core v0.7.2
|
|
xorm.io/xorm v0.8.1
|
|
)
|