From 27f7efbb34e92de6af3550ccbad44aaf347b7ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:23:40 +0000 Subject: [PATCH] Bump github.com/bugsnag/bugsnag-go/v2 from 2.4.0 to 2.5.0 Bumps [github.com/bugsnag/bugsnag-go/v2](https://github.com/bugsnag/bugsnag-go) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/bugsnag/bugsnag-go/releases) - [Changelog](https://github.com/bugsnag/bugsnag-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/bugsnag/bugsnag-go/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: github.com/bugsnag/bugsnag-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 691dcb6..7561290 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/fishbrain/logging-go go 1.23 require ( - github.com/bugsnag/bugsnag-go/v2 v2.4.0 + github.com/bugsnag/bugsnag-go/v2 v2.5.0 github.com/nsqio/go-nsq v1.1.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index 4762565..a3389f3 100644 --- a/go.sum +++ b/go.sum @@ -19,8 +19,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/bitly/go-simplejson v0.5.1 h1:xgwPbetQScXt1gh9BmoJ6j9JMr3TElvuIyjR8pgdoow= github.com/bitly/go-simplejson v0.5.1/go.mod h1:YOPVLzCfwK14b4Sff3oP1AmGhI9T9Vsg84etUnlyp+Q= -github.com/bugsnag/bugsnag-go/v2 v2.4.0 h1:aUDQJf9GZOXGLNOgo+QGvVzRMaKvnVLJCgyz4Cf1TAE= -github.com/bugsnag/bugsnag-go/v2 v2.4.0/go.mod h1:S9njhE7l6XCiKycOZ2zp0x1zoEE5nL3HjROCSsKc/3c= +github.com/bugsnag/bugsnag-go/v2 v2.5.0 h1:kOf+3Rlv7KRrgaYj26GKvSntVeJrB2xQXvqfK0efojA= +github.com/bugsnag/bugsnag-go/v2 v2.5.0/go.mod h1:S9njhE7l6XCiKycOZ2zp0x1zoEE5nL3HjROCSsKc/3c= github.com/bugsnag/panicwrap v1.3.4 h1:A6sXFtDGsgU/4BLf5JT0o5uYg3EeKgGx3Sfs+/uk3pU= github.com/bugsnag/panicwrap v1.3.4/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=