Skip to content

Commit 854096d

Browse files
Bump github.com/grafana/synthetic-monitoring-agent from 0.9.4 to 0.10.2 (#712)
Bumps [github.com/grafana/synthetic-monitoring-agent](https://github.com/grafana/synthetic-monitoring-agent) from 0.9.4 to 0.10.2. - [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.9.4...v0.10.2) --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38bc6fb commit 854096d

File tree

2 files changed

+17
-113
lines changed

2 files changed

+17
-113
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/grafana/amixr-api-go-client v0.0.5
88
github.com/grafana/grafana-api-golang-client v0.13.0
99
github.com/grafana/machine-learning-go-client v0.2.0
10-
github.com/grafana/synthetic-monitoring-agent v0.9.4
10+
github.com/grafana/synthetic-monitoring-agent v0.10.2
1111
github.com/grafana/synthetic-monitoring-api-go-client v0.6.3
1212
github.com/hashicorp/go-cleanhttp v0.5.2
1313
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
@@ -69,11 +69,11 @@ require (
6969
github.com/vmihailenco/tagparser v0.1.1 // indirect
7070
github.com/zclconf/go-cty v1.11.0 // indirect
7171
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
72-
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
73-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
72+
golang.org/x/net v0.1.0 // indirect
73+
golang.org/x/sys v0.1.0 // indirect
7474
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
7575
google.golang.org/appengine v1.6.7 // indirect
76-
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
77-
google.golang.org/grpc v1.48.0 // indirect
76+
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
77+
google.golang.org/grpc v1.50.1 // indirect
7878
google.golang.org/protobuf v1.28.1 // indirect
7979
)

0 commit comments

Comments
 (0)