Update common.go

This commit is contained in:
fabbez 2023-12-11 03:05:56 +01:00 committed by GitHub
parent 085d325208
commit 2b2a19d3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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