37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module gitlink.org.cn/Gitlink/share-knowledge-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/eddycjy/opentracing-gorm v0.0.0-20200209122056-516a807d2182
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/locales v0.13.0
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
github.com/go-playground/validator/v10 v10.6.1
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/golang-migrate/migrate/v4 v4.15.1
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/lib/pq v1.10.0
|
|
github.com/onsi/ginkgo v1.16.4 // indirect
|
|
github.com/onsi/gomega v1.13.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/smacker/opentracing-gorm v0.0.0-20181207094635-cd4974441042 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/viletyy/yolk v1.0.1
|
|
go.uber.org/atomic v1.8.0 // indirect
|
|
go.uber.org/zap v1.17.0
|
|
google.golang.org/grpc v1.41.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|