mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
12 lines
396 B
Modula-2
12 lines
396 B
Modula-2
module github.com/felixge/go-profiler-notes/examples/stuck-program
|
|
|
|
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.28.0
|
|
)
|
|
|
|
replace gopkg.in/DataDog/dd-trace-go.v1 => /Users/felix.geisendoerfer/go/src/github.com/DataDog/dd-trace-go
|