Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix: invalid import
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Oct 19, 2023
1 parent b0ef4aa commit 0db13ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"os/user"

grpchandlers "github.com/doomshrine/gocosi/grpc/handlers"
grpclog "github.com/doomshrine/gocosi/grpc/log"
grpclog "github.com/doomshrine/gocosi/internal/log"
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/recovery"
"github.com/hellofresh/health-go/v5"
Expand Down

0 comments on commit 0db13ec

Please sign in to comment.