5
5
require (
6
6
github.com/SkyAPM/go2sky v1.4.1
7
7
github.com/cloudevents/sdk-go/v2 v2.4.1
8
- github.com/dapr/dapr v1.8.0
8
+ github.com/dapr/dapr v1.8.1
9
9
github.com/dapr/go-sdk v1.5.0
10
10
github.com/fatih/structs v1.1.0
11
11
github.com/golang/protobuf v1.5.2
@@ -17,3 +17,25 @@ require (
17
17
k8s.io/klog/v2 v2.30.0
18
18
skywalking.apache.org/repo/goapi v0.0.0-20220401015832-2c9eee9481eb
19
19
)
20
+
21
+ require (
22
+ github.com/davecgh/go-spew v1.1.1 // indirect
23
+ github.com/go-logr/logr v1.2.3 // indirect
24
+ github.com/json-iterator/go v1.1.12 // indirect
25
+ github.com/kr/pretty v0.3.0 // indirect
26
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
27
+ github.com/modern-go/reflect2 v1.0.2 // indirect
28
+ github.com/pmezard/go-difflib v1.0.0 // indirect
29
+ github.com/rogpeppe/go-internal v1.8.0 // indirect
30
+ go.uber.org/atomic v1.9.0 // indirect
31
+ go.uber.org/goleak v1.1.12 // indirect
32
+ go.uber.org/multierr v1.7.0 // indirect
33
+ go.uber.org/zap v1.21.0 // indirect
34
+ golang.org/x/net v0.0.0-20220621193019-9d032be2e588 // indirect
35
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
36
+ golang.org/x/text v0.3.7 // indirect
37
+ google.golang.org/genproto v0.0.0-20220622171453-ea41d75dfa0f // indirect
38
+ google.golang.org/protobuf v1.28.0 // indirect
39
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
40
+ gopkg.in/yaml.v3 v3.0.1 // indirect
41
+ )
0 commit comments