From 306f530a43141a979d7cc7c0d35884d1074d34b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:05:23 +0000 Subject: [PATCH] build(deps): bump github.com/DataDog/datadog-api-client-go/v2 Bumps [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/DataDog/datadog-api-client-go/releases) - [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/DataDog/datadog-api-client-go/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: github.com/DataDog/datadog-api-client-go/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4621c8c..bb5585c 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ module github.com/steadybit/extension-datadog go 1.21 require ( - github.com/DataDog/datadog-api-client-go/v2 v2.20.0 + github.com/DataDog/datadog-api-client-go/v2 v2.21.0 github.com/google/uuid v1.6.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/rs/zerolog v1.32.0 diff --git a/go.sum b/go.sum index df07140..3124139 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/DataDog/datadog-api-client-go/v2 v2.20.0 h1:80T+UuTh+28qODc2vw+HxzMoIu0dYBT7/RCHXxdYpJE= -github.com/DataDog/datadog-api-client-go/v2 v2.20.0/go.mod h1:oD5Lx8Li3oPRa/BSBenkn4i48z+91gwYORF/+6ph71g= +github.com/DataDog/datadog-api-client-go/v2 v2.21.0 h1:u9a3HgyF61Zjui12r13xrVANnpLsuNFCBAox34StOtc= +github.com/DataDog/datadog-api-client-go/v2 v2.21.0/go.mod h1:oD5Lx8Li3oPRa/BSBenkn4i48z+91gwYORF/+6ph71g= github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ= github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=