Skip to content

Commit 5f61c98

Browse files
[chore] : Bump the go group across 1 directory with 7 updates
Bumps the go group with 4 updates in the / directory: [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go), [github.com/hashicorp/go-immutable-radix](https://github.com/hashicorp/go-immutable-radix), [github.com/pascaldekloe/goe](https://github.com/pascaldekloe/goe) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/DataDog/datadog-go` from 3.2.0+incompatible to 4.8.3+incompatible - [Release notes](https://github.com/DataDog/datadog-go/releases) - [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md) - [Commits](DataDog/datadog-go@v3.2.0...v4.8.3) Updates `github.com/hashicorp/go-immutable-radix` from 1.0.0 to 1.3.1 - [Release notes](https://github.com/hashicorp/go-immutable-radix/releases) - [Changelog](https://github.com/hashicorp/go-immutable-radix/blob/master/CHANGELOG.md) - [Commits](hashicorp/go-immutable-radix@v1.0.0...v1.3.1) Updates `github.com/pascaldekloe/goe` from 0.1.0 to 0.1.1 - [Commits](pascaldekloe/goe@v0.1.0...v0.1.1) Updates `github.com/prometheus/client_golang` from 1.11.1 to 1.22.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.11.1...v1.22.0) Updates `github.com/prometheus/client_model` from 0.2.0 to 0.6.1 - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](prometheus/client_model@v0.2.0...v0.6.1) Updates `github.com/prometheus/common` from 0.26.0 to 0.62.0 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.26.0...v0.62.0) Updates `google.golang.org/protobuf` from 1.33.0 to 1.36.5 --- updated-dependencies: - dependency-name: github.com/DataDog/datadog-go dependency-version: 4.8.3+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: go - dependency-name: github.com/hashicorp/go-immutable-radix dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/pascaldekloe/goe dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/prometheus/client_model dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/prometheus/common dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/protobuf dependency-version: 1.36.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d18ef2d commit 5f61c98

File tree

2 files changed

+42
-80
lines changed

2 files changed

+42
-80
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@ module github.com/hashicorp/go-metrics
33
go 1.23
44

55
require (
6-
github.com/DataDog/datadog-go v3.2.0+incompatible
6+
github.com/DataDog/datadog-go v4.8.3+incompatible
77
github.com/armon/go-metrics v0.4.1
88
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
9-
github.com/hashicorp/go-immutable-radix v1.0.0
10-
github.com/pascaldekloe/goe v0.1.0
11-
github.com/prometheus/client_golang v1.11.1
12-
github.com/prometheus/client_model v0.2.0
13-
github.com/prometheus/common v0.26.0
14-
google.golang.org/protobuf v1.33.0
9+
github.com/hashicorp/go-immutable-radix v1.3.1
10+
github.com/pascaldekloe/goe v0.1.1
11+
github.com/prometheus/client_golang v1.22.0
12+
github.com/prometheus/client_model v0.6.1
13+
github.com/prometheus/common v0.62.0
14+
google.golang.org/protobuf v1.36.5
1515
)
1616

1717
require (
18+
github.com/Microsoft/go-winio v0.6.2 // indirect
1819
github.com/beorn7/perks v1.0.1 // indirect
19-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
20+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2021
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
2122
github.com/golang/protobuf v1.5.4 // indirect
2223
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2324
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
2425
github.com/hashicorp/golang-lru v0.5.0 // indirect
25-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
26+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2627
github.com/pkg/errors v0.9.1 // indirect
27-
github.com/prometheus/procfs v0.6.0 // indirect
28+
github.com/prometheus/procfs v0.15.1 // indirect
2829
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
29-
golang.org/x/sys v0.20.0 // indirect
30+
golang.org/x/sys v0.30.0 // indirect
3031
)
3132

3233
// Introduced undocumented breaking change to metrics sink interface

0 commit comments

Comments
 (0)