mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
16 lines
538 B
Modula-2
16 lines
538 B
Modula-2
module github.com/felixge/go-profiler-notes/examples/datadog
|
|
|
|
go 1.25.7
|
|
|
|
require gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v4.2.0+incompatible // indirect
|
|
github.com/google/uuid v1.1.4 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/philhofer/fwd v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
|
|
)
|