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.
159 lines
7.3 KiB
159 lines
7.3 KiB
module github.com/dtm-labs/dtm
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/agiledragon/gomonkey/v2 v2.2.0
|
|
github.com/dtm-labs/dtmdriver v0.0.6
|
|
github.com/dtm-labs/dtmdriver-dapr v0.0.1
|
|
github.com/dtm-labs/dtmdriver-ego v0.1.8
|
|
github.com/dtm-labs/dtmdriver-gozero v0.0.7
|
|
github.com/dtm-labs/dtmdriver-kratos v0.0.9
|
|
github.com/dtm-labs/dtmdriver-polaris v0.0.5
|
|
github.com/dtm-labs/dtmdriver-springcloud v1.2.3
|
|
github.com/dtm-labs/logger v0.0.2
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/lib/pq v1.10.7
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
|
github.com/onsi/gomega v1.18.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.13.0
|
|
github.com/stretchr/testify v1.8.2
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.mongodb.org/mongo-driver v1.11.1
|
|
go.uber.org/automaxprocs v1.5.1
|
|
google.golang.org/grpc v1.53.0
|
|
google.golang.org/protobuf v1.28.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/driver/postgres v1.2.1
|
|
gorm.io/gorm v1.22.2
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1620 // indirect
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/dapr/dapr v1.8.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20220414054820-d0b704b8f38d // indirect
|
|
github.com/go-kratos/kratos/contrib/registry/etcd/v2 v2.0.0-20220301040457-03ad2b663624 // indirect
|
|
github.com/go-kratos/kratos/v2 v2.2.1 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
github.com/gotomicro/ego v1.1.5 // indirect
|
|
github.com/gotomicro/ego-component/eetcd v0.2.3 // indirect
|
|
github.com/gotomicro/ego-component/ek8s v0.2.3 // indirect
|
|
github.com/gotomicro/logrotate v0.0.0-20211108034117-46d53eedc960 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
github.com/hashicorp/consul/api v1.19.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.4.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.10.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.15.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.14.4 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/montanaflynn/stats v0.6.6 // indirect
|
|
github.com/nacos-group/nacos-sdk-go v1.1.1 // indirect
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/polarismesh/grpc-go-polaris v1.2.1-0.20220306155244-f0b83ba62878 // indirect
|
|
github.com/polarismesh/polaris-go v1.1.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.1 // indirect
|
|
github.com/xdg-go/stringprep v1.0.3 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
github.com/zeromicro/go-zero v1.4.4 // indirect
|
|
github.com/zeromicro/zero-contrib/zrpc/registry/consul v0.0.0-20230212061721-86dbe4a9e613 // indirect
|
|
github.com/zeromicro/zero-contrib/zrpc/registry/nacos v0.0.0-20220525162615-f10f16d580d6 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.5 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.5 // indirect
|
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/oauth2 v0.4.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/term v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
k8s.io/api v0.23.0 // indirect
|
|
k8s.io/apimachinery v0.23.0 // indirect
|
|
k8s.io/client-go v0.23.0 // indirect
|
|
k8s.io/klog/v2 v2.80.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
|
|
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
|
|
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|
|
|
|
// replace github.com/dtm-labs/dtmdriver v0.0.2 => /Users/wangxi/dtm/dtmdriver
|
|
|
|
// replace github.com/dtm-labs/dtmdriver-http => /Users/wangxi/dtm/dtmdriver-http-nacos
|
|
|