mirror of https://github.com/dtm-labs/dtm.git
csharpjavadistributed-transactionsdtmgogolangmicroservicenodejsphpdatabasesagaseatatcctransactiontransactionsxapythondistributed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
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.7.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/lib/pq v1.10.3
|
|
github.com/polarismesh/grpc-go-polaris v0.0.0-20211128162137-1a59cd7b5733 // indirect
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/ychensha/dtmdriver-polaris v0.0.1
|
|
github.com/yedf/dtmdriver v0.0.0-20211203060147-29426c663b6e
|
|
github.com/yedf/dtmdriver-gozero v0.0.0-20211204083751-a14485949435
|
|
github.com/yedf/dtmdriver-protocol1 v0.0.0-20211203060330-285168cdaa00
|
|
go.uber.org/automaxprocs v1.4.1-0.20210525221652-0180b04c18a7
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
|
|
google.golang.org/grpc v1.42.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/driver/postgres v1.2.1
|
|
gorm.io/gorm v1.22.2
|
|
// gotest.tools v2.2.0+incompatible
|
|
)
|
|
|