dtm/go.mod
2021-05-16 09:14:53 +08:00

24 lines
719 B
Modula-2

module gitlab.ivydad.com/dongfu.ye/go1
go 1.15
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/assert/v2 v2.0.1
github.com/go-redis/redis/v8 v8.8.2
github.com/go-resty/resty/v2 v2.6.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10
// github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/sleagon/ginfmt v1.1.1
github.com/stretchr/testify v1.7.0
// google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.20.11
gorm.io/plugin/dbresolver v1.1.0
// gotest.tools v2.2.0+incompatible
)