Skip to content

Commit

Permalink
Bump github.com/jaegertracing/jaeger from 1.24.0 to 1.25.0 (#3802)
Browse files Browse the repository at this point in the history
* Bump github.com/jaegertracing/jaeger from 1.24.0 to 1.25.0

Bumps [github.com/jaegertracing/jaeger](https://github.com/jaegertracing/jaeger) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/jaegertracing/jaeger/releases)
- [Changelog](https://github.com/jaegertracing/jaeger/blob/master/CHANGELOG.md)
- [Commits](jaegertracing/jaeger@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: github.com/jaegertracing/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add logger parameter to Jaeger Agent HTTP server

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
dependabot[bot] and jpkrohling authored Aug 9, 2021
1 parent bb9569f commit 28acc7d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 10 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ go 1.16
require (
contrib.go.opencensus.io/exporter/prometheus v0.3.0
github.com/Shopify/sarama v1.29.1
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/antonmedv/expr v1.8.9
github.com/apache/thrift v0.14.2
github.com/cenkalti/backoff/v4 v4.1.1
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/fatih/structtag v1.2.0
github.com/go-kit/kit v0.11.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/protobuf v1.5.2
Expand All @@ -22,13 +20,12 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jaegertracing/jaeger v1.24.0
github.com/jaegertracing/jaeger v1.25.0
github.com/knadh/koanf v1.2.1
github.com/leoluk/perflib_exporter v0.1.0
github.com/magiconair/properties v1.8.5
github.com/mitchellh/mapstructure v1.4.1
github.com/openzipkin/zipkin-go v0.2.5
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.30.0
Expand Down
Loading

0 comments on commit 28acc7d

Please sign in to comment.