Skip to content

Commit

Permalink
Bumped OpenTelemetry to v0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed Mar 15, 2021
1 parent 17e5bef commit 46f6e27
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 46f6e27

Please sign in to comment.