Update common.go

This commit is contained in:
topianet 2023-12-11 03:33:48 +01:00 committed by GitHub
parent 08af68905f
commit 86a7669877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ package common
import (
"time"
peerpkg "github.com/topianet/topiad/app/protocol/peer"
routerpkg "github.com/topianet/topiad/infrastructure/network/netadapter/router"
peerpkg "github.com/fabbez/topiad/app/protocol/peer"
routerpkg "github.com/fabbez/topiad/infrastructure/network/netadapter/router"
"github.com/pkg/errors"
)