mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-13 01:40:13 +00:00
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:
@@ -3,7 +3,7 @@ package core
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/TwinProduction/gatus/pattern"
|
||||
"github.com/TwinProduction/gatus/v3/pattern"
|
||||
)
|
||||
|
||||
func TestIntegrationQuery(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user