-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade github.com/DataDog/datadog-go to v4.8.3+incompatible from v3.…
…7.2+incompatible (#1076) This doesn't quite get us to a version of datadog-go that fully supported Go modules (see the "+incompatible" suffix), but this bump gets us closer. Inspecting <https://pkg.go.dev/github.com/DataDog/datadog-go> tells us there's a v5 version we should be importing: <https://pkg.go.dev/github.com/DataDog/datadog-go/v5>. We can do that after performing this upgrade and seeing it work well. This change was made by running: ``` $ go get github.com/DataDog/datadog-go@latest $ go mod tidy $ go mod vendor ```
- Loading branch information
Showing
51 changed files
with
5,317 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
191 changes: 158 additions & 33 deletions
191
vendor/github.com/DataDog/datadog-go/statsd/aggregator.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.