Skip to content

Commit

Permalink
Bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.7 to 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 24, 2021
1 parent 99da4f1 commit bc33056
Show file tree
Hide file tree
Showing 2 changed files with 1,564 additions and 39 deletions.
37 changes: 22 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,38 @@ module github.com/observiq/stanza
go 1.14

require (
github.com/Azure/azure-event-hubs-go/v3 v3.3.7
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.0.2
github.com/elastic/go-elasticsearch/v7 v7.12.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/kr/text v0.2.0 // indirect
github.com/kardianos/service v1.2.0
github.com/mitchellh/mapstructure v1.4.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
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/spf13/cobra v1.1.3
github.com/stretchr/testify v1.6.1
go.etcd.io/bbolt v1.3.4
go.uber.org/zap v1.15.0
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect
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
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
google.golang.org/api v0.46.0
google.golang.org/genproto v0.0.0-20210518161634-ec7691c0a37d
google.golang.org/grpc v1.37.1
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
)
Loading

0 comments on commit bc33056

Please sign in to comment.