forked from apache/skywalking-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.work
59 lines (51 loc) · 1.27 KB
/
go.work
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
go 1.18
use (
.
// define the plugins
./plugins/core
./plugins/dubbo
./plugins/gin
./plugins/http
./plugins/go-redisv9
./plugins/go-restfulv3
./plugins/gorm
./plugins/kratosv2
./plugins/microv4
./plugins/mongo
./plugins/sql
./plugins/runtimemetrics
./plugins/mux
./plugins/grpc
./plugins/irisv12
./plugins/trace-activation
./plugins/fasthttp
./plugins/fiber
./plugins/echov4
./test/benchmark-codebase/consumer
./test/benchmark-codebase/provider
./test/plugins/runner-helper
// define the plugin test scenarios
./test/plugins/scenarios/dubbo
./test/plugins/scenarios/gin
./test/plugins/scenarios/http
./test/plugins/scenarios/go-redisv9
./test/plugins/scenarios/go-restfulv3
./test/plugins/scenarios/gorm
./test/plugins/scenarios/kratosv2
./test/plugins/scenarios/microv4
./test/plugins/scenarios/mongo
./test/plugins/scenarios/mysql
./test/plugins/scenarios/logrus
./test/plugins/scenarios/zap
./test/plugins/scenarios/mux
./test/plugins/scenarios/grpc
./test/plugins/scenarios/irisv12
./test/plugins/scenarios/trace-activation
./test/plugins/scenarios/fasthttp
./test/plugins/scenarios/fiber
./test/plugins/scenarios/plugin_exclusion
./test/plugins/scenarios/runtime_metrics
./test/plugins/scenarios/echov4
./tools/go-agent
./toolkit
)