From 640d368ec2d12d5fba9f687756d1843e2f47b916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 30 Nov 2018 11:17:13 +0000 Subject: [PATCH] build(deps): bump github.com/getsentry/raven-go from 0.1.1 to 0.2.0 Bumps [github.com/getsentry/raven-go](https://github.com/getsentry/raven-go) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/getsentry/raven-go/releases) - [Commits](https://github.com/getsentry/raven-go/compare/v0.1.1...v0.2.0) Signed-off-by: dependabot[bot] --- Gopkg.lock | 2 +- Gopkg.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 694c7c25f..a428a4af0 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -63,7 +63,7 @@ packages = ["."] pruneopts = "UT" revision = "f04e7487e9a6b9d9837d52743fb5f40576c56411" - version = "v0.1.1" + version = "v0.2.0" [[projects]] digest = "1:2b59aca2665ff804f6606c8829eaee133ddd3aefbc841014660d961b0034f888" diff --git a/Gopkg.toml b/Gopkg.toml index dd39c9479..899c40d70 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -43,7 +43,7 @@ [[constraint]] name = "github.com/getsentry/raven-go" - version = "=0.1.1" + version = "=0.2.0" [[constraint]] name = "github.com/gin-contrib/cors"