|
1 | 1 | module github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/cenkalti/backoff/v4 v4.2.1 |
7 | | - github.com/docker/go-connections v0.4.0 |
| 6 | + github.com/cenkalti/backoff/v4 v4.3.0 |
| 7 | + github.com/docker/go-connections v0.6.0 |
8 | 8 | github.com/observiq/ctimefmt v1.0.0 |
9 | 9 | github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.81.0 |
10 | | - github.com/stretchr/testify v1.8.4 |
11 | | - github.com/testcontainers/testcontainers-go v0.21.0 |
| 10 | + github.com/stretchr/testify v1.11.1 |
| 11 | + github.com/testcontainers/testcontainers-go v0.42.0 |
12 | 12 | go.opentelemetry.io/collector v0.81.0 |
13 | 13 | go.opentelemetry.io/collector/component v0.81.0 |
14 | 14 | go.opentelemetry.io/collector/consumer v0.81.0 |
15 | 15 | go.opentelemetry.io/collector/featuregate v1.0.0-rcv0013 |
16 | 16 | go.opentelemetry.io/collector/pdata v1.0.0-rcv0013 |
17 | 17 | go.opentelemetry.io/collector/receiver v0.81.0 |
18 | 18 | go.opentelemetry.io/collector/semconv v0.81.0 |
19 | | - go.opentelemetry.io/otel v1.16.0 |
20 | | - go.opentelemetry.io/otel/trace v1.16.0 |
| 19 | + go.opentelemetry.io/otel v1.41.0 |
| 20 | + go.opentelemetry.io/otel/trace v1.41.0 |
21 | 21 | go.uber.org/multierr v1.11.0 |
22 | 22 | go.uber.org/zap v1.24.0 |
23 | | - golang.org/x/text v0.10.0 |
| 23 | + golang.org/x/text v0.34.0 |
24 | 24 | gopkg.in/yaml.v3 v3.0.1 |
25 | 25 | ) |
26 | 26 |
|
27 | 27 | require ( |
28 | | - github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
29 | | - github.com/Microsoft/go-winio v0.5.2 // indirect |
30 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
31 | | - github.com/containerd/containerd v1.6.19 // indirect |
32 | | - github.com/cpuguy83/dockercfg v0.3.1 // indirect |
| 28 | + dario.cat/mergo v1.0.2 // indirect |
| 29 | + github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect |
| 30 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 31 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 32 | + github.com/containerd/errdefs v1.0.0 // indirect |
| 33 | + github.com/containerd/errdefs/pkg v0.3.0 // indirect |
| 34 | + github.com/containerd/log v0.1.0 // indirect |
| 35 | + github.com/containerd/platforms v0.2.1 // indirect |
| 36 | + github.com/cpuguy83/dockercfg v0.3.2 // indirect |
33 | 37 | github.com/davecgh/go-spew v1.1.1 // indirect |
34 | | - github.com/docker/distribution v2.8.2+incompatible // indirect |
35 | | - github.com/docker/docker v24.0.2+incompatible // indirect |
| 38 | + github.com/distribution/reference v0.6.0 // indirect |
36 | 39 | github.com/docker/go-units v0.5.0 // indirect |
| 40 | + github.com/ebitengine/purego v0.10.0 // indirect |
| 41 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 42 | + github.com/go-logr/logr v1.4.3 // indirect |
| 43 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 44 | + github.com/go-ole/go-ole v1.2.6 // indirect |
37 | 45 | github.com/gogo/protobuf v1.3.2 // indirect |
38 | | - github.com/golang/protobuf v1.5.3 // indirect |
39 | | - github.com/google/uuid v1.3.0 // indirect |
40 | | - github.com/imdario/mergo v0.3.15 // indirect |
| 46 | + github.com/google/uuid v1.6.0 // indirect |
41 | 47 | github.com/json-iterator/go v1.1.12 // indirect |
42 | | - github.com/klauspost/compress v1.16.7 // indirect |
| 48 | + github.com/klauspost/compress v1.18.5 // indirect |
43 | 49 | github.com/knadh/koanf v1.5.0 // indirect |
44 | 50 | github.com/knadh/koanf/v2 v2.0.1 // indirect |
45 | | - github.com/magiconair/properties v1.8.7 // indirect |
| 51 | + github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
| 52 | + github.com/magiconair/properties v1.8.10 // indirect |
46 | 53 | github.com/mitchellh/copystructure v1.2.0 // indirect |
47 | 54 | github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect |
48 | 55 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
49 | | - github.com/moby/patternmatcher v0.5.0 // indirect |
50 | | - github.com/moby/sys/sequential v0.5.0 // indirect |
51 | | - github.com/moby/term v0.5.0 // indirect |
| 56 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 57 | + github.com/moby/go-archive v0.2.0 // indirect |
| 58 | + github.com/moby/moby/api v1.54.1 // indirect |
| 59 | + github.com/moby/moby/client v0.4.0 // indirect |
| 60 | + github.com/moby/patternmatcher v0.6.1 // indirect |
| 61 | + github.com/moby/sys/sequential v0.6.0 // indirect |
| 62 | + github.com/moby/sys/user v0.4.0 // indirect |
| 63 | + github.com/moby/sys/userns v0.1.0 // indirect |
| 64 | + github.com/moby/term v0.5.2 // indirect |
52 | 65 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
53 | 66 | github.com/modern-go/reflect2 v1.0.2 // indirect |
54 | | - github.com/morikuni/aec v1.0.0 // indirect |
55 | 67 | github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.81.0 // indirect |
56 | 68 | github.com/opencontainers/go-digest v1.0.0 // indirect |
57 | | - github.com/opencontainers/image-spec v1.1.0-rc2 // indirect |
58 | | - github.com/opencontainers/runc v1.1.5 // indirect |
59 | | - github.com/pkg/errors v0.9.1 // indirect |
| 69 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
60 | 70 | github.com/pmezard/go-difflib v1.0.0 // indirect |
61 | | - github.com/sirupsen/logrus v1.9.0 // indirect |
| 71 | + github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect |
| 72 | + github.com/shirou/gopsutil/v4 v4.26.3 // indirect |
| 73 | + github.com/sirupsen/logrus v1.9.4 // indirect |
| 74 | + github.com/tklauser/go-sysconf v0.3.16 // indirect |
| 75 | + github.com/tklauser/numcpus v0.11.0 // indirect |
| 76 | + github.com/yusufpapurcu/wmi v1.2.4 // indirect |
| 77 | + go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
62 | 78 | go.opentelemetry.io/collector/config/configtelemetry v0.81.0 // indirect |
63 | 79 | go.opentelemetry.io/collector/confmap v0.81.0 // indirect |
64 | | - go.opentelemetry.io/otel/metric v1.16.0 // indirect |
| 80 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect |
| 81 | + go.opentelemetry.io/otel/metric v1.41.0 // indirect |
65 | 82 | go.uber.org/atomic v1.10.0 // indirect |
66 | | - golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect |
67 | | - golang.org/x/net v0.11.0 // indirect |
68 | | - golang.org/x/sys v0.9.0 // indirect |
| 83 | + golang.org/x/crypto v0.48.0 // indirect |
| 84 | + golang.org/x/net v0.49.0 // indirect |
| 85 | + golang.org/x/sys v0.42.0 // indirect |
69 | 86 | google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect |
70 | | - google.golang.org/grpc v1.56.1 // indirect |
71 | | - google.golang.org/protobuf v1.31.0 // indirect |
| 87 | + google.golang.org/grpc v1.67.0 // indirect |
| 88 | + google.golang.org/protobuf v1.34.2 // indirect |
72 | 89 | ) |
73 | 90 |
|
74 | 91 | retract ( |
|
0 commit comments