Skip to content

Commit

Permalink
Merge pull request #56 from hellofresh/EES-5434
Browse files Browse the repository at this point in the history
Bumped OpenTelemetry to v0.18
  • Loading branch information
vgarvardt authored Mar 15, 2021
2 parents 17e5bef + 46f6e27 commit e67bcf5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 48 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ go 1.15

require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/go-redis/redis/v8 v8.4.2
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/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.4.1
go.opentelemetry.io/otel v0.16.0
google.golang.org/grpc v1.34.0
go.opentelemetry.io/otel v0.18.0
go.opentelemetry.io/otel/trace v0.18.0
golang.org/x/text v0.3.5 // indirect
google.golang.org/grpc v1.36.0
)
Loading

0 comments on commit e67bcf5

Please sign in to comment.