|
|
@ -8,11 +8,10 @@ require ( |
|
|
github.com/dtm-labs/dtmdriver-polaris v0.0.2 |
|
|
github.com/dtm-labs/dtmdriver-polaris v0.0.2 |
|
|
github.com/dtm-labs/dtmdriver-protocol1 v0.0.1 |
|
|
github.com/dtm-labs/dtmdriver-protocol1 v0.0.1 |
|
|
github.com/gin-gonic/gin v1.6.3 |
|
|
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-redis/redis/v8 v8.11.4 |
|
|
github.com/go-resty/resty/v2 v2.7.0 |
|
|
github.com/go-resty/resty/v2 v2.7.0 |
|
|
github.com/go-sql-driver/mysql v1.6.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/grpc-ecosystem/go-grpc-middleware v1.3.0 |
|
|
github.com/lib/pq v1.10.3 |
|
|
github.com/lib/pq v1.10.3 |
|
|
github.com/lithammer/shortuuid v2.0.3+incompatible |
|
|
github.com/lithammer/shortuuid v2.0.3+incompatible |
|
|
@ -32,7 +31,6 @@ require ( |
|
|
gorm.io/driver/mysql v1.0.3 |
|
|
gorm.io/driver/mysql v1.0.3 |
|
|
gorm.io/driver/postgres v1.2.1 |
|
|
gorm.io/driver/postgres v1.2.1 |
|
|
gorm.io/gorm v1.22.2 |
|
|
gorm.io/gorm v1.22.2 |
|
|
honnef.co/go/tools v0.0.1-2020.1.3 |
|
|
|
|
|
// gotest.tools v2.2.0+incompatible |
|
|
// gotest.tools v2.2.0+incompatible |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|