@@ -3,20 +3,20 @@ module github.com/DoNewsCode/core-processor
3
3
go 1.17
4
4
5
5
require (
6
- github.com/DoNewsCode/core v0.10.4
6
+ github.com/DoNewsCode/core v0.11.1
7
7
github.com/fsnotify/fsnotify v1.5.1 // indirect
8
- github.com/knadh/koanf v1.3.3 // indirect
8
+ github.com/knadh/koanf v1.4.0 // indirect
9
9
github.com/oklog/run v1.1.0
10
10
github.com/pkg/errors v0.9.1
11
11
github.com/segmentio/kafka-go v0.4.25
12
- github.com/spf13/cobra v1.2.1 // indirect
12
+ github.com/spf13/cobra v1.3.0 // indirect
13
13
github.com/stretchr/testify v1.7.0
14
- google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
14
+ google.golang.org/genproto v0.0.0-20220112215332-a9c7c0acf9f2 // indirect
15
15
)
16
16
17
17
require (
18
18
github.com/go-kit/log v0.2.0
19
- google.golang.org/grpc v1.42 .0 // indirect
19
+ google.golang.org/grpc v1.43 .0 // indirect
20
20
)
21
21
22
22
require (
@@ -29,17 +29,17 @@ require (
29
29
github.com/inconshreveable/mousetrap v1.0.0 // indirect
30
30
github.com/klauspost/compress v1.13.6 // indirect
31
31
github.com/mitchellh/copystructure v1.2.0 // indirect
32
- github.com/mitchellh/mapstructure v1.4.2 // indirect
32
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
33
33
github.com/mitchellh/reflectwalk v1.0.2 // indirect
34
34
github.com/opentracing/opentracing-go v1.2.0 // indirect
35
35
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
36
36
github.com/pmezard/go-difflib v1.0.0 // indirect
37
37
github.com/robfig/cron/v3 v3.0.1 // indirect
38
38
github.com/spf13/pflag v1.0.5 // indirect
39
39
go.uber.org/dig v1.13.0 // indirect
40
- golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
40
+ golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
41
41
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
42
- golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
42
+ golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
43
43
golang.org/x/text v0.3.7 // indirect
44
44
golang.org/x/tools v0.1.5 // indirect
45
45
google.golang.org/protobuf v1.27.1 // indirect
0 commit comments