-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
go.work
134 lines (132 loc) · 2.96 KB
/
go.work
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
123
124
125
126
127
128
129
130
131
132
133
134
go 1.23.0
toolchain go1.23.3
use (
.
comp/api/api/def
comp/api/authtoken
comp/core/config
comp/core/flare/builder
comp/core/flare/types
comp/core/hostname/hostnameinterface
comp/core/log/def
comp/core/log/impl
comp/core/log/impl-trace
comp/core/log/mock
comp/core/secrets
comp/core/status
comp/core/status/statusimpl
comp/core/tagger/origindetection
comp/core/tagger/tags
comp/core/tagger/types
comp/core/tagger/utils
comp/core/telemetry
comp/def
comp/forwarder/defaultforwarder
comp/forwarder/orchestrator/orchestratorinterface
comp/logs/agent/config
comp/netflow/payload
comp/otelcol/collector-contrib/def
comp/otelcol/collector-contrib/impl
comp/otelcol/converter/def
comp/otelcol/converter/impl
comp/otelcol/ddflareextension/def
comp/otelcol/ddflareextension/impl
comp/otelcol/logsagentpipeline
comp/otelcol/logsagentpipeline/logsagentpipelineimpl
comp/otelcol/otlp/components/exporter/datadogexporter
comp/otelcol/otlp/components/exporter/logsagentexporter
comp/otelcol/otlp/components/exporter/serializerexporter
comp/otelcol/otlp/components/metricsclient
comp/otelcol/otlp/components/processor/infraattributesprocessor
comp/otelcol/otlp/components/statsprocessor
comp/otelcol/otlp/testutil
comp/serializer/compression
comp/trace/agent/def
comp/trace/compression/def
comp/trace/compression/impl-gzip
comp/trace/compression/impl-zstd
internal/tools
internal/tools/independent-lint
internal/tools/modformatter
internal/tools/modparser
internal/tools/proto
internal/tools/worksynchronizer
pkg/aggregator/ckey
pkg/api
pkg/collector/check/defaults
pkg/config/env
pkg/config/mock
pkg/config/model
pkg/config/nodetreemodel
pkg/config/remote
pkg/config/setup
pkg/config/structure
pkg/config/teeconfig
pkg/config/utils
pkg/errors
pkg/gohai
pkg/linters/components/pkgconfigusage
pkg/logs/auditor
pkg/logs/client
pkg/logs/diagnostic
pkg/logs/message
pkg/logs/metrics
pkg/logs/pipeline
pkg/logs/processor
pkg/logs/sds
pkg/logs/sender
pkg/logs/sources
pkg/logs/status/statusinterface
pkg/logs/status/utils
pkg/logs/util/testutils
pkg/metrics
pkg/networkdevice/profile
pkg/obfuscate
pkg/orchestrator/model
pkg/process/util/api
pkg/proto
pkg/remoteconfig/state
pkg/security/secl
pkg/security/seclwin
pkg/serializer
pkg/status/health
pkg/tagger/types
pkg/tagset
pkg/telemetry
pkg/trace
pkg/trace/stats/oteltest
pkg/util/backoff
pkg/util/buf
pkg/util/cache
pkg/util/cgroups
pkg/util/common
pkg/util/containers/image
pkg/util/defaultpaths
pkg/util/executable
pkg/util/filesystem
pkg/util/flavor
pkg/util/fxutil
pkg/util/grpc
pkg/util/hostname/validate
pkg/util/http
pkg/util/json
pkg/util/log
pkg/util/log/setup
pkg/util/optional
pkg/util/pointer
pkg/util/scrubber
pkg/util/sort
pkg/util/startstop
pkg/util/statstracker
pkg/util/system
pkg/util/system/socket
pkg/util/testutil
pkg/util/utilizationtracker
pkg/util/uuid
pkg/util/winutil
pkg/version
test/fakeintake
test/new-e2e
test/otel
tools/retry_file_dump
)