module github.com/observiq/stanza go 1.14 require ( cloud.google.com/go/logging v1.4.1 github.com/Azure/azure-event-hubs-go/v3 v3.3.9 github.com/antonmedv/expr v1.8.2 github.com/aws/aws-sdk-go v1.38.31 github.com/bmatcuk/doublestar/v2 v2.0.4 github.com/cenkalti/backoff/v4 v4.1.1 github.com/cloudflare/goflow/v3 v3.4.2 github.com/elastic/go-elasticsearch/v7 v7.13.0 github.com/fatih/structs v1.1.0 github.com/golang/protobuf v1.5.2 github.com/hashicorp/go-uuid v1.0.2 github.com/jpillora/backoff v1.0.0 github.com/json-iterator/go v1.1.10 github.com/kardianos/service v1.2.0 github.com/mitchellh/mapstructure v1.4.1 github.com/observiq/ctimefmt v1.0.0 github.com/observiq/go-syslog/v3 v3.0.2 github.com/observiq/nanojack v0.0.0-20201106172433-343928847ebc github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v1.1.3 github.com/stretchr/testify v1.7.0 github.com/testcontainers/testcontainers-go v0.11.0 go.etcd.io/bbolt v1.3.5 go.opentelemetry.io/collector v0.13.0 go.uber.org/multierr v1.5.0 go.uber.org/zap v1.16.0 golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324 golang.org/x/text v0.3.6 gonum.org/v1/gonum v0.6.2 google.golang.org/api v0.46.0 google.golang.org/genproto v0.0.0-20210518161634-ec7691c0a37d google.golang.org/grpc v1.38.0 gopkg.in/yaml.v2 v2.4.0 k8s.io/api v0.21.1 k8s.io/apimachinery v0.21.1 k8s.io/client-go v0.21.1 )