Add v3 to module path

Gatus wasn't intended to be used as a library, but I have a use case now.
This commit is contained in:
TwinProduction
2021-10-03 21:53:59 -04:00
parent d19f564e4e
commit 2d3fe9795f
60 changed files with 199 additions and 199 deletions

View File

@ -4,9 +4,9 @@ import (
"encoding/json"
"log"
"github.com/TwinProduction/gatus/alerting"
"github.com/TwinProduction/gatus/alerting/alert"
"github.com/TwinProduction/gatus/core"
"github.com/TwinProduction/gatus/v3/alerting"
"github.com/TwinProduction/gatus/v3/alerting/alert"
"github.com/TwinProduction/gatus/v3/core"
)
// HandleAlerting takes care of alerts to resolve and alerts to trigger based on result success or failure