We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be5512 commit 4836146Copy full SHA for 4836146
.gitignore
@@ -13,3 +13,6 @@
13
14
# Dependency directories (remove the comment below to include it)
15
# vendor/
16
+
17
+# IDE
18
+.idea/
go.mod
@@ -3,6 +3,7 @@ module github.com/dtm-labs/client
3
go 1.16
4
5
require (
6
+ github.com/cloudwego/kitex v0.4.2
7
github.com/dtm-labs/dtmdriver v0.0.6
8
github.com/go-redis/redis/v8 v8.11.5
9
github.com/go-resty/resty/v2 v2.7.0
0 commit comments