Skip to content

Commit

Permalink
build(deps): Bump github.com/newrelic/newrelic-telemetry-sdk-go from …
Browse files Browse the repository at this point in the history
…0.7.0 to 0.7.1 in /exporter/newrelicexporter (open-telemetry#3347)

* build(deps): Bump github.com/newrelic/newrelic-telemetry-sdk-go

Bumps [github.com/newrelic/newrelic-telemetry-sdk-go](https://github.com/newrelic/newrelic-telemetry-sdk-go) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/newrelic/newrelic-telemetry-sdk-go/releases)
- [Changelog](https://github.com/newrelic/newrelic-telemetry-sdk-go/blob/master/CHANGELOG.md)
- [Commits](newrelic/newrelic-telemetry-sdk-go@v0.7.0...v0.7.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bogdandrutu <bogdandrutu@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and bogdandrutu authored May 11, 2021
1 parent ea2ea16 commit 71ecd34
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 56 deletions.
2 changes: 1 addition & 1 deletion exporter/newrelicexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/newrelic/newrelic-telemetry-sdk-go v0.7.0
github.com/newrelic/newrelic-telemetry-sdk-go v0.7.1
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions exporter/newrelicexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,8 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/newrelic/newrelic-telemetry-sdk-go v0.7.0 h1:tS/wanndQjrBFTQFeNb3jN1iJeUPSPLi74Y58ZtYAkQ=
github.com/newrelic/newrelic-telemetry-sdk-go v0.7.0/go.mod h1:2kY6OeOxrJ+RIQlVjWDc/pZlT3MIf30prs6drzMfJ6E=
github.com/newrelic/newrelic-telemetry-sdk-go v0.7.1 h1:QXmERkem5rwMxrHPVHogvuflpRaw72Lnfl/knHuyQ0E=
github.com/newrelic/newrelic-telemetry-sdk-go v0.7.1/go.mod h1:2kY6OeOxrJ+RIQlVjWDc/pZlT3MIf30prs6drzMfJ6E=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down
Loading

0 comments on commit 71ecd34

Please sign in to comment.