Update log.go

This commit is contained in:
topianet 2023-12-29 11:22:11 +01:00 committed by GitHub
parent 754a3d366f
commit 130f798622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ package main
import (
"fmt"
"github.com/kaspanet/kaspad/infrastructure/logger"
"github.com/kaspanet/kaspad/util/panics"
"github.com/fabbez/topiad/infrastructure/logger"
"github.com/fabbez/topiad/util/panics"
"os"
)