forked from DataDog/dd-trace-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
122 lines (117 loc) · 5.73 KB
/
go.mod
File metadata and controls
122 lines (117 loc) · 5.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
module github.com/DataDog/dd-trace-go/v2
go 1.25.0
godebug x509negativeserial=1
require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.77.0
github.com/DataDog/datadog-agent/pkg/proto v0.77.0
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.77.0
github.com/DataDog/datadog-agent/pkg/trace/stats v0.77.0
github.com/DataDog/datadog-agent/pkg/trace/traceutil v0.77.0
github.com/DataDog/datadog-go/v5 v5.8.3
github.com/DataDog/go-libddwaf/v4 v4.9.0
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20260217080614-b0f4edc38a6d
github.com/DataDog/sketches-go v1.4.8
github.com/cenkalti/backoff/v5 v5.0.3
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6
github.com/google/uuid v1.6.0
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.18.4
github.com/linkdata/deadlock v0.5.5
github.com/minio/simdjson-go v0.4.5
github.com/open-feature/go-sdk v1.17.0
github.com/puzpuzpuz/xsync/v3 v3.5.1
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.11.1
github.com/tinylib/msgp v1.6.3
github.com/trailofbits/go-mutexasserts v0.0.0-20250514102930-c1f3d2e37561
go.opentelemetry.io/collector/pdata/pprofile v0.145.1-0.20260205185216-81bc641f26c0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
go.opentelemetry.io/otel v1.41.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0
go.opentelemetry.io/otel/log v0.15.0
go.opentelemetry.io/otel/metric v1.41.0
go.opentelemetry.io/otel/sdk v1.40.0
go.opentelemetry.io/otel/sdk/log v0.14.0
go.opentelemetry.io/otel/sdk/metric v1.40.0
go.opentelemetry.io/otel/trace v1.41.0
go.opentelemetry.io/proto/otlp v1.9.0
go.uber.org/goleak v1.3.0
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/exp v0.0.0-20260209203927-2842357ff358
golang.org/x/mod v0.33.0
golang.org/x/sync v0.20.0
golang.org/x/sys v0.42.0
golang.org/x/time v0.15.0
golang.org/x/tools v0.42.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
google.golang.org/protobuf v1.36.11
)
require (
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/attributes v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/template v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/trace v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/trace/log v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/trace/otel v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.77.0 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.77.0 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4 // indirect
github.com/hashicorp/go-version v1.8.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20260216142805-b3301c5f2a88 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/outcaste-io/ristretto v0.2.3 // indirect
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/collector/component v1.51.1-0.20260205185216-81bc641f26c0 // indirect
go.opentelemetry.io/collector/featuregate v1.51.1-0.20260205185216-81bc641f26c0 // indirect
go.opentelemetry.io/collector/pdata v1.51.1-0.20260205185216-81bc641f26c0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/mock v0.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
google.golang.org/grpc v1.79.3 // indirect
gopkg.in/ini.v1 v1.67.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.35.1 // indirect
)
retract (
[v2.0.0-rc.1, v2.0.0-rc.22]
[v2.0.0-beta.1, v2.0.0-beta.11]
v2.0.0-20240516153256-8d6fa2bea61d
)