From 781ae1fc329bf9d8a1765385b7873628df5e3cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:38:10 +0000 Subject: [PATCH] Bump github.com/newrelic/go-agent/v3/integrations/nrhttprouter Bumps [github.com/newrelic/go-agent/v3/integrations/nrhttprouter](https://github.com/newrelic/go-agent) from 1.1.0 to 1.1.1. - [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/v1.1.0...v3/integrations/nrpq/v1.1.1) --- updated-dependencies: - dependency-name: github.com/newrelic/go-agent/v3/integrations/nrhttprouter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 8946ebb..82a82f6 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/mrz1836/go-logger v0.3.3 github.com/mrz1836/go-sanitize v1.3.2 github.com/mrz1836/go-validate v0.2.1 - github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.0 + github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.1 github.com/stretchr/testify v1.9.0 golang.org/x/net v0.26.0 ) @@ -28,7 +28,7 @@ require ( github.com/gorilla/mux v1.8.1 // indirect github.com/matryer/respond v1.0.1 // indirect github.com/mrz1836/go-parameters v0.4.1 // indirect - github.com/newrelic/go-agent/v3 v3.32.0 // indirect + github.com/newrelic/go-agent/v3 v3.33.1 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/ugorji/go/codec v1.2.12 // indirect diff --git a/go.sum b/go.sum index 208be53..015472a 100644 --- a/go.sum +++ b/go.sum @@ -41,10 +41,10 @@ github.com/mrz1836/go-sanitize v1.3.2 h1:sGhusPxP4L+7NAUVAUl/WrrBazNSNECsvYh3yum github.com/mrz1836/go-sanitize v1.3.2/go.mod h1:wvRS2ALFDxOCK3ORQPwKUxl7HTIBUV8S3U34Hwn96r4= github.com/mrz1836/go-validate v0.2.1 h1:LvhFvnZgemmJnZ/Ch9vEgY9YzKy+1Ka1Hx7yzpJEB00= github.com/mrz1836/go-validate v0.2.1/go.mod h1:IoGAb4rTAL6KgAxOiWL4ICwLqxGbKCKT1GyaSuE/4bk= -github.com/newrelic/go-agent/v3 v3.32.0 h1:99Et9lXXzeQV1CfYldfeTXv+d9W9KatpMbb50kIscWo= -github.com/newrelic/go-agent/v3 v3.32.0/go.mod h1:SMdqPzE/ghkWdY0rYGSD7Clw2daK/XH6pUnVd4albg4= -github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.0 h1:ZdDuEN09mALwmDfQUgbnWYJu3n7x9KshN6VSfFXvx8M= -github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.0/go.mod h1:1en44UKBNZeNryHUO7uzjlbJ3k5u+X3n41k261ZmT54= +github.com/newrelic/go-agent/v3 v3.33.1 h1:eWOtty43cyxrMKws4VNPdebgEB6ujFTf0yxPsgB0M80= +github.com/newrelic/go-agent/v3 v3.33.1/go.mod h1:SMdqPzE/ghkWdY0rYGSD7Clw2daK/XH6pUnVd4albg4= +github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.1 h1:xaF6z/4Xi544X5buJx51gvRGg5rWhIBSHFW8AtFrKto= +github.com/newrelic/go-agent/v3/integrations/nrhttprouter v1.1.1/go.mod h1:zCwXQ8lEjV6Bw+J4a4pmlRZ1Uza48Q8CYR0Beg5O5wo= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=