mirror of
https://github.com/coredns/coredns.git
synced 2026-07-10 17:50:12 -04:00
chore(deps): downgrade dd-trace-go to v2.8.2 (#8266)
dd-trace-go versions >=2.9.0 do not compile without warnings on non-64-bit architectures. Downgrade to v2.8.2 until upstream fixes the issue. Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
2
go.mod
2
go.mod
@@ -8,7 +8,7 @@ require (
|
||||
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
||||
github.com/Azure/go-autorest/autorest v0.11.30
|
||||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
|
||||
github.com/DataDog/dd-trace-go/v2 v2.9.1
|
||||
github.com/DataDog/dd-trace-go/v2 v2.8.2
|
||||
github.com/apparentlymart/go-cidr v1.1.1
|
||||
github.com/aws/aws-sdk-go-v2 v1.42.0
|
||||
github.com/aws/aws-sdk-go-v2/config v1.32.26
|
||||
|
||||
Reference in New Issue
Block a user