Skip to content

Commit

Permalink
Merge pull request #1802 from newrelic/deps/upgrade-newrelic-client-go
Browse files Browse the repository at this point in the history
chore(deps): upgrade newrelic-client-go to v0.80.0
  • Loading branch information
sanderblue authored May 12, 2022
2 parents 79e4a10 + 4aad528 commit 452db32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/newrelic/go-agent/v3 v3.15.2
github.com/newrelic/go-insights v1.0.3
github.com/newrelic/newrelic-client-go v0.79.0
github.com/newrelic/newrelic-client-go v0.80.0
github.com/stretchr/testify v1.7.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ github.com/newrelic/go-agent/v3 v3.15.2 h1:NEpksu2AhuZncbwkDqUg2IvUJst3JQ/TemYfK
github.com/newrelic/go-agent/v3 v3.15.2/go.mod h1:1A1dssWBwzB7UemzRU6ZVaGDsI+cEn5/bNxI0wiYlIc=
github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fzau3OQ=
github.com/newrelic/go-insights v1.0.3/go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4=
github.com/newrelic/newrelic-client-go v0.79.0 h1:Bt4EMnEKoFsSFgXVQgsXdZnNRsRGCpHhH1TD7FIpQUo=
github.com/newrelic/newrelic-client-go v0.79.0/go.mod h1:nNPIQTFqw114UkYI2Y+3QnT8sam7s2bptH0HEgk9cEY=
github.com/newrelic/newrelic-client-go v0.80.0 h1:e5rheqXW7TCXFCIsFBxy4A7IZG2EWCb+KzUv1+1jgV0=
github.com/newrelic/newrelic-client-go v0.80.0/go.mod h1:nNPIQTFqw114UkYI2Y+3QnT8sam7s2bptH0HEgk9cEY=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce h1:RPclfga2SEJmgMmz2k+Mg7cowZ8yv4Trqw9UsJby758=
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce/go.mod h1:uFMI8w+ref4v2r9jz+c9i1IfIttS/OkmLfrk1jne5hs=
Expand Down

0 comments on commit 452db32

Please sign in to comment.