-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
25 lines (23 loc) · 1000 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
25
module artemis_hids
go 1.14
require (
github.com/confluentinc/confluent-kafka-go v1.6.1 // indirect
github.com/coreos/etcd v2.3.8+incompatible // indirect
github.com/etcd-io/etcd v2.3.8+incompatible // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/gxlog/gxlog v0.7.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mdlayher/netlink v1.4.1 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
github.com/olivere/elastic v6.2.35+incompatible // indirect
github.com/olivere/elastic/v7 v7.0.24 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/segmentio/kafka-go v0.4.7
github.com/sevlyar/go-daemon v0.1.5 // indirect
github.com/takama/daemon v1.0.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
gopkg.in/olivere/elastic.v6 v6.2.35 // indirect
)