Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit b363cb7

Browse files
authored
Merge pull request #89 from ipfs/fix/api-test
chore: update deps
2 parents 2e25905 + eaa548e commit b363cb7

File tree

3 files changed

+45
-118
lines changed

3 files changed

+45
-118
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
# disable travis install
1818
install:
19-
- (cd /tmp && go get github.com/ipfs/go-ipfs/cmd/ipfs@latest)
19+
- (cd /tmp && go get github.com/ipfs/go-ipfs/cmd/ipfs@v0.5.0-rc2)
2020

2121
script:
2222
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/ipfs/go-ipfs-http-client
33
require (
44
github.com/ipfs/go-block-format v0.0.2
55
github.com/ipfs/go-cid v0.0.5
6-
github.com/ipfs/go-ipfs-cmds v0.1.1
7-
github.com/ipfs/go-ipfs-files v0.0.6
8-
github.com/ipfs/go-ipld-format v0.0.2
6+
github.com/ipfs/go-ipfs-cmds v0.2.2
7+
github.com/ipfs/go-ipfs-files v0.0.8
8+
github.com/ipfs/go-ipld-format v0.2.0
99
github.com/ipfs/go-merkledag v0.3.1
1010
github.com/ipfs/go-path v0.0.7
1111
github.com/ipfs/go-unixfs v0.2.4
12-
github.com/ipfs/interface-go-ipfs-core v0.2.4
12+
github.com/ipfs/interface-go-ipfs-core v0.2.6
1313
github.com/ipfs/iptb v1.4.0
14-
github.com/ipfs/iptb-plugins v0.2.1
15-
github.com/libp2p/go-libp2p-core v0.3.1
14+
github.com/ipfs/iptb-plugins v0.2.2
15+
github.com/libp2p/go-libp2p-core v0.5.1
1616
github.com/mitchellh/go-homedir v1.1.0
17-
github.com/multiformats/go-multiaddr v0.1.2
18-
github.com/multiformats/go-multiaddr-net v0.1.2
17+
github.com/multiformats/go-multiaddr v0.2.1
18+
github.com/multiformats/go-multiaddr-net v0.1.4
1919
github.com/multiformats/go-multihash v0.0.13
2020
github.com/pkg/errors v0.9.1
2121
)

0 commit comments

Comments
 (0)