Skip to content

Commit 314a132

Browse files
committed
Fix go.mod
1 parent e6cdb70 commit 314a132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ require (
1919
github.com/prometheus/client_golang v1.23.2
2020
github.com/stretchr/testify v1.11.1
2121
go.elastic.co/apm/module/apmgorilla/v2 v2.7.1
22+
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
2223
go.elastic.co/apm/module/apmzap/v2 v2.7.1
2324
go.elastic.co/apm/v2 v2.7.1
2425
go.elastic.co/ecszap v1.0.3
@@ -76,7 +77,6 @@ require (
7677
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
7778
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
7879
github.com/zeebo/errs v1.4.0 // indirect
79-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1 // indirect
8080
go.elastic.co/fastjson v1.5.1 // indirect
8181
go.opencensus.io v0.24.0 // indirect
8282
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

0 commit comments

Comments
 (0)