1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-12 23:50:13 +02:00
Files

10 lines
230 B
Modula-2
Raw Permalink Normal View History

2021-01-09 17:55:33 +01:00
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
)