Update network.go

This commit is contained in:
topianet 2023-12-11 03:47:59 +01:00 committed by GitHub
parent 083db3775b
commit 0a805f153f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
package flowcontext
import (
"github.com/kaspanet/kaspad/app/appmessage"
"github.com/kaspanet/kaspad/app/protocol/common"
peerpkg "github.com/kaspanet/kaspad/app/protocol/peer"
"github.com/kaspanet/kaspad/infrastructure/network/connmanager"
"github.com/kaspanet/kaspad/infrastructure/network/netadapter"
"github.com/fabbez/topiad/app/appmessage"
"github.com/fabbez/topiad/app/protocol/common"
peerpkg "github.com/topiad/kaspad/app/protocol/peer"
"github.com/fabbez/topiad/infrastructure/network/connmanager"
"github.com/fabbez/topiad/infrastructure/network/netadapter"
"github.com/pkg/errors"
)