Skip to content

Commit e44e6d6

Browse files
committed
chore: update core
1 parent 7319a02 commit e44e6d6

File tree

2 files changed

+129
-8
lines changed

2 files changed

+129
-8
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ module github.com/DoNewsCode/core-processor
33
go 1.17
44

55
require (
6-
github.com/DoNewsCode/core v0.10.4
6+
github.com/DoNewsCode/core v0.11.1
77
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
99
github.com/oklog/run v1.1.0
1010
github.com/pkg/errors v0.9.1
1111
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
1313
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
1515
)
1616

1717
require (
1818
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
2020
)
2121

2222
require (
@@ -29,17 +29,17 @@ require (
2929
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3030
github.com/klauspost/compress v1.13.6 // indirect
3131
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
3333
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3434
github.com/opentracing/opentracing-go v1.2.0 // indirect
3535
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
3636
github.com/pmezard/go-difflib v1.0.0 // indirect
3737
github.com/robfig/cron/v3 v3.0.1 // indirect
3838
github.com/spf13/pflag v1.0.5 // indirect
3939
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
4141
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
4343
golang.org/x/text v0.3.7 // indirect
4444
golang.org/x/tools v0.1.5 // indirect
4545
google.golang.org/protobuf v1.27.1 // indirect

0 commit comments

Comments
 (0)