Skip to content

Commit

Permalink
Merge pull request #926 from newrelic/feat/update-client-enable-perso…
Browse files Browse the repository at this point in the history
…nal-api-key-for-resources

feat(dashboard): enable Personal API Key auth for dashboards and some sythentics resources
  • Loading branch information
sanderblue authored Oct 1, 2020
2 parents 563f54b + a65c061 commit 108ae29
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 @@ -12,7 +12,7 @@ require (
github.com/newrelic-forks/git-chglog v0.10.0
github.com/newrelic/go-agent/v3 v3.9.0
github.com/newrelic/go-insights v1.0.3
github.com/newrelic/newrelic-client-go v0.42.1
github.com/newrelic/newrelic-client-go v0.43.0
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
gotest.tools/gotestsum v0.5.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@ github.com/newrelic/go-agent/v3 v3.9.0 h1:5bcTbdk/Up5cIYIkQjCG92Y+uNoett9wmhuz4k
github.com/newrelic/go-agent/v3 v3.9.0/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.42.1 h1:jbExZicWmoAm70tSuDtkgdejVFtglyYjOkY2TXkd9M8=
github.com/newrelic/newrelic-client-go v0.42.1/go.mod h1:+Cyma1K2JrCBaOg+X4Qg1RFMdZwh8wqyZotYFwxyxfg=
github.com/newrelic/newrelic-client-go v0.43.0 h1:zylZ69RlM1rKc08d6+xcMWrI1zbRRo7s4kbgpt4z6mU=
github.com/newrelic/newrelic-client-go v0.43.0/go.mod h1:+Cyma1K2JrCBaOg+X4Qg1RFMdZwh8wqyZotYFwxyxfg=
github.com/newrelic/tutone v0.2.3/go.mod h1:tfWM773ZGUHqQu70NV3DPjrFmxQ9+p8/++7UJ1J1gmE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
Expand Down

0 comments on commit 108ae29

Please sign in to comment.