diff --git a/protocols/protocol_manager_test.go b/protocols/protocol_manager_test.go index 9a93323..47adf94 100644 --- a/protocols/protocol_manager_test.go +++ b/protocols/protocol_manager_test.go @@ -1,9 +1,9 @@ package protocols import ( - "beelzebub/parser" - "beelzebub/tracer" "errors" + "github.com/mariocandela/beelzebub/parser" + "github.com/mariocandela/beelzebub/tracer" "github.com/stretchr/testify/assert" "testing" )