Bump github.com/DataDog/datadog-go

Bumps [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go) from 4.0.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](https://github.com/DataDog/datadog-go/compare/v4.0.0...v4.8.3)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-05 02:17:18 +00:00
committed by GitHub
parent 65a7b251c2
commit da5756198d
2 changed files with 15 additions and 4 deletions

9
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/unpoller/unpoller
go 1.19
require (
github.com/DataDog/datadog-go v4.0.0+incompatible
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/gorilla/mux v1.8.0
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/prometheus/client_golang v1.11.0
@@ -16,7 +16,12 @@ require (
golift.io/version v0.0.2
)
require golang.org/x/net v0.2.0 // indirect
require (
github.com/Microsoft/go-winio v0.6.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/tools v0.1.12 // indirect
)
require (
github.com/BurntSushi/toml v1.0.0 // indirect