From d590a187b45e8854d9089e8008e3d2f31379f256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:44:31 +0000 Subject: [PATCH] fix(deps): update module github.com/newrelic/infra-integrations-sdk/v3 to v4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5e246e6..fe3dea3 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.2 require ( github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 - github.com/newrelic/infra-integrations-sdk/v3 v3.9.1 + github.com/newrelic/infra-integrations-sdk/v4 v4.2.1 github.com/stretchr/testify v1.9.0 github.com/xeipuuv/gojsonschema v1.2.0 )