You've already forked go-profiler-notes
mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2025-07-12 23:50:13 +02:00
13 lines
444 B
Modula-2
13 lines
444 B
Modula-2
module github.com/felixge/go-profiler-notes/examples/stuck-producer-consumer
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.4.0+incompatible // indirect
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.29.0-alpha.1.0.20210216140755-2d091eca40bb
|
|
)
|
|
|
|
replace gopkg.in/DataDog/dd-trace-go.v1 => /Users/felix.geisendoerfer/go/src/github.com/DataDog/dd-trace-go
|