| | |
| | | go 1.18 |
| | | |
| | | require ( |
| | | github.com/dgrijalva/jwt-go v3.2.0+incompatible |
| | | github.com/fsnotify/fsnotify v1.6.0 |
| | | github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6 |
| | | github.com/gin-gonic/gin v1.9.1 |
| | | github.com/glebarez/sqlite v1.8.0 |
| | | github.com/go-sql-driver/mysql v1.7.1 |
| | | github.com/golang-jwt/jwt/v4 v4.5.0 |
| | | github.com/h2non/filetype v1.1.3 |
| | | github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible |
| | | github.com/redis/go-redis/v9 v9.0.5 |
| | |
| | | golang.org/x/sync v0.3.0 |
| | | google.golang.org/grpc v1.55.0 |
| | | google.golang.org/protobuf v1.30.0 |
| | | gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
| | | gorm.io/driver/mysql v1.5.1 |
| | | gorm.io/driver/postgres v1.5.2 |
| | | gorm.io/driver/sqlserver v1.5.1 |
| | | gorm.io/gorm v1.25.2 |
| | | moul.io/zapgorm2 v1.3.0 |
| | | ) |
| | | |
| | | require ( |