File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/mitchellh/go-homedir v1.1.0
88 github.com/newrelic/go-agent/v3 v3.30.0
99 github.com/newrelic/go-insights v1.0.3
10- github.com/newrelic/newrelic-client-go/v2 v2.75.1
10+ github.com/newrelic/newrelic-client-go/v2 v2.75.3
1111 github.com/stretchr/testify v1.9.0
1212 golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
1313)
Original file line number Diff line number Diff line change @@ -270,8 +270,8 @@ github.com/newrelic/go-agent/v3 v3.30.0 h1:ZXHCT/Cot4iIPwcegCZURuRQOsfmGA6wilW+S
270270github.com/newrelic/go-agent/v3 v3.30.0 /go.mod h1:9utrgxlSryNqRrTvII2XBL+0lpofXbqXApvVWPpbzUg =
271271github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fzau3OQ =
272272github.com/newrelic/go-insights v1.0.3 /go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4 =
273- github.com/newrelic/newrelic-client-go/v2 v2.75.1 h1:ebmXwQwLtrTaYe4SXkoYsu8FbjGykS3F7SIRhuG4tjY =
274- github.com/newrelic/newrelic-client-go/v2 v2.75.1 /go.mod h1:P6rXSHPtayzr50+UEYvvjzYPiADv7w2SqeyKz0z5HkU =
273+ github.com/newrelic/newrelic-client-go/v2 v2.75.3 h1:Yo376YP4gn0ILl5g87aOYxRm5w5ui1Ol4yFvAxVbgGw =
274+ github.com/newrelic/newrelic-client-go/v2 v2.75.3 /go.mod h1:P6rXSHPtayzr50+UEYvvjzYPiADv7w2SqeyKz0z5HkU =
275275github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
276276github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw =
277277github.com/oklog/run v1.0.0 /go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA =
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ func resourceNewRelicAccountManagement() *schema.Resource {
2828 StateContext : schema .ImportStatePassthroughContext ,
2929 },
3030 Timeouts : & schema.ResourceTimeout {
31- Create : schema .DefaultTimeout (60 * time .Second ),
32- Read : schema .DefaultTimeout (60 * time .Second ),
33- Update : schema .DefaultTimeout (60 * time .Second ),
31+ Create : schema .DefaultTimeout (90 * time .Second ),
32+ Read : schema .DefaultTimeout (90 * time .Second ),
33+ Update : schema .DefaultTimeout (90 * time .Second ),
3434 },
3535 Schema : map [string ]* schema.Schema {
3636 NewRelicAccountManagementSchemaName : {
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ require (
424424 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
425425 github.com/trivago/tgo v1.0.7 // indirect
426426 github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df // indirect
427- github.com/ulikunitz/xz v0.5.12 // indirect
427+ github.com/ulikunitz/xz v0.5.15 // indirect
428428 github.com/ultraware/funlen v0.2.0 // indirect
429429 github.com/ultraware/whitespace v0.2.0 // indirect
430430 github.com/urfave/cli/v2 v2.25.7 // indirect
Original file line number Diff line number Diff line change @@ -1064,8 +1064,8 @@ github.com/trivago/tgo v1.0.7 h1:uaWH/XIy9aWYWpjm2CU3RpcqZXmX2ysQ9/Go+d9gyrM=
10641064github.com/trivago/tgo v1.0.7 /go.mod h1:w4dpD+3tzNIIiIfkWWa85w5/B77tlvdZckQ+6PkFnhc =
10651065github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df h1:Y2l28Jr3vOEeYtxfVbMtVfOdAwuUqWaP9fvNKiBVeXY =
10661066github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df /go.mod h1:pnyouUty/nBr/zm3GYwTIt+qFTLWbdjeLjZmJdzJOu8 =
1067- github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc =
1068- github.com/ulikunitz/xz v0.5.12 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
1067+ github.com/ulikunitz/xz v0.5.15 h1:9DNdB5s+SgV3bQ2ApL10xRc35ck0DuIX/isZvIk+ubY =
1068+ github.com/ulikunitz/xz v0.5.15 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
10691069github.com/ultraware/funlen v0.2.0 h1:gCHmCn+d2/1SemTdYMiKLAHFYxTYz7z9VIDRaTGyLkI =
10701070github.com/ultraware/funlen v0.2.0 /go.mod h1:ZE0q4TsJ8T1SQcjmkhN/w+MceuatI6pBFSxxyteHIJA =
10711071github.com/ultraware/whitespace v0.2.0 h1:TYowo2m9Nfj1baEQBjuHzvMRbp19i+RCcRYrSWoFa+g =
You can’t perform that action at this time.
0 commit comments