diff --git a/observer/observer_test.go b/observer/observer_test.go index c7799cc..50ca5df 100644 --- a/observer/observer_test.go +++ b/observer/observer_test.go @@ -3,7 +3,7 @@ package observer import ( "fmt" "github.com/stretchr/testify/assert" - "loafle.com/overflow/agent_api/messages" + "git.loafle.net/overflow/agent_api/messages" "testing" "time" )