-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
34 lines (32 loc) · 1.81 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
module github.com/phenomenes/varnishlogbeat
go 1.14
require (
github.com/Shopify/sarama v1.14.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.1-0.20160104191539-b86b1ec0dd42 // 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.14+incompatible
github.com/elastic/go-lumber v0.1.0 // indirect
github.com/elastic/go-ucfg v0.4.6 // indirect
github.com/garyburd/redigo v1.0.0 // indirect
github.com/golang/snappy v0.0.0-20160529050041-d9eb7a3d35ec // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/klauspost/compress v0.0.0-20160313145351-006acde2c5d2 // indirect
github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc // indirect
github.com/mitchellh/hashstructure v0.0.0-20160609170929-b098c52ef6be // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nranchev/go-libGeoIP v0.0.0-20140312025335-c78e8bd2dd35 // indirect
github.com/phenomenes/vago v1.3.0
github.com/pierrec/lz4 v0.0.0-20161206202305-5c9560bfa9ac // indirect
github.com/pierrec/xxHash v0.0.0-20160112165351-5a004441f897 // indirect
github.com/pkg/errors v0.7.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20160921195207-ab2277b1c5d1 // indirect
github.com/satori/go.uuid v1.1.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/net v0.0.0-20160304045624-d58ca6618b99 // indirect
golang.org/x/sys v0.0.0-20160615012701-62bee0375999 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.0.0-20160301204022-a83829b6f129 // indirect
)