mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
54 lines
2.1 KiB
AMPL
54 lines
2.1 KiB
AMPL
module github.com/xinliangnote/go-gin-api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.13.0
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/dave/dst v0.26.2
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/go-openapi/spec v0.20.0 // indirect
|
|
github.com/go-redis/redis/v7 v7.4.0
|
|
github.com/golang/protobuf v1.5.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
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 v1.10.0
|
|
github.com/rs/cors v1.7.0
|
|
github.com/shirou/gopsutil v3.21.2+incompatible
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/tklauser/go-sysconf v0.3.4 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
|
go.uber.org/multierr v1.6.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
|
|
golang.org/x/mod v0.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
golang.org/x/tools v0.0.0-20201226215659-b1c90890d22a
|
|
google.golang.org/genproto v0.0.0-20210224155714-063164c882e6 // indirect
|
|
google.golang.org/grpc v1.37.0
|
|
google.golang.org/protobuf v1.26.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
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/gorm v1.20.9
|
|
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
|
|
)
|