Skip to content

Commit 46a8ac8

Browse files
Bump github.com/grafana/synthetic-monitoring-agent from 0.23.4 to 0.24.1 (#1540)
* Bump github.com/grafana/synthetic-monitoring-agent from 0.23.4 to 0.24.1 Bumps [github.com/grafana/synthetic-monitoring-agent](https://github.com/grafana/synthetic-monitoring-agent) from 0.23.4 to 0.24.1. - [Release notes](https://github.com/grafana/synthetic-monitoring-agent/releases) - [Changelog](https://github.com/grafana/synthetic-monitoring-agent/blob/main/CHANGELOG.md) - [Commits](grafana/synthetic-monitoring-agent@v0.23.4...v0.24.1) --- updated-dependencies: - dependency-name: github.com/grafana/synthetic-monitoring-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Duchesne <[email protected]>
1 parent 8d1386a commit 46a8ac8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/grafana/terraform-provider-grafana/v2
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.1
5+
toolchain go1.22.2
66

77
require (
88
github.com/Masterminds/semver/v3 v3.2.1
@@ -13,7 +13,7 @@ require (
1313
github.com/grafana/grafana-openapi-client-go v0.0.0-20240430202104-3ad0f7e4ee52
1414
github.com/grafana/machine-learning-go-client v0.5.0
1515
github.com/grafana/slo-openapi-client/go v0.0.0-20240112175006-de02e75b9d73
16-
github.com/grafana/synthetic-monitoring-agent v0.23.4
16+
github.com/grafana/synthetic-monitoring-agent v0.24.1
1717
github.com/grafana/synthetic-monitoring-api-go-client v0.8.0
1818
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1919
github.com/hashicorp/go-retryablehttp v0.7.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/grafana/machine-learning-go-client v0.5.0 h1:Q1K+MPSy8vfMm2jsk3WQ7O77
108108
github.com/grafana/machine-learning-go-client v0.5.0/go.mod h1:QFfZz8NkqVF8++skjkKQXJEZfpCYd8S0yTWJUpsLLTA=
109109
github.com/grafana/slo-openapi-client/go v0.0.0-20240112175006-de02e75b9d73 h1:E5vAeB5q1H3BVeNhtd1dI8RubucJdPwpx/ElNtKD3ls=
110110
github.com/grafana/slo-openapi-client/go v0.0.0-20240112175006-de02e75b9d73/go.mod h1:EvM3pcxqS+avXd0G8VMyo/kITr9QsN1CwZTNgYtQ9lI=
111-
github.com/grafana/synthetic-monitoring-agent v0.23.4 h1:hAsgSmXhVGl+FJh35B/cf8wdnMnspeP/eX1FZsUIhg4=
112-
github.com/grafana/synthetic-monitoring-agent v0.23.4/go.mod h1:3/Qejk6/2AvoAns8Jv+fR7gIJxBfyGWzPCfNZkaWoQs=
111+
github.com/grafana/synthetic-monitoring-agent v0.24.1 h1:BVruIcSLM5EpNtN5Z8ApdkoVSoFuUoR1YLC1pu44Lng=
112+
github.com/grafana/synthetic-monitoring-agent v0.24.1/go.mod h1:izlTwdDryrndATx2rSAtyjplvccPdIg+Zm331+Oy9hU=
113113
github.com/grafana/synthetic-monitoring-api-go-client v0.8.0 h1:Tm4MtwwYmPNInGfnj66l6j6KOshMkNV4emIVKJdlXMg=
114114
github.com/grafana/synthetic-monitoring-api-go-client v0.8.0/go.mod h1:TGaywTdL2Z+PJhpWzJEmJFRF5K55vKz2f39mWY/GvV8=
115115
github.com/hashicorp/cli v1.1.6 h1:CMOV+/LJfL1tXCOKrgAX0uRKnzjj/mpmqNXloRSy2K8=

0 commit comments

Comments
 (0)