From 0cea7ea2144ac56317ef663601bf1efab2d7057e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 08:27:09 +0000 Subject: [PATCH] Bump github.com/DataDog/datadog-go Bumps [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go) from 4.8.0+incompatible to 4.8.1+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.8.0...v4.8.1) --- updated-dependencies: - dependency-name: github.com/DataDog/datadog-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 61e8014..056e685 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/christianselig/apollo-backend go 1.16 require ( - github.com/DataDog/datadog-go v4.8.0+incompatible + github.com/DataDog/datadog-go v4.8.1+incompatible github.com/Microsoft/go-winio v0.5.0 // indirect github.com/adjust/rmq/v4 v4.0.1 github.com/go-co-op/gocron v1.6.2 diff --git a/go.sum b/go.sum index e59778c..cc2fbc0 100644 --- a/go.sum +++ b/go.sum @@ -42,6 +42,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/DataDog/datadog-go v4.8.0+incompatible h1:vjzonG+3XzZgYrumNmdrA4QpXju/ZXrwb0mRjpYYbuo= github.com/DataDog/datadog-go v4.8.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= +github.com/DataDog/datadog-go v4.8.1+incompatible h1:KgnZAqwHyxgl6Fdhu2GtdZT7xFizdUBhDI05Wly0zg0= +github.com/DataDog/datadog-go v4.8.1+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= github.com/Microsoft/go-winio v0.5.0 h1:Elr9Wn+sGKPlkaBvwu4mTrxtmOp3F3yV9qhaHbXGjwU=