Unverified Commit 710a748b authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #13 from libp2p/feat/update-reuseport

update go-reuseport
parents 1dee40f5 6a1b68c7
......@@ -5,7 +5,7 @@ os:
language: go
go:
- 1.8
- 1.9
install: true
......
......@@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmS4L8WB9RLZLu9YbS19cHJVjQnuvTyGaGKs75DtmX4Jyo",
"hash": "QmQMdVT3PHEhMbdkANAqjpEmyUpVZEEzZyougpCSYqcjre",
"name": "go-reuseport",
"version": "0.1.7"
"version": "0.1.9"
},
{
"author": "whyrusleeping",
......
......@@ -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.
......
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment