Skip to content

Commit a245ba2

Browse files
Bump github.com/hashicorp/consul/api in /internal/metadataproviders
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.15.2 to 1.32.4. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@v1.15.2...api/v1.32.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.32.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d620bf commit a245ba2

File tree

2 files changed

+73
-69
lines changed

2 files changed

+73
-69
lines changed

internal/metadataproviders/go.mod

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,48 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders
22

3-
go 1.18
3+
go 1.25.0
44

55
require (
66
github.com/Showmax/go-fqdn v1.0.0
77
github.com/aws/aws-sdk-go v1.44.106
88
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
1111
)
1212

1313
require (
1414
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
1717
github.com/docker/distribution v2.8.1+incompatible // indirect
1818
github.com/docker/go-connections v0.4.0 // indirect
1919
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
2122
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
2528
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
2629
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
2831
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
3134
github.com/mitchellh/go-homedir v1.1.0 // indirect
32-
github.com/mitchellh/mapstructure v1.4.1 // indirect
3335
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
3436
github.com/morikuni/aec v1.0.0 // indirect
3537
github.com/opencontainers/go-digest v1.0.0 // indirect
3638
github.com/opencontainers/image-spec v1.0.2 // indirect
3739
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
3941
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
4346
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
4447
gopkg.in/yaml.v3 v3.0.1 // indirect
4548
gotest.tools/v3 v3.2.0 // indirect

0 commit comments

Comments
 (0)