diff --git a/ingestor/pkg/server/server.go b/ingestor/pkg/server/server.go index 46ad035..8abc90a 100644 --- a/ingestor/pkg/server/server.go +++ b/ingestor/pkg/server/server.go @@ -7,8 +7,8 @@ import ( "net/http" "time" - "github.com/ashupednekar/litefunctions/ingestor/pkg" "github.com/ashupednekar/litefunctions/common/proto" + "github.com/ashupednekar/litefunctions/ingestor/pkg" "github.com/nats-io/nats.go" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure"