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
10 lines
230 B
Modula-2
10 lines
230 B
Modula-2
module github.com/felixge/go-profiler-notes/examples/datadog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.2.0+incompatible // indirect
|
|
github.com/google/uuid v1.1.4 // indirect
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
|
|
)
|