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

gx: update go-testutil #3

Merged
merged 2 commits into from
Aug 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.16: QmRCK8YSxVuHayP3s9bpLRB5Ty7tsjAfgf16aJCNSuV7kS
0.1.17: QmYCDYphqhKPAfyyLQykUMYikhV9a4NhxgQarwNsbQyctu
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
language: go

go:
- 1.7
- 1.8

install: true

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "Qmeqtv7ASvepCpUDxysK2oP1urtEr5eMNMxbhTJYJziAGo",
"hash": "QmW8Rgju5JrSMHP7RDNdiwwXyenRqAbtSaPfdQKQC7ZdH6",
"name": "go-libp2p-host",
"version": "1.3.17"
"version": "1.3.18"
},
{
"author": "whyrusleeping",
Expand All @@ -38,9 +38,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmZg566m6GTANKnweD63nLao2J5qgFVSKscHqrNyVUzwDA",
"hash": "QmdjeSxRchVsQ2ftrZyvVmFqoJ1QbJZ2PgugBsZ58TZZqQ",
"name": "go-libp2p-connmgr",
"version": "0.1.1"
"version": "0.1.2"
},
{
"author": "multiformats",
Expand All @@ -66,6 +66,6 @@
"license": "",
"name": "go-libp2p-blankhost",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.1.16"
"version": "0.1.17"
}