module devgit.starschina.com/cibn-kernel/go-admin/v2 go 1.14 require ( devgit.starschina.com/wangjiangwei/obs v1.0.0 devgit.starschina.com/wangjiangwei/sms v0.0.0-20210319012804-4f450bfc0e45 // indirect devgit.starschina.com/wangjiangwei/totp v1.0.2 github.com/LyricTian/gzip v0.1.1 github.com/LyricTian/queue v1.2.0 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/alibaba/sentinel-golang v0.6.1 github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible github.com/casbin/casbin/v2 v2.25.5 github.com/casbin/gorm-adapter/v3 v3.2.0 github.com/denisenkom/go-mssqldb v0.9.0 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gin-contrib/cors v1.3.1 github.com/gin-gonic/gin v1.6.3 github.com/go-ego/gpy v0.40.3 github.com/go-ego/gse v0.66.0 // indirect github.com/go-gormigrate/gormigrate/v2 v2.0.0 github.com/go-openapi/spec v0.20.3 // indirect github.com/go-playground/validator/v10 v10.4.1 // indirect github.com/go-redis/redis/v8 v8.7.1 github.com/go-redis/redis_rate/v9 v9.1.1 github.com/google/uuid v1.2.0 github.com/gorilla/websocket v1.4.2 github.com/jackc/pgproto3/v2 v2.0.7 // indirect github.com/jinzhu/copier v0.2.8 github.com/jinzhu/inflection v1.0.0 github.com/json-iterator/go v1.1.10 github.com/leodido/go-urn v1.2.1 // indirect github.com/lib/pq v1.10.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect github.com/minio/md5-simd v1.1.2 // indirect github.com/minio/minio-go/v7 v7.0.10 github.com/minio/sha256-simd v1.0.0 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/mojocn/base64Captcha v1.3.1 github.com/mssola/user_agent v0.5.2 github.com/onsi/gomega v1.11.0 // indirect github.com/pkg/errors v0.9.1 github.com/robfig/cron/v3 v3.0.1 github.com/shirou/gopsutil v3.21.2+incompatible // indirect github.com/shirou/gopsutil/v3 v3.21.2 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cast v1.3.1 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 github.com/stretchr/objx v0.3.0 // indirect github.com/stretchr/testify v1.7.0 github.com/swaggo/gin-swagger v1.3.0 github.com/swaggo/swag v1.7.0 github.com/tidwall/btree v0.4.2 // indirect github.com/tidwall/buntdb v1.2.0 github.com/tidwall/pretty v1.1.0 // indirect github.com/ugorji/go v1.2.4 // indirect github.com/unrolled/secure v1.0.8 golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect golang.org/x/tools v0.1.0 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect gorm.io/driver/mysql v1.0.5 gorm.io/driver/postgres v1.0.8 gorm.io/driver/sqlserver v1.0.6 // indirect gorm.io/gorm v1.21.3 )