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.
16 lines
420 B
Modula-2
16 lines
420 B
Modula-2
3 years ago
|
module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
replace go.opentelemetry.io/contrib => ../../../..
|
||
|
|
||
|
require (
|
||
|
github.com/felixge/httpsnoop v1.0.2
|
||
|
github.com/stretchr/testify v1.7.0
|
||
|
go.opentelemetry.io/contrib v0.21.0
|
||
|
go.opentelemetry.io/otel v1.0.0-RC1
|
||
|
go.opentelemetry.io/otel/metric v0.21.0
|
||
|
go.opentelemetry.io/otel/oteltest v1.0.0-RC1
|
||
|
go.opentelemetry.io/otel/trace v1.0.0-RC1
|
||
|
)
|