Skip to content

Commit

Permalink
chore: point to the right client-go version
Browse files Browse the repository at this point in the history
chore: update to latest client-go version
  • Loading branch information
nzur-newrelic authored and pranav-new-relic committed Apr 11, 2024
1 parent f199bb4 commit edb4a02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/newrelic/terraform-provider-newrelic/v2

go 1.19

replace github.com/newrelic/newrelic-client-go/v2 => github.com/nzur-newrelic/newrelic-client-go/v2 v2.0.0-20240411094816-124acb2eb803

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
github.com/mitchellh/go-homedir v1.1.0
Expand Down
8 changes: 3 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027 h1:1L0aalTpPz7YlMxETKpmQoWMBkeiuorElZIXoNmgiPE=
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 h1:m62nsMU279qRD9PQSWD1l66kmkXzuYcnVJqL4XLeV2M=
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
Expand Down Expand Up @@ -263,11 +263,9 @@ github.com/newrelic/go-agent/v3 v3.30.0 h1:ZXHCT/Cot4iIPwcegCZURuRQOsfmGA6wilW+S
github.com/newrelic/go-agent/v3 v3.30.0/go.mod h1:9utrgxlSryNqRrTvII2XBL+0lpofXbqXApvVWPpbzUg=
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/v2 v2.27.0 h1:pSE3LQKk1NatM72OZL2UzHS66tbNSFui5QO8FZ8+JVg=
github.com/newrelic/newrelic-client-go/v2 v2.27.0/go.mod h1:SO5KJuFJ/+l3lT8nOdNLTrcE9FoZ4m60kechCVb+1N4=
github.com/newrelic/newrelic-client-go/v2 v2.28.1-0.20240408154636-0b73c2ff8b0a h1:Uwxg3eSJGPL09xCces0GpJ/AeKwsaB3YsyNl0KYSGyM=
github.com/newrelic/newrelic-client-go/v2 v2.28.1-0.20240408154636-0b73c2ff8b0a/go.mod h1:xP8n2q2daNbAM7GxER5gqh8lW5ZpBkL6BuG7MWGt2v0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nzur-newrelic/newrelic-client-go/v2 v2.0.0-20240411094816-124acb2eb803 h1:JBEK/z1StoiigrMc9NpIleSiZfR1ALfD762bZHDFhzc=
github.com/nzur-newrelic/newrelic-client-go/v2 v2.0.0-20240411094816-124acb2eb803/go.mod h1:xP8n2q2daNbAM7GxER5gqh8lW5ZpBkL6BuG7MWGt2v0=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down
4 changes: 2 additions & 2 deletions newrelic/resource_newrelic_notifications_destination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func TestNewRelicNotificationDestination_secureUrl(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"auth_custom_header.0.password",
"auth_custom_header.0.value",
"auth_token.0.token",
"auth_basic.0.password",
"secure_url.0.secure_suffix",
Expand Down Expand Up @@ -241,7 +241,7 @@ func TestNewRelicNotificationDestination_secureUrl_update(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"auth_custom_header.0.password",
"auth_custom_header.0.value",
"auth_token.0.token",
"auth_basic.0.password",
"secure_url.0.secure_suffix",
Expand Down

0 comments on commit edb4a02

Please sign in to comment.