Skip to content

Commit

Permalink
chore: degrade apm version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhaidong committed Dec 23, 2024
1 parent 5d851c5 commit 47550e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ require (
github.com/stretchr/objx v0.5.2
github.com/stretchr/testify v1.9.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.elastic.co/apm v1.15.0
go.elastic.co/apm/module/apmgoredis v1.15.0
go.elastic.co/apm/module/apmgrpc v1.15.0
go.elastic.co/apm/module/apmsql v1.15.0
go.elastic.co/apm v1.14.0
go.elastic.co/apm/module/apmgoredis v1.14.0
go.elastic.co/apm/module/apmgrpc v1.14.0
go.elastic.co/apm/module/apmsql v1.14.0
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
go.opentelemetry.io/otel/sdk v1.29.0
Expand Down Expand Up @@ -133,7 +133,7 @@ require (
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
go.elastic.co/apm/module/apmhttp v1.15.0 // indirect
go.elastic.co/apm/module/apmhttp v1.14.0 // indirect
go.elastic.co/fastjson v1.1.0 // indirect
go.mongodb.org/mongo-driver v1.8.3 // indirect
go.opencensus.io v0.24.0 // indirect
Expand Down

0 comments on commit 47550e2

Please sign in to comment.