Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge ab9d269 into 780d413
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 8, 2017
2 parents 780d413 + ab9d269 commit 043b630
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4: Qma4NWvRhky8jxd1dSy7FikQY1Mfn6eWtcRf2ZgcMBPNLC
1.2.5: QmPLVNDdbSxMxi4QvD1Pebhf3T5f2AFK46umM6Vnqtdugf
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmS4L8WB9RLZLu9YbS19cHJVjQnuvTyGaGKs75DtmX4Jyo",
"hash": "QmbSGfcufpq885cdoEdJWV4REhBtSrPp7woYbRVohvQprL",
"name": "go-reuseport",
"version": "0.1.7"
"version": "0.1.8"
},
{
"author": "whyrusleeping",
Expand Down Expand Up @@ -48,6 +48,6 @@
"license": "MIT",
"name": "go-tcp-transport",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.2.4"
"version": "1.2.5"
}

2 changes: 1 addition & 1 deletion reuseport.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"syscall"

reuseport "github.com/jbenet/go-reuseport"
reuseport "github.com/libp2p/go-reuseport"
)

// envReuseport is the env variable name used to turn off reuse port.
Expand Down
2 changes: 1 addition & 1 deletion tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"

logging "github.com/ipfs/go-log"
reuseport "github.com/jbenet/go-reuseport"
reuseport "github.com/libp2p/go-reuseport"
tpt "github.com/libp2p/go-libp2p-transport"
ma "github.com/multiformats/go-multiaddr"
manet "github.com/multiformats/go-multiaddr-net"
Expand Down

0 comments on commit 043b630

Please sign in to comment.