| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- module log-server
- go 1.16
- require (
- github.com/BurntSushi/toml v1.1.0 // indirect
- github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible
- github.com/aws/aws-sdk-go v1.42.27
- github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
- github.com/bitly/go-simplejson v0.5.0 // indirect
- github.com/casbin/casbin/v2 v2.11.0
- github.com/casbin/gorm-adapter/v3 v3.0.2
- github.com/flipped-aurora/ws v1.0.2
- github.com/fsnotify/fsnotify v1.4.9
- github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
- github.com/gin-gonic/gin v1.7.0
- github.com/go-openapi/spec v0.20.7 // indirect
- github.com/go-openapi/swag v0.22.3 // indirect
- github.com/go-redis/redis/v8 v8.11.0
- github.com/go-sql-driver/mysql v1.5.0
- github.com/golang-jwt/jwt/v4 v4.3.0
- github.com/gookit/color v1.3.1
- github.com/huaweicloud/huaweicloud-sdk-go-obs v3.21.8+incompatible
- github.com/jackc/pgx/v4 v4.15.0 // indirect
- github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84
- github.com/json-iterator/go v1.1.10 // indirect
- github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
- github.com/lestrrat-go/strftime v1.0.6 // indirect
- github.com/mitchellh/mapstructure v1.2.2 // indirect
- github.com/mojocn/base64Captcha v1.3.1
- github.com/pelletier/go-toml v1.6.0 // indirect
- github.com/pkg/errors v0.9.1
- github.com/qiniu/api.v7/v7 v7.4.1
- github.com/robfig/cron/v3 v3.0.1
- github.com/satori/go.uuid v1.2.0
- github.com/shirou/gopsutil/v3 v3.22.5
- github.com/songzhibin97/gkit v1.1.1
- github.com/spf13/afero v1.2.2 // indirect
- github.com/spf13/cast v1.3.1 // indirect
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
- github.com/spf13/pflag v1.0.5 // indirect
- github.com/spf13/viper v1.7.0
- github.com/stretchr/testify v1.8.0
- github.com/swaggo/gin-swagger v1.3.0
- github.com/swaggo/swag v1.8.4
- github.com/tencentyun/cos-go-sdk-v5 v0.7.19
- github.com/unrolled/secure v1.0.7
- github.com/xuri/excelize/v2 v2.4.1
- go.uber.org/zap v1.16.0
- golang.org/x/crypto v0.0.0-20220213190939-1e6e3497d506
- golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
- golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
- golang.org/x/text v0.3.7
- golang.org/x/tools v0.1.12 // indirect
- gopkg.in/ini.v1 v1.55.0 // indirect
- gorm.io/driver/mysql v1.0.1
- gorm.io/driver/postgres v1.2.3
- gorm.io/gorm v1.22.5
- nhooyr.io/websocket v1.8.6
- )
|