Browse Source

:seedling: Do not use deprecated module

mudler 2 years ago
parent
commit
3ba313a753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/util.go

+ 1 - 1
cmd/util.go

@@ -26,7 +26,7 @@ import (
 	"time"
 	"time"
 
 
 	"github.com/ipfs/go-log"
 	"github.com/ipfs/go-log"
-	"github.com/libp2p/go-libp2p-core/peer"
+	"github.com/libp2p/go-libp2p/core/peer"
 	"github.com/libp2p/go-libp2p/core/crypto"
 	"github.com/libp2p/go-libp2p/core/crypto"
 	rcmgr "github.com/libp2p/go-libp2p/p2p/host/resource-manager"
 	rcmgr "github.com/libp2p/go-libp2p/p2p/host/resource-manager"
 	"github.com/mudler/edgevpn/internal"
 	"github.com/mudler/edgevpn/internal"