Skip to content

Commit c0c51c0

Browse files
chore(deps): bump github.com/newrelic/infra-integrations-sdk
Bumps [github.com/newrelic/infra-integrations-sdk](https://github.com/newrelic/infra-integrations-sdk) from 3.8.0+incompatible to 3.8.2+incompatible. - [Release notes](https://github.com/newrelic/infra-integrations-sdk/releases) - [Changelog](https://github.com/newrelic/infra-integrations-sdk/blob/master/CHANGELOG.md) - [Commits](newrelic/infra-integrations-sdk@v3.8.0...v3.8.2) --- updated-dependencies: - dependency-name: github.com/newrelic/infra-integrations-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a5a220 commit c0c51c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/nri-vsphere
33
go 1.19
44

55
require (
6-
github.com/newrelic/infra-integrations-sdk v3.8.0+incompatible
6+
github.com/newrelic/infra-integrations-sdk v3.8.2+incompatible
77
github.com/sirupsen/logrus v1.9.3
88
github.com/stretchr/testify v1.8.4
99
github.com/vmware/govmomi v0.34.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=
66
github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
77
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
88
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9-
github.com/newrelic/infra-integrations-sdk v3.8.0+incompatible h1:QvwHLsgHyGw4ZULOSnnWQnVPE744K1eda+2XLp2eHtg=
10-
github.com/newrelic/infra-integrations-sdk v3.8.0+incompatible/go.mod h1:tMUHRMq6mJS0YyBnbWrTXAnREnQqC1AGO6Lu45u5xAM=
9+
github.com/newrelic/infra-integrations-sdk v3.8.2+incompatible h1:Ktcm1aPAl7CW3o+FXAIKJ+jygWVXDXaUIWFyf2CXQTk=
10+
github.com/newrelic/infra-integrations-sdk v3.8.2+incompatible/go.mod h1:tMUHRMq6mJS0YyBnbWrTXAnREnQqC1AGO6Lu45u5xAM=
1111
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
1212
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
1313
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)