Skip to content

Commit

Permalink
fix(contrib/hashicorp/vault): pin armon/go-metrics to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Jan 20, 2025
1 parent 6dd1f10 commit a9b49de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/hashicorp/vault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ require (
replace github.com/DataDog/dd-trace-go/contrib/net/http/v2 => ../../net/http

replace github.com/DataDog/dd-trace-go/v2 => ../../..

// Pin github.com/armon/go-metrics to the last version available to avoid breaking changes
// due to the migration to github.com/hashicorp/go-metrics.
// This will be a no-op once hashicorp/vault/sdk is updated to use the new go-metrics package.
replace github.com/armon/go-metrics => github.com/armon/go-metrics v0.4.1

0 comments on commit a9b49de

Please sign in to comment.