Skip to content

Commit

Permalink
Merge pull request #57 from hellofresh/patch/EES-5598-otel-update
Browse files Browse the repository at this point in the history
Updated OpenTelemetry to the latest stable version
  • Loading branch information
vgarvardt authored Apr 15, 2021
2 parents e67bcf5 + cbeb3f1 commit 1c998df
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 24 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ go 1.15
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/go-redis/redis/v8 v8.7.1
github.com/go-sql-driver/mysql v1.5.0
github.com/jackc/pgx/v4 v4.10.0
github.com/lib/pq v1.9.0
github.com/go-sql-driver/mysql v1.6.0
github.com/jackc/pgx/v4 v4.11.0
github.com/lib/pq v1.10.0
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.4.1
go.opentelemetry.io/otel v0.18.0
go.opentelemetry.io/otel/trace v0.18.0
golang.org/x/text v0.3.5 // indirect
go.opentelemetry.io/otel v0.19.0
go.opentelemetry.io/otel/trace v0.19.0
google.golang.org/grpc v1.36.0
)
Loading

0 comments on commit 1c998df

Please sign in to comment.