You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- module github.com/casbin/caswire
-
- go 1.17
-
- require (
- github.com/beego/beego v1.12.12
- github.com/casdoor/casdoor-go-sdk v0.3.3
- github.com/go-sql-driver/mysql v1.6.0
- xorm.io/core v0.7.3
- xorm.io/xorm v1.2.5
- )
-
- require (
- github.com/beorn7/perks v1.0.1 // indirect
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
- github.com/goccy/go-json v0.7.4 // indirect
- github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
- github.com/golang/protobuf v1.4.2 // indirect
- github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirectyarn
- github.com/gomodule/redigo v2.0.0+incompatible // indirect
- github.com/hashicorp/golang-lru v0.5.4 // indirect
- github.com/json-iterator/go v1.1.11 // indirect
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
- github.com/modern-go/reflect2 v1.0.1 // indirect
- github.com/prometheus/client_golang v1.7.0 // indirect
- github.com/prometheus/client_model v0.2.0 // indirect
- github.com/prometheus/common v0.10.0 // indirect
- github.com/prometheus/procfs v0.1.3 // indirect
- github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
- github.com/syndtr/goleveldb v1.0.0 // indirect
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
- golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
- golang.org/x/text v0.3.6 // indirect
- google.golang.org/appengine v1.6.6 // indirect
- google.golang.org/protobuf v1.25.0 // indirect
- gopkg.in/yaml.v2 v2.2.8 // indirect
- xorm.io/builder v0.3.9 // indirect
- )
|