File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/mitchellh/go-homedir v1.1.0
10
10
github.com/newrelic/go-agent/v3 v3.30.0
11
11
github.com/newrelic/go-insights v1.0.3
12
- github.com/newrelic/newrelic-client-go/v2 v2.56.1
12
+ github.com/newrelic/newrelic-client-go/v2 v2.57.0
13
13
github.com/stretchr/testify v1.9.0
14
14
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
15
15
)
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
270
270
github.com/newrelic/go-agent/v3 v3.30.0 /go.mod h1:9utrgxlSryNqRrTvII2XBL+0lpofXbqXApvVWPpbzUg =
271
271
github.com/newrelic/go-insights v1.0.3 h1:zSNp1CEZnXktzSIEsbHJk8v6ZihdPFP2WsO/fzau3OQ =
272
272
github.com/newrelic/go-insights v1.0.3 /go.mod h1:A20BoT8TNkqPGX2nS/Z2fYmKl3Cqa3iKZd4whzedCY4 =
273
- github.com/newrelic/newrelic-client-go/v2 v2.56.1 h1:KeGS6/NM7gyIkvjuFXW6y2+WhdRm0d/Mb1V1UkQc2sE =
274
- github.com/newrelic/newrelic-client-go/v2 v2.56.1 /go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo =
273
+ github.com/newrelic/newrelic-client-go/v2 v2.57.0 h1:80DIUhk8IvxITO/ocgZvSa8cbNraOoJiCbU5aKOnUT8 =
274
+ github.com/newrelic/newrelic-client-go/v2 v2.57.0 /go.mod h1:+RRjI3nDGWT3kLm9Oi3QxpBm70uu8q1upEHBVWCZFpo =
275
275
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
276
276
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw =
277
277
github.com/oklog/run v1.0.0 /go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA =
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ The following attributes are exported:
97
97
98
98
* ` id ` - The ID (GUID) of the synthetics broken links monitor.
99
99
* ` period_in_minutes ` - The interval in minutes at which Synthetic monitor should run.
100
- * ` monitor_id ` - The monitor id of the synthetics broken links monitor ( not to be confused with the GUID of the monitor) .
100
+ * ` monitor_id ` - The monitor id of the synthetics broken links monitor, not to be confused with the GUID of the monitor.
101
101
102
102
## Import
103
103
You can’t perform that action at this time.
0 commit comments