@unclebob Is it not true that all the arrows should point inward?

In this codebase, I see that CodecastDetailsUseCase (in package cleancoderscom.usecases) imports cleancoderscom.Context, which in turn imports cleancoderscom.gateways.CodecastGateway (from package cleancoderscom.gateways).
Therefore, doesn't the Use Case layer import from the Gateway layer, which violates the dependency rule?
@unclebob Is it not true that all the arrows should point inward?
In this codebase, I see that
CodecastDetailsUseCase(in packagecleancoderscom.usecases) importscleancoderscom.Context, which in turn importscleancoderscom.gateways.CodecastGateway(from packagecleancoderscom.gateways).Therefore, doesn't the Use Case layer import from the Gateway layer, which violates the dependency rule?