From 0db13ec84f0e0bafa7746b5e132817296b9bc014 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Thu, 19 Oct 2023 19:49:08 +0200 Subject: [PATCH] fix: invalid import Signed-off-by: Mateusz Urbanek --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 60f0459..6c984f4 100644 --- a/options.go +++ b/options.go @@ -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"