Skip to content

Commit

Permalink
3 drivers back
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf2 committed Dec 17, 2021
1 parent e3c34c0 commit 07e1dfd
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 11 deletions.
10 changes: 5 additions & 5 deletions dtmsvr/svr_imports.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package dtmsvr

// import (
// _ "github.com/ychensha/dtmdriver-polaris"
// _ "github.com/yedf/dtmdriver-gozero"
// _ "github.com/yedf/dtmdriver-protocol1"
// )
import (
_ "github.com/ychensha/dtmdriver-polaris"
_ "github.com/yedf/dtmdriver-gozero"
_ "github.com/yedf/dtmdriver-protocol1"
)
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,30 @@ 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-redis/redis/v8 v8.11.4
github.com/go-resty/resty/v2 v2.7.0
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.3
github.com/onsi/ginkgo v1.16.5 // indirect
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-20211205112411-d7a7052dc90e
go.etcd.io/bbolt v1.3.6
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/automaxprocs v1.4.1-0.20210525221652-0180b04c18a7
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20211106132015-ebca88c72f68 // indirect
google.golang.org/genproto v0.0.0-20210928142010-c7af6a1a74c9 // indirect
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.2.1
Expand Down
Loading

0 comments on commit 07e1dfd

Please sign in to comment.