|
@@ -0,0 +1,33 @@
|
|
|
+module hongze/hongze_yb
|
|
|
+
|
|
|
+go 1.15
|
|
|
+
|
|
|
+require (
|
|
|
+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
|
+ github.com/fsnotify/fsnotify v1.5.1
|
|
|
+ github.com/gin-gonic/gin v1.7.4
|
|
|
+ github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
|
+ github.com/go-redis/redis/v8 v8.11.4
|
|
|
+ github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
|
+ github.com/golang/protobuf v1.5.2 // indirect
|
|
|
+ github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
|
+ github.com/json-iterator/go v1.1.12 // indirect
|
|
|
+ github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
|
+ github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
|
+ github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
+ github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
|
+ github.com/silenceper/wechat/v2 v2.0.9
|
|
|
+ github.com/spf13/viper v1.9.0
|
|
|
+ github.com/swaggo/gin-swagger v1.3.3
|
|
|
+ github.com/swaggo/swag v1.7.4
|
|
|
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
+ golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 // indirect
|
|
|
+ golang.org/x/text v0.3.7 // indirect
|
|
|
+ google.golang.org/protobuf v1.27.1 // indirect
|
|
|
+ gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
+ gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
+ gorm.io/driver/mysql v1.1.3
|
|
|
+ gorm.io/gorm v1.22.2
|
|
|
+)
|