Skip to content

Commit

Permalink
Merge pull request #66 from hellofresh/patch/otel-1.0
Browse files Browse the repository at this point in the history
OTel 1.0
  • Loading branch information
vgarvardt authored Sep 21, 2021
2 parents 8e6abbf + ed14e92 commit 00df590
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 311 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ go 1.15

require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/go-redis/redis/v8 v8.10.0
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-redis/redis/v8 v8.11.3
github.com/go-sql-driver/mysql v1.6.0
github.com/jackc/pgx/v4 v4.11.0
github.com/klauspost/compress v1.13.5 // indirect
github.com/lib/pq v1.10.0
github.com/jackc/pgx/v4 v4.13.0
github.com/lib/pq v1.10.2
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.7.2
go.opentelemetry.io/otel v1.0.0-RC3
go.opentelemetry.io/otel/internal/metric v0.23.0 // indirect
go.opentelemetry.io/otel/trace v1.0.0-RC3
go.opentelemetry.io/otel v1.0.0
go.opentelemetry.io/otel/trace v1.0.0
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/grpc v1.36.0
)
Loading

0 comments on commit 00df590

Please sign in to comment.