forked from honeycombio/honeycomb-kubernetes-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.43 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
35
module github.com/honeycombio/honeycomb-kubernetes-agent
go 1.12
require (
github.com/boltdb/bolt v1.3.1
github.com/golang/protobuf v1.4.0 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/honeycombio/dynsampler-go v0.2.1
github.com/honeycombio/gonx v1.3.1-0.20171118020637-f9b2468e9ef8
github.com/honeycombio/honeytail v1.2.0
github.com/honeycombio/libhoney-go v1.15.0
github.com/honeycombio/urlshaper v0.0.0-20170302202025-2baba9ae5b5f
github.com/hpcloud/tail v1.0.1-0.20170814160653-37f427138745
github.com/jessevdk/go-flags v1.4.0
github.com/json-iterator/go v1.1.9 // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
github.com/mitchellh/mapstructure v1.4.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
k8s.io/kubernetes v1.12.0
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
)