-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (33 loc) · 1.31 KB
/
go.mod
File metadata and controls
35 lines (33 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
30
31
32
33
34
35
module github.com/bluemedora/bplogagent
go 1.13
require (
cloud.google.com/go/logging v1.0.0
github.com/antonmedv/expr v1.8.2
github.com/cenkalti/backoff/v4 v4.0.2
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200429055951-e9eb76d55d12
github.com/golang/protobuf v1.3.4
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gax-go v1.0.3
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/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.5.1
go.etcd.io/bbolt v1.3.4
go.uber.org/zap v1.15.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97 // indirect
gonum.org/v1/gonum v0.6.2
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200304201815-d429ff31ee6c
google.golang.org/grpc v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)