-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 864 Bytes
/
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
module github.com/nwpc-oper/nwpc-message-client
go 1.16
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/frankban/quicktest v1.11.2 // indirect
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.2 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/klauspost/compress v1.11.1 // indirect
github.com/olivere/elastic/v7 v7.0.24
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/segmentio/kafka-go v0.4.5
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/streadway/amqp v1.0.0
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb // indirect
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
)