30 lines
1006 B
Modula-2
30 lines
1006 B
Modula-2
module github.com/yedf/dtm
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/assert/v2 v2.0.1
|
|
github.com/go-resty/resty/v2 v2.6.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/nacos-group/nacos-sdk-go v1.0.9
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
|
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
|
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/ini.v1 v1.63.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/gorm v1.21.12
|
|
// gotest.tools v2.2.0+incompatible
|
|
)
|