You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
329 B
Modula-2
14 lines
329 B
Modula-2
module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
|
|
|
go 1.16
|
|
|
|
replace go.opentelemetry.io/contrib => ../../../..
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.2
|
|
github.com/stretchr/testify v1.7.0
|
|
go.opentelemetry.io/otel v1.3.0
|
|
go.opentelemetry.io/otel/metric v0.26.0
|
|
go.opentelemetry.io/otel/trace v1.3.0
|
|
)
|