-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
50 lines (44 loc) · 1.73 KB
/
go.mod
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
module github.com/DoNewsCode/core-processor
go 1.17
require (
github.com/DoNewsCode/core v0.11.1
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/knadh/koanf v1.4.0 // indirect
github.com/oklog/run v1.1.0
github.com/pkg/errors v0.9.1
github.com/segmentio/kafka-go v0.4.26
github.com/spf13/cobra v1.3.0 // indirect
github.com/stretchr/testify v1.7.0
google.golang.org/genproto v0.0.0-20220112215332-a9c7c0acf9f2 // indirect
)
require (
github.com/go-kit/log v0.2.0
google.golang.org/grpc v1.43.0 // indirect
)
require golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/compress v1.14.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/dig v1.13.0 // indirect
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
retract v0.1.0