-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.57 KB
/
go.mod
File metadata and controls
32 lines (30 loc) · 1.57 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
30
31
32
module github.com/indeedsecurity/carbonbeat/v2
go 1.12
require (
github.com/Shopify/sarama v1.12.0 // indirect
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
github.com/eapache/go-resiliency v1.0.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect
github.com/eapache/queue v1.0.2 // indirect
github.com/elastic/beats v5.6.2+incompatible
github.com/elastic/go-lumber v0.1.0 // indirect
github.com/elastic/go-ucfg v0.4.6 // indirect
github.com/garyburd/redigo v1.1.0 // indirect
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/klauspost/compress v1.2.1 // indirect
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
github.com/nranchev/go-libGeoIP v0.0.0-20170629073846-d6d4a9a4c7e8 // indirect
github.com/pierrec/lz4 v1.0.1 // indirect
github.com/pierrec/xxHash v0.1.1 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5 // indirect
github.com/satori/go.uuid v1.1.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20170927055102-0a9397675ba3 // indirect
golang.org/x/sys v0.0.0-20170927054621-314a259e304f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)