Skip to content

Commit

Permalink
Fix concurrent map panic on inject metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Dong <djdongjin95@gmail.com>
  • Loading branch information
djdongjin committed Dec 30, 2024
1 parent f50a922 commit 312dbd7
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 16 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/containerd/otelttrpc
go 1.13

require (
github.com/containerd/ttrpc v1.2.2
github.com/containerd/ttrpc v1.2.7
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.19.0
go.opentelemetry.io/otel/metric v1.19.0
go.opentelemetry.io/otel/sdk v1.19.0
go.opentelemetry.io/otel/trace v1.19.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.30.0
google.golang.org/grpc v1.57.1
google.golang.org/protobuf v1.33.0
)
Loading

0 comments on commit 312dbd7

Please sign in to comment.