Skip to content

Commit

Permalink
fix(client): update the client for pagination URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlesnr committed May 4, 2020
1 parent e10c6e4 commit 848159a
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.8.0
github.com/newrelic/go-agent/v3 v3.4.0
github.com/newrelic/go-insights v1.0.3
github.com/newrelic/newrelic-client-go v0.23.0
github.com/newrelic/newrelic-client-go v0.23.1
github.com/stretchr/testify v1.5.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fz
github.com/newrelic/go-insights v1.0.3/go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4=
github.com/newrelic/newrelic-client-go v0.23.0 h1:SNqudEOG0DBmRsBdsWNfWlPF8P6Csfnnhv3+D9XGI24=
github.com/newrelic/newrelic-client-go v0.23.0/go.mod h1:Kql4o4D5et8WS8c4O/7ZdH2QcTX6zYtoIrbdlhwg+Oc=
github.com/newrelic/newrelic-client-go v0.23.1 h1:7LEo9zZVy6A51KNb+OVez3dXKMZOSzkkH+iw6av703A=
github.com/newrelic/newrelic-client-go v0.23.1/go.mod h1:Kql4o4D5et8WS8c4O/7ZdH2QcTX6zYtoIrbdlhwg+Oc=
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=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ github.com/newrelic/go-agent/v3/internal/utilization
github.com/newrelic/go-agent/v3/newrelic
# github.com/newrelic/go-insights v1.0.3
github.com/newrelic/go-insights/client
# github.com/newrelic/newrelic-client-go v0.23.0
# github.com/newrelic/newrelic-client-go v0.23.1
github.com/newrelic/newrelic-client-go/internal/http
github.com/newrelic/newrelic-client-go/internal/logging
github.com/newrelic/newrelic-client-go/internal/serialization
Expand Down

0 comments on commit 848159a

Please sign in to comment.