1234567891011121314151617181920212223242526 |
- module youngee_b_api
- go 1.16
- require (
- github.com/GUAIK-ORG/go-snowflake v0.0.0-20200116064823-220c4260e85f
- github.com/gin-gonic/gin v1.7.7
- github.com/google/uuid v1.3.0
- )
- require (
- github.com/go-playground/validator/v10 v10.10.1 // indirect
- github.com/go-redis/redis/v8 v8.11.5
- github.com/jinzhu/now v1.1.5 // indirect
- github.com/json-iterator/go v1.1.12 // indirect
- github.com/mattn/go-isatty v0.0.14 // indirect
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
- github.com/sirupsen/logrus v1.8.1
- github.com/ugorji/go v1.2.7 // indirect
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
- golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
- google.golang.org/protobuf v1.27.1 // indirect
- gopkg.in/yaml.v2 v2.4.0
- gorm.io/driver/mysql v1.3.2
- gorm.io/gorm v1.23.3
- )
|