|
1 | 1 | module github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/Showmax/go-fqdn v1.0.0
|
7 | 7 | github.com/aws/aws-sdk-go v1.44.106
|
8 | 8 | github.com/docker/docker v20.10.18+incompatible
|
9 |
| - github.com/hashicorp/consul/api v1.15.2 |
10 |
| - github.com/stretchr/testify v1.8.0 |
| 9 | + github.com/hashicorp/consul/api v1.32.4 |
| 10 | + github.com/stretchr/testify v1.8.4 |
11 | 11 | )
|
12 | 12 |
|
13 | 13 | require (
|
14 | 14 | github.com/Microsoft/go-winio v0.5.2 // indirect
|
15 |
| - github.com/armon/go-metrics v0.3.10 // indirect |
16 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
| 15 | + github.com/armon/go-metrics v0.4.1 // indirect |
| 16 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
17 | 17 | github.com/docker/distribution v2.8.1+incompatible // indirect
|
18 | 18 | github.com/docker/go-connections v0.4.0 // indirect
|
19 | 19 | github.com/docker/go-units v0.4.0 // indirect
|
20 |
| - github.com/fatih/color v1.13.0 // indirect |
| 20 | + github.com/fatih/color v1.16.0 // indirect |
| 21 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
21 | 22 | github.com/gogo/protobuf v1.3.2 // indirect
|
22 |
| - github.com/hashicorp/go-cleanhttp v0.5.1 // indirect |
23 |
| - github.com/hashicorp/go-hclog v1.3.1 // indirect |
24 |
| - github.com/hashicorp/go-immutable-radix v1.3.0 // indirect |
| 23 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 24 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 25 | + github.com/hashicorp/go-hclog v1.5.0 // indirect |
| 26 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
| 27 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
25 | 28 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
26 | 29 | github.com/hashicorp/golang-lru v0.5.4 // indirect
|
27 |
| - github.com/hashicorp/serf v0.9.7 // indirect |
| 30 | + github.com/hashicorp/serf v0.10.1 // indirect |
28 | 31 | github.com/jmespath/go-jmespath v0.4.0 // indirect
|
29 |
| - github.com/mattn/go-colorable v0.1.12 // indirect |
30 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
| 32 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 33 | + github.com/mattn/go-isatty v0.0.20 // indirect |
31 | 34 | github.com/mitchellh/go-homedir v1.1.0 // indirect
|
32 |
| - github.com/mitchellh/mapstructure v1.4.1 // indirect |
33 | 35 | github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
34 | 36 | github.com/morikuni/aec v1.0.0 // indirect
|
35 | 37 | github.com/opencontainers/go-digest v1.0.0 // indirect
|
36 | 38 | github.com/opencontainers/image-spec v1.0.2 // indirect
|
37 | 39 | github.com/pkg/errors v0.9.1 // indirect
|
38 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
| 40 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
39 | 41 | github.com/sirupsen/logrus v1.8.1 // indirect
|
40 |
| - github.com/stretchr/objx v0.4.0 // indirect |
41 |
| - golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect |
42 |
| - golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect |
| 42 | + github.com/stretchr/objx v0.5.0 // indirect |
| 43 | + golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect |
| 44 | + golang.org/x/net v0.43.0 // indirect |
| 45 | + golang.org/x/sys v0.35.0 // indirect |
43 | 46 | golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
|
44 | 47 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
45 | 48 | gotest.tools/v3 v3.2.0 // indirect
|
|
0 commit comments