30 lines
964 B
Modula-2
30 lines
964 B
Modula-2
module github.com/yedf/dtm
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
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/magiconair/properties v1.8.1
|
|
// github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/sleagon/ginfmt v1.1.1
|
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/streadway/amqp v1.0.0
|
|
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
|
|
gopkg.in/go-playground/assert.v1 v1.2.1
|
|
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
|
|
)
|