41 lines
1.5 KiB
Modula-2
41 lines
1.5 KiB
Modula-2
module github.com/xinliangnote/go-gin-api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.13.0
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-contrib/pprof v1.2.1
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-openapi/spec v0.20.0 // indirect
|
|
github.com/go-redis/redis/v7 v7.4.0
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v0.9.3
|
|
github.com/rs/cors v1.7.0
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
|
go.uber.org/multierr v1.5.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/mod v0.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
|
|
golang.org/x/tools v0.0.0-20201226215659-b1c90890d22a // indirect
|
|
google.golang.org/grpc v1.27.0
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/gorm v1.20.9
|
|
)
|