Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/applicationinsights/armapplicationinsights v1.2.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.11.0
github.com/StatusCakeDev/statuscake-go v1.3.0
github.com/antoineaugusti/updown v0.0.0-20190412074625-d590ab97f115
github.com/antoineaugusti/updown v0.0.0-20210913134431-a6c3dda66a02
github.com/go-logr/logr v1.4.2
github.com/google/go-cmp v0.6.0
github.com/grafana/synthetic-monitoring-agent v0.19.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
github.com/antoineaugusti/updown v0.0.0-20190412074625-d590ab97f115 h1:zJT4IRToZQDCLmeoqL8csL/J5aSmq4dFzXrTJsrPrz8=
github.com/antoineaugusti/updown v0.0.0-20190412074625-d590ab97f115/go.mod h1:TDHYwR+sNBq9h90JXEweSgaIbHRh7j+HcjJi0diGUt4=
github.com/antoineaugusti/updown v0.0.0-20210913134431-a6c3dda66a02 h1:Tbrb1a3l9HrteaE8uYb+NtrGvGIOj+k2QDjYFt5hmSY=
github.com/antoineaugusti/updown v0.0.0-20210913134431-a6c3dda66a02/go.mod h1:TDHYwR+sNBq9h90JXEweSgaIbHRh7j+HcjJi0diGUt4=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
Expand Down