This repository was archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.31 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.31 KB
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
module github.com/bwNetFlow/processor_enricher
go 1.14
require (
github.com/DataDog/zstd v1.4.5 // indirect
github.com/Shopify/sarama v1.27.2 // indirect
github.com/alouca/gologger v0.0.0-20120904114645-7d4b7291de9c // indirect
github.com/alouca/gosnmp v0.0.0-20170620005048-04d83944c9ab
github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect
github.com/bwNetFlow/ip_prefix_trie v0.0.0-20190717112653-3fe50ea5b638
github.com/bwNetFlow/kafkaconnector v0.0.0-20201026123259-b5b86cfb0ae8
github.com/bwNetFlow/protobuf/go v0.0.0-20201022144742-933b7710ed05
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/klauspost/compress v1.11.1 // indirect
github.com/onsi/ginkgo v1.12.1 // indirect
github.com/onsi/gomega v1.10.0 // indirect
github.com/oschwald/maxminddb-golang v1.7.0
github.com/patrickmn/go-cache v2.1.0+incompatible
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201026091529-146b70c837a4 // indirect
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
)