Skip to content

Commit

Permalink
Merge pull request #16 from libp2p/feat/use-libp2p-go-nat
Browse files Browse the repository at this point in the history
switch to libp2p's go-nat fork
  • Loading branch information
Stebalien authored Mar 12, 2019
2 parents 77f74e3 + 8d26ea3 commit d065e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/nat/nat.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"sync"
"time"

nat "github.com/fd/go-nat"
logging "github.com/ipfs/go-log"
goprocess "github.com/jbenet/goprocess"
periodic "github.com/jbenet/goprocess/periodic"
nat "github.com/libp2p/go-nat"
)

var (
Expand Down

0 comments on commit d065e35

Please sign in to comment.