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

Commit

Permalink
gx publish 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Dec 4, 2017
1 parent f33ef5f commit 67ea834
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
@@ -1 +1 @@
1.2.5: QmTvzVdANd5UWYxEqV9czC9gPZX6k7BCSVYcz91Gwz6J7A
1.2.6: QmRi4eiWUxrJeAcRBBuUfNDCMavQKBbUxLvWEH35evf3cb
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -15,21 +15,21 @@
},
{
"author": "whyrusleeping",
"hash": "QmX3U3YXCQ6UYBxq2LVWF8dARS1hPUTEYLrSx654Qyxyw6",
"hash": "QmSGL5Uoa6gKHgBBwQG8u1CWKUC8ZnwaZiLgFVTFBR2bxr",
"name": "go-multiaddr-net",
"version": "1.5.5"
"version": "1.5.6"
},
{
"author": "whyrusleeping",
"hash": "QmZQa5J7j7kd44GGC4aKX8J9JGGzCMqwGzcEFqGV1YD57A",
"hash": "QmUfnfCzL17Lfft4NtZZGGU34PP72xgecFVfusYt6WNwYx",
"name": "mafmt",
"version": "1.2.3"
"version": "1.2.4"
},
{
"author": "whyrusleeping",
"hash": "Qme2XMfKbWzzYd92YvA1qnFMe3pGDR86j5BcFtx4PwdRvr",
"hash": "QmQGRkVSA5vTXt9WpJ6nBGnrvq9zRNsfjoNPq8uQrhnBoq",
"name": "go-libp2p-transport",
"version": "2.2.9"
"version": "2.2.10"
},
{
"hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
Expand All @@ -38,16 +38,16 @@
},
{
"author": "multiformats",
"hash": "QmXY77cVe7rVRQXZZQRioukUM7aRW3BTcAgJe12MCtb3Ji",
"hash": "QmW8s4zTsUoX1Q6CeYxVKPyqSKbF7H1YDUyTostBtZ8DaG",
"name": "go-multiaddr",
"version": "1.2.4"
"version": "1.2.5"
}
],
"gxVersion": "0.4.0",
"language": "go",
"license": "MIT",
"name": "go-tcp-transport",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.2.5"
"version": "1.2.6"
}

2 changes: 1 addition & 1 deletion tcp.go
Expand Up @@ -7,8 +7,8 @@ import (
"sync"

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

0 comments on commit 67ea834

Please sign in to comment.