From 2ea2abda84916a0c501dbd459c5334b945b706e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:53:14 +0000 Subject: [PATCH] Bump github.com/newrelic/go-agent/v3 from 3.30.0 to 3.33.0 Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent) from 3.30.0 to 3.33.0. - [Release notes](https://github.com/newrelic/go-agent/releases) - [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/newrelic/go-agent/compare/v3.30.0...v3.33.0) --- updated-dependencies: - dependency-name: github.com/newrelic/go-agent/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b474aaf..db37424 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/bdlm/errors/v2 v2.1.2 github.com/bdlm/log/v2 v2.0.4 github.com/go-sql-driver/mysql v1.8.0 - github.com/newrelic/go-agent/v3 v3.30.0 + github.com/newrelic/go-agent/v3 v3.33.0 github.com/snowflakedb/gosnowflake v1.8.0 github.com/stretchr/testify v1.8.4 )