-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (40 loc) · 1.66 KB
/
go.mod
File metadata and controls
42 lines (40 loc) · 1.66 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
33
34
35
36
37
38
39
40
41
42
module github.com/bluemedora/bplogagent
go 1.13
require (
cloud.google.com/go/logging v1.0.0
github.com/andrewkroh/sys v0.0.0-20151128191922-287798fe3e43 // indirect
github.com/antonmedv/expr v1.4.5
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200429055951-e9eb76d55d12
github.com/elastic/go-sysinfo v1.1.0 // indirect
github.com/elastic/go-ucfg v0.8.3 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gdamore/tcell v1.3.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/protobuf v1.3.4
github.com/hashicorp/go-uuid v1.0.2
github.com/influxdata/go-syslog/v3 v3.0.0
github.com/json-iterator/go v1.1.9
github.com/kr/pretty v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/rivo/uniseg v0.1.0 // indirect
github.com/sanity-io/litter v1.2.0 // indirect
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/xeipuuv/gojsonschema v1.2.0
go.etcd.io/bbolt v1.3.3
go.uber.org/goleak v1.0.0
go.uber.org/zap v1.14.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb // indirect
gonum.org/v1/gonum v0.6.2
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200304201815-d429ff31ee6c
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)